Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbultman committed Jan 5, 2024
1 parent f1fb765 commit ae12dcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests:
- label: "Step 3a: Read the global attribute: FeatureMap"
command: "readAttribute"
attribute: "FeatureMap"
PICS: "!MWOCTRL.S.F00 & !!MWOCTRL.S.F01"
PICS: "!MWOCTRL.S.F00 && !MWOCTRL.S.F01"
response:
value: 0
constraints:
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_MWOCTRL_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ tests:
command: "readAttribute"
attribute: "PowerSetting"
response:
value: 50
constraints:
type: int8u
value: 50

- label: "Step 6: Read the CookTime attribute"
command: "readAttribute"
attribute: "CookTime"
response:
value: 60
constraints:
type: elapsed-s
value: 60
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_MWOCTRL_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ tests:
command: "readAttribute"
attribute: "PowerSetting"
response:
value: MinPowerValue
constraints:
type: int8u
value: MinPowerValue

- label: "Step 9: Read the CookTime attribute"
command: "readAttribute"
attribute: "CookTime"
response:
value: 60
constraints:
type: elapsed-s
value: 60
3 changes: 1 addition & 2 deletions src/app/tests/suites/certification/Test_TC_MWOCTRL_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ tests:
command: "readAttribute"
attribute: "CookTime"
response:
saveAs: CookTimeBegin
value: "CookTimeBegin + 10"
constraints:
type: elapsed-s
value: "CookTimeBegin + 10"

0 comments on commit ae12dcc

Please sign in to comment.