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

DRLK-2.1: use correct PICS for prompt test steps #34026

Merged
merged 3 commits into from
Oct 24, 2024
Merged
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
8 changes: 3 additions & 5 deletions src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ tests:
value: 2

- label: "Step 1j: Simulate a not fully locked scenario on the DUT."
PICS:
DRLK.S.A0000 && DRLK.S.M.SimulateNotFullyLocked &&
PICS_SKIP_SAMPLE_APP
PICS: DRLK.S.A0000 && DRLK.S.M.SimulateNotFullyLocked && PICS_USER_PROMPT
verification: |
vendor will give instructions on how to simulate if applicable and if that is possible, then send the below command to read the lock state attribute.

Expand Down Expand Up @@ -317,7 +315,7 @@ tests:

#Test plan issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/2863
- label: "Step 5c: TH reads DoorOpenEvents attribute from DUT"
PICS: DRLK.S.A0004 && PICS_SKIP_SAMPLE_APP
PICS: DRLK.S.A0004 && PICS_USER_PROMPT
verification: |
This is an Optional attribute, so its not compulsory to get the expected outcome

Expand Down Expand Up @@ -371,7 +369,7 @@ tests:

#Test plan issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/2863
- label: "Step 6c: TH reads DoorOpenEvents attribute from DUT"
PICS: DRLK.S.A0005 && PICS_SKIP_SAMPLE_APP
PICS: DRLK.S.A0005 && PICS_USER_PROMPT
verification: |
This is an Optional attribute, so its not compulsory to get the expected outcome

Expand Down
Loading