Skip to content

Commit

Permalink
WC: Activate Test for global attribute FeatureMap reading value
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeg-sfy committed Aug 25, 2021
1 parent 2401aa7 commit f0b3d0e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/app/tests/suites/certification/Test_TC_WNCV_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ tests:
response:
value: 3

- label: "read the optional global attribute: FeatureMap"
disabled: 1
- label: "read the global attribute: FeatureMap"
command: "readAttribute"
attribute: "FeatureMap"
response:
value: 0
value: 1

- label: "write the default value to optional global attribute: FeatureMap"
disabled: true
Expand All @@ -58,9 +57,8 @@ tests:
response:
error: 1

- label: "reads back optional global attribute: FeatureMap"
disabled: true
- label: "reads back global attribute: FeatureMap"
command: "readAttribute"
attribute: "FeatureMap"
response:
value: 0
value: 1

0 comments on commit f0b3d0e

Please sign in to comment.