File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,16 @@ NOTE: use the target appropriate to your system
349
349
350
350
[ chiptool.py] ( https://github.com/project-chip/connectedhomeip/blob/master/scripts/tests/chipyaml/chiptool.py )
351
351
can be used to run tests against a commissioned DUT (commissioned by chip-tool).
352
- This will start an interactive instance of chip-tool automatically.
352
+ To commission a DUT using chip-tool use the pairing command. For example:
353
+
354
+ ```
355
+ ./out/linux-x64-chip-tool/chip-tool pairing code 0x12344321 MT:-24J0AFN00KA0648G00
356
+ ```
357
+
358
+ In this example, 0x12344321 is the node ID (0x12344321 is the test default) and
359
+ MT:-24J0AFN00KA0648G00 is the QR code.
360
+
361
+ The chiptool.py tool can then be used to run the tests. For example:
353
362
354
363
```
355
364
./scripts/tests/chipyaml/chiptool.py tests Test_TC_OO_2_1 --server_path ./out/linux-x64-chip-tool/chip-tool
You can’t perform that action at this time.
0 commit comments