File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 18
18
# for details about the block below.
19
19
#
20
20
# === 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
27
35
# === END CI TEST ARGUMENTS ===
28
36
29
37
import logging
You can’t perform that action at this time.
0 commit comments