File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,11 @@ All YAML tests assume that the DUT has previously been commissioned before
293
293
running. DUTs should be commissioned using chip-tool. Use the same KVS file when
294
294
running the test.
295
295
296
+ By default, the tests use node ID 0x12344321. The easiest way to run the tests
297
+ is to commission with this node ID. Alternately, you can change the target node
298
+ ID on the command line, as shown in the [ Running the tests] ( #running-the-tests )
299
+ section.
300
+
296
301
#### Running the tests
297
302
298
303
There are several options for running tests locally. Because the YAML runner
@@ -338,6 +343,10 @@ with --
338
343
339
344
```
340
345
346
+ Each test defines a default endpoint to target. Root node cluster tests run
347
+ against endpoint 0 by default. Most other cluster tests run against endpoint 1.
348
+ You can set the endpoint for the test using the ` endpoint ` config variable.
349
+
341
350
#### Factory resetting the DUT
342
351
343
352
On the host machine, you can simulate a factory reset by deleting the KVS file.
You can’t perform that action at this time.
0 commit comments