Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed optional tag #13446

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_BI_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ tests:
value: 1

#issue #11053 disabled steps below Global attributes missing from YAML framework
#disabled due to issue #13442
- label: "Read the global attribute: AttributeList"
disabled: true
command: "readAttribute"
Expand Down Expand Up @@ -95,7 +96,6 @@ tests:

- label: "Read the optional global attribute : FeatureMap"
disabled: true
optional: true
command: "readAttribute"
attribute: "FeatureMap"
response:
Expand Down
24 changes: 1 addition & 23 deletions src/app/tests/suites/certification/Test_TC_BI_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,16 @@ tests:
value: 0

#Issue #11142 Disabled all optional attribute checks
#disabled due to issue #13442
- label: "Read optional non-global attribute: ActiveText"
disabled: true
optional: true
command: "readAttribute"
attribute: "active text"
response:
value: null

- label: "Read optional non-global attribute constraints: ActiveText"
disabled: true
optional: true
command: "readAttribute"
attribute: "active text"
response:
Expand All @@ -123,31 +122,27 @@ tests:
- label:
"Write the default values to optional non-global attribute: ActiveText"
disabled: true
optional: true
command: "writeAttribute"
attribute: "active text"
arguments:
value: null

- label: "Reads back the optional non-global attribute: ActiveText"
disabled: true
optional: true
command: "readAttribute"
attribute: "active text"
response:
value: null

- label: "Read optional non-global attribute: Description"
disabled: true
optional: true
command: "readAttribute"
attribute: "description"
response:
value: null

- label: "Read optional non-global attribute constraints: Description"
disabled: true
optional: true
command: "readAttribute"
attribute: "description"
response:
Expand All @@ -158,31 +153,27 @@ tests:
"Write the default values to optional non-global attribute:
Description"
disabled: true
optional: true
command: "writeAttribute"
attribute: "description"
arguments:
value: null

- label: "Reads back the optional non-global attribute: Description"
disabled: true
optional: true
command: "readAttribute"
attribute: "description"
response:
value: null

- label: "Read optional non-global attribute: InactiveText"
disabled: true
optional: true
command: "readAttribute"
attribute: "inactive text"
response:
value: null

- label: "Read optional non-global attribute constraints: InactiveText"
disabled: true
optional: true
command: "readAttribute"
attribute: "inactive text"
response:
Expand All @@ -193,31 +184,27 @@ tests:
"Write the default values to optional non-global attribute:
InactiveText"
disabled: true
optional: true
command: "writeAttribute"
attribute: "inactive text"
arguments:
value: null

- label: "Reads back the optional non-global attribute: InactiveText"
disabled: true
optional: true
command: "readAttribute"
attribute: "inactive text"
response:
value: null

- label: "Read optional non-global attribute: Polarity"
disabled: true
optional: true
command: "readAttribute"
attribute: "polarity"
response:
value: 0

- label: "Read optional non-global attribute constraints: Polarity"
disabled: true
optional: true
command: "readAttribute"
attribute: "polarity"
response:
Expand All @@ -227,7 +214,6 @@ tests:
- label:
"Write the default values to optional non-global attribute: Polarity"
disabled: true
optional: true
command: "writeAttribute"
attribute: "polarity"
arguments:
Expand All @@ -237,23 +223,20 @@ tests:

- label: "Reads back the optional non-global attribute: Polarity"
disabled: true
optional: true
command: "readAttribute"
attribute: "polarity"
response:
value: 0

- label: "Read optional non-global attribute: Reliability"
disabled: true
optional: true
command: "readAttribute"
attribute: "reliability"
response:
value: 0

- label: "Read optional non-global attribute constraints: Reliability"
disabled: true
optional: true
command: "readAttribute"
attribute: "reliability"
response:
Expand All @@ -264,23 +247,20 @@ tests:
"Write the default values to optional non-global attribute:
Reliability"
disabled: true
optional: true
command: "writeAttribute"
attribute: "reliability"
arguments:
value: 0

- label: "Reads back the optional non-global attribute: Reliability"
disabled: true
optional: true
command: "readAttribute"
attribute: "reliability"
response:
value: 0

- label: "Read optional non-global attribute constraints: ApplicationType"
disabled: true
optional: true
command: "readAttribute"
attribute: "application type"
response:
Expand All @@ -293,7 +273,6 @@ tests:
"Write the default values to optional non-global attribute:
ApplicationType"
disabled: true
optional: true
command: "writeAttribute"
attribute: "application type"
arguments:
Expand All @@ -303,7 +282,6 @@ tests:

- label: "Reads back the optional non-global attribute: ApplicationType"
disabled: true
optional: true
command: "readAttribute"
attribute: "application type"
response:
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_BOOL_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ tests:
value: 1

