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

[SMOKECO-TC] Fix smokeco tests as per test plan document #29701

Merged
merged 3 commits into from
Oct 11, 2023
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
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name:
Server

PICS:
- SMOKECO.S
- SMOKECO.S.F00

config:
nodeId: 0x12344321
Expand Down Expand Up @@ -145,7 +145,7 @@ tests:
value: "y"

- label: "Step 10: TH reads TestInProgress attribute from DUT"
PICS: SMOKECO.S.A0005
PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest
command: "readAttribute"
attribute: "TestInProgress"
response:
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name:
4.2.3. [TC-SMOKECO-2.3] Primary Functionality - CO Alarm with DUT as Server

PICS:
- SMOKECO.S
- SMOKECO.S.F01

config:
nodeId: 0x12344321
Expand Down Expand Up @@ -144,7 +144,7 @@ tests:
value: "y"

- label: "Step 10: TH reads TestInProgress attribute from DUT"
PICS: SMOKECO.S.A0005
PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest
command: "readAttribute"
attribute: "TestInProgress"
response:
Expand Down
12 changes: 6 additions & 6 deletions src/app/tests/suites/certification/Test_TC_SMOKECO_2_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ tests:
- label:
"Step 38: TH waits for a report of TestInProgress attribute from DUT
with a timeout of 180 seconds"
PICS: SMOKECO.S.A0005
PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest
command: "waitForReport"
attribute: "TestInProgress"
timeout: 180
Expand All @@ -521,7 +521,7 @@ tests:
type: boolean

- label: "Step 39: TH reads ExpressedState attribute from DUT"
PICS: SMOKECO.S.A0000
PICS: SMOKECO.S.A0000 && SMOKECO.M.ManuallyControlledTest
command: "readAttribute"
attribute: "ExpressedState"
response:
Expand All @@ -532,7 +532,7 @@ tests:
- label:
"Step 40: TH waits for a report of TestInProgress attribute from DUT
with a timeout of 180 seconds"
PICS: SMOKECO.S.A0005
PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest
command: "waitForReport"
attribute: "TestInProgress"
timeout: 180
Expand All @@ -542,15 +542,15 @@ tests:
type: boolean

- label: "Step 41: TH reads SelfTestComplete event from DUT"
PICS: SMOKECO.S.E05
PICS: SMOKECO.S.E05 && SMOKECO.M.ManuallyControlledTest
command: "readEvent"
event: "SelfTestComplete"
eventNumber: "LastReceivedEventNumber + 1"
response:
value: {}

- label: "Step 42: TH reads ExpressedState attribute from DUT"
PICS: SMOKECO.S.A0000
PICS: SMOKECO.S.A0000 && SMOKECO.M.ManuallyControlledTest
command: "readAttribute"
attribute: "ExpressedState"
response:
Expand All @@ -559,7 +559,7 @@ tests:
type: enum8

- label: "Step 43: TH reads AllClear event from DUT"
PICS: SMOKECO.S.E0a
PICS: SMOKECO.S.E0a && SMOKECO.M.ManuallyControlledTest
command: "readEvent"
event: "AllClear"
eventNumber: "LastReceivedEventNumber + 1"
Expand Down
Loading