Skip to content

Commit

Permalink
WC: Add missing test dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeg-sfy committed Aug 25, 2021
1 parent f0b3d0e commit 96db366
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9547,7 +9547,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0001",
"defaultValue": "0",
"reportable": 0,
"minInterval": 0,
"maxInterval": 65344,
Expand Down
134 changes: 133 additions & 1 deletion examples/chip-tool/commands/tests/Commands.h

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

6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_WNCV_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ tests:
command: "readAttribute"
attribute: "FeatureMap"
response:
value: 1
value: 0

- label: "write the default value to optional global attribute: FeatureMap"
disabled: true
command: "writeAttribute"
attribute: "FeatureMap"
arguments:
value: 0
value: 5
response:
error: 1

- label: "reads back global attribute: FeatureMap"
command: "readAttribute"
attribute: "FeatureMap"
response:
value: 1
value: 0
36 changes: 36 additions & 0 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

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

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

0 comments on commit 96db366

Please sign in to comment.