Skip to content

Commit

Permalink
Updated TC_RVCOPSTATE_2_1 test module:
Browse files Browse the repository at this point in the history
- Adding back in missing time import and test runner comments into test module
  • Loading branch information
j-ororke committed Jul 11, 2024
1 parent 53f6afb commit e30aefa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/python_testing/TC_RVCOPSTATE_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
# limitations under the License.
#

# test-runner-runs: run1
# test-runner-run/run1/app: ${CHIP_RVC_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 --PICS examples/rvc-app/rvc-common/pics/rvc-app-pics-values --endpoint 1 --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto

import logging
from time import sleep

import chip.clusters as Clusters
from chip.clusters.Types import NullValue
Expand Down

0 comments on commit e30aefa

Please sign in to comment.