@@ -219,6 +219,7 @@ async def test_TC_TSTAT_4_2(self):
219
219
await self .write_presets (endpoint = endpoint , presets = new_presets , expected_status = Status .InvalidInState )
220
220
221
221
self .step ("3" )
222
+
222
223
if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE.Rsp" )):
223
224
await self .send_atomic_request_begin_command ()
224
225
@@ -239,7 +240,7 @@ async def test_TC_TSTAT_4_2(self):
239
240
asserts .assert_equal (presets , initial_presets , "Presets were updated which is not expected" )
240
241
241
242
self .step ("4" )
242
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
243
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
243
244
244
245
# Send the AtomicRequest begin command
245
246
await self .send_atomic_request_begin_command ()
@@ -256,7 +257,7 @@ async def test_TC_TSTAT_4_2(self):
256
257
asserts .assert_equal (presets , new_presets_with_handle , "Presets were not updated which is not expected" )
257
258
258
259
self .step ("5" )
259
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
260
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
260
261
261
262
# Send the AtomicRequest begin command
262
263
await self .send_atomic_request_begin_command ()
@@ -270,7 +271,7 @@ async def test_TC_TSTAT_4_2(self):
270
271
await self .send_atomic_request_commit_command (expected_overall_status = Status .Failure , expected_preset_status = Status .ConstraintError )
271
272
272
273
self .step ("6" )
273
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.C06.Rsp" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
274
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.C06.Rsp" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
274
275
275
276
# Send the SetActivePresetRequest command
276
277
await self .send_set_active_preset_handle_request_command (value = b'\x03 ' )
@@ -292,7 +293,7 @@ async def test_TC_TSTAT_4_2(self):
292
293
await self .send_atomic_request_commit_command (expected_overall_status = Status .Failure , expected_preset_status = Status .InvalidInState )
293
294
294
295
self .step ("7" )
295
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
296
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
296
297
297
298
# Send the AtomicRequest begin command
298
299
await self .send_atomic_request_begin_command ()
@@ -307,7 +308,7 @@ async def test_TC_TSTAT_4_2(self):
307
308
await self .send_atomic_request_rollback_command ()
308
309
309
310
self .step ("8" )
310
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
311
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
311
312
312
313
# Send the AtomicRequest begin command
313
314
await self .send_atomic_request_begin_command ()
@@ -323,7 +324,7 @@ async def test_TC_TSTAT_4_2(self):
323
324
await self .send_atomic_request_rollback_command ()
324
325
325
326
self .step ("9" )
326
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
327
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
327
328
328
329
# Send the AtomicRequest begin command
329
330
await self .send_atomic_request_begin_command ()
@@ -339,7 +340,7 @@ async def test_TC_TSTAT_4_2(self):
339
340
await self .send_atomic_request_rollback_command ()
340
341
341
342
self .step ("10" )
342
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
343
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
343
344
344
345
# Send the AtomicRequest begin command
345
346
await self .send_atomic_request_begin_command ()
@@ -355,7 +356,7 @@ async def test_TC_TSTAT_4_2(self):
355
356
await self .send_atomic_request_rollback_command ()
356
357
357
358
self .step ("11" )
358
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
359
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
359
360
360
361
# Send the AtomicRequest begin command
361
362
await self .send_atomic_request_begin_command ()
@@ -370,7 +371,7 @@ async def test_TC_TSTAT_4_2(self):
370
371
await self .send_atomic_request_rollback_command ()
371
372
372
373
self .step ("12" )
373
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
374
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
374
375
375
376
# Send the AtomicRequest begin command
376
377
await self .send_atomic_request_begin_command ()
@@ -385,7 +386,7 @@ async def test_TC_TSTAT_4_2(self):
385
386
await self .send_atomic_request_rollback_command ()
386
387
387
388
self .step ("13" )
388
- if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.CFE .Rsp" )):
389
+ if self .pics_guard (self .check_pics ("TSTAT.S.F08" ) and self .check_pics ("TSTAT.S.A0050" ) and self .check_pics ("TSTAT.S.Cfe .Rsp" )):
389
390
390
391
# Send the AtomicRequest begin command
391
392
await self .send_atomic_request_begin_command ()
0 commit comments