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

Test added jan 10 #13421

Merged
merged 2 commits into from
Jan 10, 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
8 changes: 0 additions & 8 deletions src/app/tests/suites/certification/Test_TC_CC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ tests:
maxLength: 254

- label: "Write the default values to optional attribute: CompensationText"
disabled: true
optional: true
command: "writeAttribute"
attribute: "compensation text"
Expand All @@ -652,7 +651,6 @@ tests:
error: UNSUPPORTED_WRITE

- label: "Reads back optional attribute: CompensationText"
disabled: true
optional: true
command: "readAttribute"
attribute: "compensation text"
Expand Down Expand Up @@ -1205,15 +1203,13 @@ tests:
type: uint8

- label: "Write the default optional attribute: ColorPointRIntensity"
disabled: true
optional: true
command: "writeAttribute"
attribute: "color point r intensity"
arguments:
value: 0

- label: "Read back the optional attribute: ColorPointRIntensity"
disabled: true
optional: true
command: "readAttribute"
attribute: "color point r intensity"
Expand Down Expand Up @@ -1277,15 +1273,13 @@ tests:
type: uint8

- label: "Write the default optional attribute: ColorPointGIntensity"
disabled: true
optional: true
command: "writeAttribute"
attribute: "color point g intensity"
arguments:
value: 0

- label: "Read back the optional attribute: ColorPointGIntensity"
disabled: true
optional: true
command: "readAttribute"
attribute: "color point g intensity"
Expand Down Expand Up @@ -1349,15 +1343,13 @@ tests:
type: uint8

- label: "Write the default optional attribute: ColorPointBIntensity"
disabled: true
optional: true
command: "writeAttribute"
attribute: "color point b intensity"
arguments:
value: 0

- label: "Read back the optional attribute: ColorPointBIntensity"
disabled: true
optional: true
command: "readAttribute"
attribute: "color point b intensity"
Expand Down
1 change: 1 addition & 0 deletions src/app/tests/suites/certification/Test_TC_PCC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ tests:
constraints:
type: int16

#issue #11670 Null check is not implemented in YAML framework.
- label: "read the optional attribute: MinConstPressure"
disabled: true
optional: true
Expand Down
2 changes: 0 additions & 2 deletions src/app/tests/suites/certification/Test_TC_RH_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,13 @@ tests:
maxValue: 10000

- label: "Reads the optional attribute: Tolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "tolerance"
response:
value: 0

- label: "Reads constraints of attribute: Tolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "tolerance"
Expand Down
2 changes: 0 additions & 2 deletions src/app/tests/suites/certification/Test_TC_SWDIAG_3_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tests:
value: 0

- label: "Reads CurrentHeapUsed attribute value from DUT"
disabled: true
optional: true
command: "readAttribute"
attribute: "CurrentHeapUsed"
Expand All @@ -49,7 +48,6 @@ tests:
value: 0

- label: "Reads CurrentHeapHighWaterMark attribute value from DUT"
disabled: true
optional: true
command: "readAttribute"
attribute: "CurrentHeapHighWatermark"
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/certification/Test_TC_TM_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ tests:
maxValue: 32767

- label: "read the optional attribute: Tolerance"
disabled: true
optional: true
command: "readAttribute"
attribute: "Tolerance"
Expand Down
Loading