Skip to content

Commit

Permalink
Test added jan 10 (#13421)
Browse files Browse the repository at this point in the history
* Removed disabled tag

* Added auto generated files
  • Loading branch information
kowsisoundhar12 authored Jan 10, 2022
1 parent 416b98e commit 4a1f481
Show file tree
Hide file tree
Showing 7 changed files with 1,485 additions and 648 deletions.
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

0 comments on commit 4a1f481

Please sign in to comment.