35
35
36
36
- label : " Create new user"
37
37
command : " SetUser"
38
+ PICS : DRLK.S.F08 && DRLK.S.F00
38
39
timedInteractionTimeoutMs : 1000
39
40
arguments :
40
41
values :
55
56
56
57
- label : " Read the user back and verify its fields"
57
58
command : " GetUser"
59
+ PICS : DRLK.S.F08 && DRLK.S.F00
58
60
arguments :
59
61
values :
60
62
- name : " UserIndex"
84
86
85
87
- label : " Create new PIN credential and lock/unlock user"
86
88
command : " SetCredential"
89
+ PICS : DRLK.S.F08 && DRLK.S.F00
87
90
timedInteractionTimeoutMs : 1000
88
91
arguments :
89
92
values :
@@ -109,6 +112,7 @@ tests:
109
112
value : 2
110
113
111
114
- label : " Verify created PIN credential"
115
+ PICS : DRLK.S.F08 && DRLK.S.F00
112
116
command : " GetCredentialStatus"
113
117
arguments :
114
118
values :
@@ -183,7 +187,8 @@ tests:
183
187
- label :
184
188
" Step 2b: TH sends the Unlock with Timeout argument value as 60
185
189
seconds"
186
- PICS : DRLK.S.C03.Rsp && PICS_SKIP_SAMPLE_APP
190
+ PICS :
191
+ " DRLK.S.F08 && DRLK.S.F00 && DRLK.S.C03.Rsp && PICS_SKIP_SAMPLE_APP "
187
192
command : " UnlockWithTimeout"
188
193
timedInteractionTimeoutMs : 1000
189
194
arguments :
@@ -193,6 +198,19 @@ tests:
193
198
- name : " PINCode"
194
199
value : " 123456"
195
200
201
+ - label :
202
+ " Step 2b: TH sends the Unlock with Timeout argument value as 60
203
+ seconds"
204
+ PICS :
205
+ " (!DRLK.S.F08 || !DRLK.S.F00) && DRLK.S.C03.Rsp &&
206
+ PICS_SKIP_SAMPLE_APP "
207
+ command : " UnlockWithTimeout"
208
+ timedInteractionTimeoutMs : 1000
209
+ arguments :
210
+ values :
211
+ - name : " Timeout"
212
+ value : 60
213
+
196
214
- label : " Wait for AutoRelockTime Expires"
197
215
cluster : " DelayCommands"
198
216
command : " WaitForMs"
@@ -221,14 +239,15 @@ tests:
221
239
222
240
- label : " Cleanup the created user"
223
241
command : " ClearUser"
242
+ PICS : DRLK.S.F08 && DRLK.S.F00
224
243
timedInteractionTimeoutMs : 1000
225
244
arguments :
226
245
values :
227
246
- name : " UserIndex"
228
247
value : 1
229
248
230
249
- label : " Clean the created credential"
231
- PICS : DRLK.S.C26.Rsp
250
+ PICS : DRLK.S.F08 && DRLK.S.F00 && DRLK.S. C26.Rsp
232
251
command : " ClearCredential"
233
252
timedInteractionTimeoutMs : 1000
234
253
arguments :
0 commit comments