Skip to content

Commit

Permalink
Addressing PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
kvikrambhat committed Nov 3, 2021
1 parent 6425c07 commit cee5f35
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 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 @@ -215,3 +215,7 @@ tests:
attribute: "enhanced current hue"
response:
value: 0

- label: "Turn off light that we turned on"
cluster: "On/Off"
command: "off"
4 changes: 4 additions & 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 @@ -214,3 +214,7 @@ tests:
attribute: "enhanced current hue"
response:
value: 0

- label: "Turn off light that we turned on"
cluster: "On/Off"
command: "off"
8 changes: 8 additions & 0 deletions src/app/tests/suites/certification/Test_TC_LVL_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ config:
endpoint: 1

tests:
- label: "Sending Off command"
cluster: "On/Off"
command: "on"

- label: "Precondition: DUT level is set to 0x80"
command: "Step"
arguments:
Expand Down Expand Up @@ -105,3 +109,7 @@ tests:
attribute: "current level"
response:
value: 128

- label: "Sending Off command"
cluster: "On/Off"
command: "off"
10 changes: 10 additions & 0 deletions src/app/tests/suites/certification/Test_TC_LVL_5_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ config:
endpoint: 1

tests:
- label: "Sending Off command"
cluster: "On/Off"
command: "on"

- label: "Precondition: DUT level is set to 0x80"
command: "Step"
arguments:
Expand All @@ -42,7 +46,9 @@ 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 Expand Up @@ -85,3 +91,7 @@ tests:
attribute: "current level"
response:
value: 133

- label: "Sending Off command"
cluster: "On/Off"
command: "off"

0 comments on commit cee5f35

Please sign in to comment.