Skip to content

Commit

Permalink
Add Uncertainty Check to all 2.1 Concentration Measurement Tests (#31290
Browse files Browse the repository at this point in the history
)

* Fixes #31263 by adding uncertainty check to all concentration tests

* Regen after test change

* Restyled by whitespace

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jan 26, 2024
1 parent ec49835 commit 5168019
Show file tree
Hide file tree
Showing 11 changed files with 460 additions and 10 deletions.
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_CDOCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: CDOCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_CMOCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: CMOCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_FLDCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: FLDCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_NDOCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: NDOCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_OZCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: OZCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_PMHCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: PMHCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_PMICONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: PMICONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_PMKCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: PMKCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_RNCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: RNCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
9 changes: 9 additions & 0 deletions src/app/tests/suites/certification/Test_TC_TVOCCONC_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ tests:
type: enum8
minValue: 0
maxValue: 4

- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
PICS: TVOCCONC.S.A0007
command: "readAttribute"
attribute: "Uncertainty"
response:
constraints:
type: single
minValue: 0
Loading

0 comments on commit 5168019

Please sign in to comment.