You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1696947597.398431][20187:20190] CHIP:DMG: Subscription established with SubscriptionID = 0x78906430 MinInterval = 2s MaxInterval = 30s Peer = 01:0000000000000001
541
556
disabled: true
542
557
543
558
- label:
@@ -546,7 +561,7 @@ tests:
546
561
SupportedCommands in this ActionStruct) by sending the command with
547
562
this particular ActionID and a random value for InvokeID"
548
563
verification: |
549
-
Only InstantActions command is supported
564
+
Only InstantAction command is supported in bridge-app. When testing with a real DUT, test for all the actions supported by the DUT (list from step 4b):
550
565
551
566
./chip-tool actions instant-action 0x1001 1 1
552
567
@@ -556,11 +571,21 @@ tests:
556
571
[1659955888.114499][23216:23221] CHIP:DMG: {
557
572
[1659955888.114515][23216:23221] CHIP:DMG: status = 0x00 (SUCCESS),
558
573
[1659955888.114529][23216:23221] CHIP:DMG: },
574
+
575
+
576
+
./chip-tool actions instant-action 0x1003 1 1
577
+
578
+
Via the TH (chip-tool), Verify the SUCCESS response for instant-action.
Copy file name to clipboardexpand all lines: src/app/tests/suites/certification/Test_TC_CADMIN_1_8.yaml
+11-9
Original file line number
Diff line number
Diff line change
@@ -147,15 +147,16 @@ tests:
147
147
verification: |
148
148
On TH_CR2 send the below command
149
149
150
-
Below are the example command for using single RPI as multiple controller. Vendor should have the provision to use the equivalent command in their DUT or use multiple commissioners/controllers
150
+
Below are the example command for using single RPI as multiple controller. Vendor should have the provision to use the equivalent command in their DUT or use multiple commissioners/controllers
[1700552012.724405][27528:27528] CHIP:DL: BLE shutdown
158
+
[1700552012.724445][27528:27528] CHIP:DL: System Layer shutdown
159
+
[1700552012.725294][27528:27528] CHIP:TOO: Run command failure: ../../examples/chip-tool/commands/common/CHIPCommand.cpp:589: CHIP Error 0x00000032: Timeout
159
160
disabled: true
160
161
161
162
- label:
@@ -268,13 +269,14 @@ tests:
268
269
verification: |
269
270
On TH_CR3 send the below command
270
271
271
-
Below are the example command for using single RPI as multiple controller. Vendor should have the provision to use the equivalent command in their DUT or use multiple commissioners/controllers
272
+
Below are the example command for using single RPI as multiple controller. Vendor should have the provision to use the equivalent command in their DUT or use multiple commissioners/controllers
0 commit comments