Skip to content

Commit

Permalink
Fix Test_TC_OCC_2_1.yaml test case, it shouldn't fail when not using …
Browse files Browse the repository at this point in the history
…a default value (#21624)
  • Loading branch information
fernando-eve authored and pull[bot] committed Jan 12, 2024
1 parent d1b4539 commit 1035446
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
9 changes: 0 additions & 9 deletions src/app/tests/suites/certification/Test_TC_OCC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ tests:
command: "readAttribute"
attribute: "PIR occupied to unoccupied delay"
response:
value: 0
constraints:
type: int16u
minValue: 0
Expand All @@ -77,7 +76,6 @@ tests:
command: "readAttribute"
attribute: "PIR unoccupied to occupied delay"
response:
value: 0
constraints:
type: int16u
minValue: 0
Expand All @@ -89,7 +87,6 @@ tests:
command: "readAttribute"
attribute: "PIR unoccupied to occupied threshold"
response:
value: 1
constraints:
type: int8u
minValue: 1
Expand All @@ -100,7 +97,6 @@ tests:
command: "readAttribute"
attribute: "ultrasonic occupied to unoccupied delay"
response:
value: 0
constraints:
type: int16u
minValue: 0
Expand All @@ -111,7 +107,6 @@ tests:
command: "readAttribute"
attribute: "ultrasonic unoccupied to occupied delay"
response:
value: 0
constraints:
type: int16u
minValue: 0
Expand All @@ -122,7 +117,6 @@ tests:
command: "readAttribute"
attribute: "ultrasonic unoccupied to occupied threshold"
response:
value: 1
constraints:
type: int8u
minValue: 1
Expand All @@ -135,7 +129,6 @@ tests:
command: "readAttribute"
attribute: "physical contact occupied to unoccupied delay"
response:
value: 0
constraints:
type: int16u
minValue: 0
Expand All @@ -148,7 +141,6 @@ tests:
command: "readAttribute"
attribute: "physical contact unoccupied to occupied delay"
response:
value: 0
constraints:
type: int16u
minValue: 0
Expand All @@ -161,7 +153,6 @@ tests:
command: "readAttribute"
attribute: "physical contact unoccupied to occupied threshold"
response:
value: 1
constraints:
type: int8u
minValue: 1
Expand Down
9 changes: 0 additions & 9 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 0 additions & 45 deletions zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1035446

Please sign in to comment.