Skip to content

Commit 10f74cb

Browse files
Adjust Test_TC_DRLK_2_9 to not fail when Aliro is supported.
1 parent 62a1313 commit 10f74cb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ tests:
431431
- label:
432432
"Step 14: TH sends Clear Credential Command to DUT with the following
433433
fields: a)CredentialType as 8(Invalid value) b)CredentialIndex as 2"
434-
PICS: DRLK.S.F08 && DRLK.S.C26.Rsp
434+
PICS: DRLK.S.F08 && DRLK.S.C26.Rsp && !DRLK.S.F0d
435435
command: "ClearCredential"
436436
timedInteractionTimeoutMs: 10000
437437
arguments:
@@ -441,6 +441,19 @@ tests:
441441
response:
442442
error: INVALID_COMMAND
443443

444+
- label:
445+
"Step 14: TH sends Clear Credential Command to DUT with the following
446+
fields: a)CredentialType as 9(Invalid value) b)CredentialIndex as 2"
447+
PICS: DRLK.S.F08 && DRLK.S.C26.Rsp && DRLK.S.F0d
448+
command: "ClearCredential"
449+
timedInteractionTimeoutMs: 10000
450+
arguments:
451+
values:
452+
- name: "Credential"
453+
value: { CredentialType: 9, CredentialIndex: 2 }
454+
response:
455+
error: INVALID_COMMAND
456+
444457
- label: "Cleanup the first created user"
445458
command: "ClearUser"
446459
timedInteractionTimeoutMs: 10000

src/app/tests/suites/certification/ci-pics-values

+2
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,8 @@ DRLK.S.F08=1
15631563
DRLK.S.F0a=1
15641564
DRLK.S.F0b=1
15651565
DRLK.S.F0c=1
1566+
DRLK.S.F0d=1
1567+
DRLK.S.F0e=1
15661568

15671569
# Server Commands
15681570
DRLK.S.C00.Rsp=1

0 commit comments

Comments
 (0)