Skip to content

Commit

Permalink
Modifying yamls to remove the disabled tag from the steps which have …
Browse files Browse the repository at this point in the history
…writeAttribute commands and also update the appropriate templates (#9811)

* Modifying yamls to remove the disabled tag from the steps which have writeAttribute commands

* Update generated tests
  • Loading branch information
raju-apple authored Sep 20, 2021
1 parent cd2154d commit 29a126f
Show file tree
Hide file tree
Showing 13 changed files with 884 additions and 64 deletions.
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_CC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
3 changes: 1 addition & 2 deletions src/app/tests/suites/certification/Test_TC_FLW_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand All @@ -38,8 +37,8 @@ tests:
error: 1

- label: "reads back global attribute: ClusterRevision"
command: "readAttribute"
disabled: true
command: "readAttribute"
attribute: "ClusterRevision"
response:
value: 2
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_LVL_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_MC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_OCC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand All @@ -37,6 +36,7 @@ tests:
error: 1

- label: "reads back global attribute: ClusterRevision"
disabled: true
command: "readAttribute"
attribute: "ClusterRevision"
response:
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_PCC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_RH_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_TM_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_TSUIC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
- label:
"write the default values to mandatory global attribute:
ClusterRevision"
disabled: true
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_WNCV_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tests:
command: "writeAttribute"
attribute: "ClusterRevision"
arguments:
value: 2
value: 5
response:
error: 1

Expand Down
240 changes: 228 additions & 12 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

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

Loading

0 comments on commit 29a126f

Please sign in to comment.