Skip to content

Commit

Permalink
DRLK-2.1: use correct PICS for prompt test steps (#34026)
Browse files Browse the repository at this point in the history
* DRLK-2.1: use correct PICS for prompt test steps

The test case while defining the prompt usage test step, the incorrect PICS has been set PICS_SKIP_SAMPLE_APP instead of
PICS_USER_PROMPT

* Update Test_TC_DRLK_2_1.yaml - restyle changes

---------

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
doublemis1 and andy31415 authored Oct 24, 2024
1 parent ec81c76 commit 00890a6
Showing 1 changed file with 3 additions and 5 deletions.
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

0 comments on commit 00890a6

Please sign in to comment.