Skip to content

Commit

Permalink
Updated TC_CADMIN_1_11 test module:
Browse files Browse the repository at this point in the history
- Updated CI/CD nominclature for this test to match latest version
  • Loading branch information
j-ororke committed Oct 16, 2024
1 parent 1a2c7a9 commit 4d07299
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/python_testing/TC_CADMIN_1_11.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,23 @@
# limitations under the License.
#
# === BEGIN CI TEST ARGUMENTS ===
# test-runner-runs: run1
# test-runner-run/run1/app: ${ALL_CLUSTERS_APP}
# test-runner-run/run1/factoryreset: True
# test-runner-run/run1/quiet: False
# test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
# test-runner-run/run1/script-args: --storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --PICS src/app/tests/suites/certification/ci-pics-values --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
# test-runner-runs:
# run1:
# app: ${ALL_CLUSTERS_APP}
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
# script-args: >
# --storage-path admin_storage.json
# --commissioning-method on-network
# --discriminator 1234
# --passcode 20202021
# --trace-to json:${TRACE_TEST_JSON}.json
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
# --PICS src/app/tests/suites/certification/ci-pics-values
# factory-reset: true
# quiet: false
# === END CI TEST ARGUMENTS ===


import logging
import random
from time import sleep
Expand Down

0 comments on commit 4d07299

Please sign in to comment.