Skip to content

Commit

Permalink
Fixing PR Failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kvikrambhat committed Nov 3, 2021
1 parent cee5f35 commit d349ed1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/app/tests/suites/certification/Test_TC_CC_9_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,4 @@ tests:
- label: "Turn off light that we turned on"
cluster: "On/Off"
command: "off"

1 change: 1 addition & 0 deletions src/app/tests/suites/certification/Test_TC_CC_9_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@ tests:
- label: "Turn off light that we turned on"
cluster: "On/Off"
command: "off"

2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_LVL_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tests:
- label: "Sending Off command"
cluster: "On/Off"
command: "on"

- label: "Precondition: DUT level is set to 0x80"
command: "Step"
arguments:
Expand Down
4 changes: 1 addition & 3 deletions src/app/tests/suites/certification/Test_TC_LVL_5_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tests:
- label: "Sending Off command"
cluster: "On/Off"
command: "on"

- label: "Precondition: DUT level is set to 0x80"
command: "Step"
arguments:
Expand All @@ -46,9 +46,7 @@ tests:
- name: "ms"
value: 3000

#Disabling test steps as test cases was failing on darwin build [Attribute was returning 255 [null]]
- label: "Reads current level attribute from DUT"
disabled: true
command: "readAttribute"
attribute: "current level"
response:
Expand Down

0 comments on commit d349ed1

Please sign in to comment.