We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c557f6 commit abc89a7Copy full SHA for abc89a7
docs/testing/python.md
@@ -631,6 +631,12 @@ example DUT on the host and includes factory reset support
631
./scripts/tests/run_python_test.py --factory-reset --app <your_app> --app-args "whatever" --script <your_script> --script-args "whatever"
632
```
633
634
+For example, to run TC-ACE-1.2 tests against the linux `chip-lighting-app`:
635
+
636
+```shell
637
+./scripts/tests/run_python_test.py --factory-reset --app ./out/linux-x64-light-no-ble/chip-lighting-app --app-args "--trace-to json:log" --script src/python_testing/TC_ACE_1_2.py --script-args "--commissioning-method on-network --qr-code MT:-24J0AFN00KA0648G00"
638
+```
639
640
# Running tests in CI
641
642
- Add test to the `repl_tests_linux` section of `.github/workflows/tests.yaml`
0 commit comments