Skip to content

Commit 0ec987b

Browse files
committed
add check to CI
1 parent ff6cdaa commit 0ec987b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/python_testing/TC_DeviceBasicComposition.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# for details about the block below.
2020
#
2121
# === BEGIN CI TEST ARGUMENTS ===
22-
# test-runner-runs: run1 run2 run3 run4 run5 run6 run7
22+
# test-runner-runs: run1 run2 run3 run4 run5 run6 run7 run8
2323
# test-runner-run/run1/app: ${ALL_CLUSTERS_APP}
2424
# test-runner-run/run1/factoryreset: True
2525
# test-runner-run/run1/quiet: True
@@ -61,6 +61,12 @@
6161
# test-runner-run/run7/quiet: True
6262
# test-runner-run/run7/app-args: --discriminator 1234 --KVS kvs1
6363
# test-runner-run/run7/script-args: --storage-path admin_storage.json --discriminator 1234 --passcode 20202021 --commissioning-method on-network
64+
#
65+
# test-runner-run/run8/app: ${CHIP_LOCK_APP}
66+
# test-runner-run/run8/factoryreset: False
67+
# test-runner-run/run8/quiet: True
68+
# test-runner-run/run8/app-args: --discriminator 1234 --KVS kvs1
69+
# test-runner-run/run8/script-args: --storage-path admin_storage.json
6470
# === END CI TEST ARGUMENTS ===
6571

6672
# Run 1: runs through all tests

0 commit comments

Comments
 (0)