Skip to content

Commit

Permalink
TC-OO-2.3: Wait 10 seconds before performing step 21b (#21714)
Browse files Browse the repository at this point in the history
* Wait 10 seconds before performing step 21a

see https://github.com/CHIP-Specifications/chip-test-plans/issues/2024

* of course this should be before test step 21b, not 21a!

* update needed for TC-OO-2.3

* new version after rebase and re-generating
  • Loading branch information
bauerschwan authored and pull[bot] committed Nov 3, 2022
1 parent 592a2e8 commit 1640052
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 74 deletions.
8 changes: 8 additions & 0 deletions src/app/tests/suites/certification/Test_TC_OO_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,14 @@ tests:
- name: "OffWaitTime"
value: 300

- label: "Wait 10000ms"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 10000

- label: "21b:Reads OnOff attribute from DUT"
command: "readAttribute"
attribute: "OnOff"
Expand Down
Loading

0 comments on commit 1640052

Please sign in to comment.