Skip to content

Commit

Permalink
Fix CCTRL tests on CI - CCTRL cluster is on endpoint 1
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Dec 17, 2024
1 parent 4e44586 commit 5720131
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_CCTRL_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --endpoint 0
# --endpoint 1
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
# factory-reset: true
Expand All @@ -46,7 +46,7 @@
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --endpoint 0
# --endpoint 1
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
# factory-reset: true
Expand Down
4 changes: 2 additions & 2 deletions src/python_testing/TC_CCTRL_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --endpoint 0
# --endpoint 1
# --string-arg th_server_app_path:${ALL_CLUSTERS_APP}
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
Expand All @@ -47,7 +47,7 @@
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --endpoint 0
# --endpoint 1
# --string-arg th_server_app_path:${ALL_CLUSTERS_APP}
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
Expand Down
4 changes: 2 additions & 2 deletions src/python_testing/TC_CCTRL_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --endpoint 0
# --endpoint 1
# --string-arg th_server_app_path:${ALL_CLUSTERS_APP}
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
Expand All @@ -47,7 +47,7 @@
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --endpoint 0
# --endpoint 1
# --string-arg th_server_app_path:${ALL_CLUSTERS_APP}
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
Expand Down

0 comments on commit 5720131

Please sign in to comment.