Skip to content

Commit 607859f

Browse files
Add Uncertainty Check to all 2.1 Concentration Measurement Tests (#31290)
* Fixes #31263 by adding uncertainty check to all concentration tests * Regen after test change * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 649e991 commit 607859f

11 files changed

+460
-10
lines changed

src/app/tests/suites/certification/Test_TC_CDOCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: CDOCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_CMOCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: CMOCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_FLDCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: FLDCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_NDOCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: NDOCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_OZCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: OZCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_PMHCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: PMHCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_PMICONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: PMICONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_PMKCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: PMKCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_RNCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: RNCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

src/app/tests/suites/certification/Test_TC_TVOCCONC_2_1.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ tests:
133133
type: enum8
134134
minValue: 0
135135
maxValue: 4
136+
137+
- label: "Step 12: TH reads from the DUT the Uncertainty attribute."
138+
PICS: TVOCCONC.S.A0007
139+
command: "readAttribute"
140+
attribute: "Uncertainty"
141+
response:
142+
constraints:
143+
type: single
144+
minValue: 0

0 commit comments

Comments
 (0)