File tree 2 files changed +16
-1
lines changed
src/app/tests/suites/certification
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ tests:
431
431
- label :
432
432
" Step 14: TH sends Clear Credential Command to DUT with the following
433
433
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
435
435
command : " ClearCredential"
436
436
timedInteractionTimeoutMs : 10000
437
437
arguments :
@@ -441,6 +441,19 @@ tests:
441
441
response :
442
442
error : INVALID_COMMAND
443
443
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
+
444
457
- label : " Cleanup the first created user"
445
458
command : " ClearUser"
446
459
timedInteractionTimeoutMs : 10000
Original file line number Diff line number Diff line change @@ -1563,6 +1563,8 @@ DRLK.S.F08=1
1563
1563
DRLK.S.F0a=1
1564
1564
DRLK.S.F0b=1
1565
1565
DRLK.S.F0c=1
1566
+ DRLK.S.F0d=1
1567
+ DRLK.S.F0e=1
1566
1568
1567
1569
# Server Commands
1568
1570
DRLK.S.C00.Rsp=1
You can’t perform that action at this time.
0 commit comments