Skip to content

Commit 00890a6

Browse files
DRLK-2.1: use correct PICS for prompt test steps (#34026)
* 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 <andy314@gmail.com>
1 parent ec81c76 commit 00890a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ tests:
194194
value: 2
195195

196196
- label: "Step 1j: Simulate a not fully locked scenario on the DUT."
197-
PICS:
198-
DRLK.S.A0000 && DRLK.S.M.SimulateNotFullyLocked &&
199-
PICS_SKIP_SAMPLE_APP
197+
PICS: DRLK.S.A0000 && DRLK.S.M.SimulateNotFullyLocked && PICS_USER_PROMPT
200198
verification: |
201199
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.
202200
@@ -317,7 +315,7 @@ tests:
317315

318316
#Test plan issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/2863
319317
- label: "Step 5c: TH reads DoorOpenEvents attribute from DUT"
320-
PICS: DRLK.S.A0004 && PICS_SKIP_SAMPLE_APP
318+
PICS: DRLK.S.A0004 && PICS_USER_PROMPT
321319
verification: |
322320
This is an Optional attribute, so its not compulsory to get the expected outcome
323321
@@ -371,7 +369,7 @@ tests:
371369

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

0 commit comments

Comments
 (0)