Skip to content

Update run_l2.sh#193

Open
nhanasi wants to merge 1 commit into
developfrom
feature/l2
Open

Update run_l2.sh#193
nhanasi wants to merge 1 commit into
developfrom
feature/l2

Conversation

@nhanasi

@nhanasi nhanasi commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@nhanasi
nhanasi requested a review from a team as a code owner April 17, 2026 15:03
Copilot AI review requested due to automatic review settings April 17, 2026 15:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables the WebPA functional test to run as part of the run_l2.sh L2 test suite execution.

Changes:

  • Uncomments/enables the test_rfc_webpa.py pytest invocation so it runs during L2 testing.

Comment thread run_l2.sh
pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_override_rfc_prop.json test/functional-tests/tests/test_rfc_override_rfc_prop.py

#pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py
pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py

Copilot AI Apr 17, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The json report filename rfc_rfc_webpa.json is inconsistent with the naming used for other tests in this script (e.g., rfc_feature_enable.json, rfc_override_rfc_prop.json). Consider renaming it to avoid the duplicated rfc_ prefix (e.g., rfc_webpa.json) so report artifacts are predictable/consistent.

Suggested change
pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py
pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants