Skip to content

Commit

Permalink
Modified CC scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl authored and kvikrambhat committed Aug 10, 2022
1 parent 8d8c240 commit 717b4c9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions src/app/tests/suites/certification/Test_TC_CC_3_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ tests:
attribute: "CurrentHue"
response:
constraints:
minValue: 38
maxValue: 52
minValue: 35
maxValue: 55

- label: "Wait 10s"
cluster: "DelayCommands"
Expand Down Expand Up @@ -147,8 +147,8 @@ tests:
response:
saveAs: CurrentHueValueStep2f
constraints:
minValue: 81
maxValue: 95
minValue: 80
maxValue: 110

- label: "Wait 2s"
cluster: "DelayCommands"
Expand Down Expand Up @@ -221,8 +221,8 @@ tests:
attribute: "CurrentHue"
response:
constraints:
minValue: 8
maxValue: 12
minValue: 5
maxValue: 15

- label: "Wait 10s"
cluster: "DelayCommands"
Expand Down
10 changes: 5 additions & 5 deletions src/app/tests/suites/certification/Test_TC_CC_7_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 7700
maxValue: 8300
minValue: 7000
maxValue: 9000

- label: "Wait 10s"
cluster: "DelayCommands"
Expand All @@ -119,8 +119,8 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 9700
maxValue: 10300
minValue: 9000
maxValue: 11000

- label: "Wait 10s"
cluster: "DelayCommands"
Expand All @@ -136,7 +136,7 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 11500
minValue: 11000
maxValue: 12000

- label: "Wait 5s"
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_CC_7_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ tests:
response:
constraints:
minValue: 10000
maxValue: 10250
maxValue: 12000

- label: "Wait 2s"
cluster: "DelayCommands"
Expand Down
20 changes: 10 additions & 10 deletions src/app/tests/suites/certification/Test_TC_CC_7_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 7700
maxValue: 8300
minValue: 7000
maxValue: 9000

- label: "Wait 10s"
cluster: "DelayCommands"
Expand All @@ -118,8 +118,8 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 9700
maxValue: 10300
minValue: 9000
maxValue: 11000

- label: "Wait 10s"
cluster: "DelayCommands"
Expand All @@ -135,7 +135,7 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 11700
minValue: 11000
maxValue: 12000

- label: "Wait 5s"
Expand Down Expand Up @@ -211,8 +211,8 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 9700
maxValue: 10300
minValue: 9000
maxValue: 11000

- label: "Wait 10s"
cluster: "DelayCommands"
Expand All @@ -228,8 +228,8 @@ tests:
attribute: "EnhancedCurrentHue"
response:
constraints:
minValue: 7700
maxValue: 8300
minValue: 7000
maxValue: 9000

- label: "Wait 10s"
cluster: "DelayCommands"
Expand All @@ -246,7 +246,7 @@ tests:
response:
constraints:
minValue: 6000
maxValue: 6300
maxValue: 7000

- label: "Wait 5s"
cluster: "DelayCommands"
Expand Down
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_CC_7_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ tests:
response:
constraints:
type: int16u
minValue: 17700
maxValue: 18300
minValue: 17000
maxValue: 19000

- label: "TH reads CurrentSaturation attribute from DUT"
PICS: CC.S.F01 && CC.S.A0001
Expand All @@ -146,7 +146,7 @@ tests:
constraints:
type: int16u
minValue: 16000
maxValue: 16300
maxValue: 17000

- label: "TH reads CurrentSaturation attribute from DUT"
PICS: CC.S.F01 && CC.S.A0001
Expand Down

0 comments on commit 717b4c9

Please sign in to comment.