Skip to content

Commit c3528c4

Browse files
committed
Update CI Test Arguments to the apparent new style
1 parent c28a718 commit c3528c4

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

src/python_testing/TC_TSTAT_2_2.py

+14-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,20 @@
1818
# for details about the block below.
1919
#
2020
# === BEGIN CI TEST ARGUMENTS ===
21-
# test-runner-runs: run1
22-
# test-runner-run/run1/app: ${ALL_CLUSTERS_APP}
23-
# test-runner-run/run1/factoryreset: True
24-
# test-runner-run/run1/quiet: True
25-
# test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
26-
# test-runner-run/run1/script-args: --storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --endpoint 1 --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
21+
# test-runner-runs:
22+
# run1:
23+
# app: ${ALL_CLUSTERS_APP}
24+
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
25+
# script-args: >
26+
# --storage-path admin_storage.json
27+
# --commissioning-method on-network
28+
# --discriminator 1234
29+
# --passcode 20202021
30+
# --endpoint 1
31+
# --trace-to json:${TRACE_TEST_JSON}.json
32+
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
33+
# factory-reset: true
34+
# quiet: true
2735
# === END CI TEST ARGUMENTS ===
2836

2937
import logging

0 commit comments

Comments
 (0)