Skip to content

Commit e195388

Browse files
authored
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
1 parent ab42d43 commit e195388

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ tests:
228228
- label: "Step 1f: Simulate a not fully locked scenario on the DUT."
229229
PICS:
230230
DRLK.S.A0000 && DRLK.S.M.SimulateNotFullyLocked &&
231-
PICS_SKIP_SAMPLE_APP
231+
PICS_USER_PROMPT
232232
verification: |
233233
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.
234234
@@ -349,7 +349,7 @@ tests:
349349

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

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

0 commit comments

Comments
 (0)