Skip to content

Commit

Permalink
Adjusted CI test arguments to accommodate recent changes and an attem…
Browse files Browse the repository at this point in the history
…pt to stop REPL test failures
  • Loading branch information
austina-csa committed Oct 31, 2024
1 parent 52b53d4 commit 1170819
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/python_testing/TC_IDM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
# for details about the block below.
#
# === 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: True
# 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 --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
# factoryreset: True
# quiet: True
# === END CI TEST ARGUMENTS ===


Expand Down

0 comments on commit 1170819

Please sign in to comment.