Skip to content

Commit

Permalink
of course this should be before test step 21b, not 21a!
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerschwan committed Aug 8, 2022
1 parent 184c65a commit 64a563f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/app/tests/suites/certification/Test_TC_OO_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -854,14 +854,6 @@ tests:
minValue: 255
maxValue: 345

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

- label: "21a:Sends OnWithTimedOff command to DUT"
command: "OnWithTimedOff"
PICS: OO.S.C42.Rsp
Expand All @@ -874,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

0 comments on commit 64a563f

Please sign in to comment.