Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run_l2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_xc

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.

Loading