#issue #11053 disabled steps below Global attributes missing from YAML framework
#disabled due to issue #13442
- label: "Read the global attribute: AttributeList"
disabled: true
command: "readAttribute"
Expand Down Expand Up @@ -95,7 +96,6 @@ tests:

- label: "Read the optional global attribute : FeatureMap"
disabled: true
optional: true
command: "readAttribute"
attribute: "FeatureMap"
response:
Expand Down
2 changes: 1 addition & 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 @@ -55,6 +55,7 @@ tests:
value: 4

#issue #11053 disabled steps below Global attributes missing from YAML framework
#disabled due to issue #13442
- label: "Read the global attribute: AttributeList"
disabled: true
command: "readAttribute"
Expand Down Expand Up @@ -124,7 +125,6 @@ tests:

- label: "reads back optional global attribute: FeatureMap"
disabled: true
optional: true
command: "readAttribute"
attribute: "FeatureMap"
response:
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_FLW_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ tests:
value: 2

#issue #11053 disabled steps below Global attributes missing from YAML framework
#disabled due to issue #13442
- label: "Read the global attribute: AttributeList"
disabled: true
command: "readAttribute"
Expand Down Expand Up @@ -98,7 +99,6 @@ tests:

- label: "Read the optional global attribute : FeatureMap"
disabled: true
optional: true
command: "readAttribute"
attribute: "FeatureMap"
response:
Expand Down
19 changes: 1 addition & 18 deletions src/app/tests/suites/certification/Test_TC_PRS_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,16 @@ tests:
response:
value: 0

#disabled due to issue #13442
- label: "Read the optional attribute: Tolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "Tolerance"
response:
value: 0

- label: "Write the default values to optional attribute: Tolerance"
disabled: true
optional: true
command: "writeAttribute"
attribute: "Tolerance"
arguments:
Expand All @@ -106,7 +105,6 @@ tests:

- label: "Reads back optional attribute: Tolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "Tolerance"
response:
Expand All @@ -115,15 +113,13 @@ tests:
#Following attributes are based on the value of the extended feature in the cluster feature map
- label: "Read the optional attribute: ScaledValue"
disabled: true
optional: true
command: "readAttribute"
attribute: "ScaledValue"
response:
value: 0

- label: "Write the default values to optional attribute: ScaledValue"
disabled: true
optional: true
command: "writeAttribute"
attribute: "ScaledValue"
arguments:
Expand All @@ -133,23 +129,20 @@ tests:

- label: "Reads back optional attribute: ScaledValue"
disabled: true
optional: true
command: "readAttribute"
attribute: "ScaledValue"
response:
value: 0

- label: "Read the optional attribute: MinScaledValue"
disabled: true
optional: true
command: "readAttribute"
attribute: "MinScaledValue"
response:
value: 0

- label: "Write the default values to optional attribute: MinScaledValue"
disabled: true
optional: true
command: "writeAttribute"
attribute: "MinScaledValue"
arguments:
Expand All @@ -159,23 +152,20 @@ tests:

- label: "Reads back optional attribute: MinScaledValue"
disabled: true
optional: true
command: "readAttribute"
attribute: "MinScaledValue"
response:
value: 0

- label: "Read the optional attribute: MaxScaledValue"
disabled: true
optional: true
command: "readAttribute"
attribute: "MaxScaledValue"
response:
value: 0

- label: "Write the default values to optional attribute: MaxScaledValue"
disabled: true
optional: true
command: "writeAttribute"
attribute: "MaxScaledValue"
arguments:
Expand All @@ -185,23 +175,20 @@ tests:

- label: "Reads back optional attribute: MaxScaledValue"
disabled: true
optional: true
command: "readAttribute"
attribute: "MaxScaledValue"
response:
value: 0

- label: "Read the optional attribute: ScaledTolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "ScaledTolerance"
response:
value: 0

- label: "Write the default values to optional attribute: ScaledTolerance"
disabled: true
optional: true
command: "writeAttribute"
attribute: "ScaledTolerance"
arguments:
Expand All @@ -211,23 +198,20 @@ tests:

- label: "Reads back optional attribute: ScaledTolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "ScaledTolerance"
response:
value: 0

- label: "Read the optional attribute: Scale"
disabled: true
optional: true
command: "readAttribute"
attribute: "Scale"
response:
value: 0

- label: "Write the default values to optional attribute: Scale"
disabled: true
optional: true
command: "writeAttribute"
attribute: "Scale"
arguments:
Expand All @@ -237,7 +221,6 @@ tests:

- label: "Reads back optional attribute: Scale"
disabled: true
optional: true
command: "readAttribute"
attribute: "Scale"
response:
Expand Down
Loading