@@ -220,7 +220,7 @@ async def test_TC_TSTAT_4_2(self):
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
+ 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" )):
224
224
await self .send_atomic_request_begin_command ()
225
225
226
226
# Write to the presets attribute after calling AtomicRequest command
@@ -405,7 +405,7 @@ async def test_TC_TSTAT_4_2(self):
405
405
await self .send_atomic_request_commit_command (expected_status = Status .InvalidInState )
406
406
407
407
self .step ("14" )
408
- 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" )):
408
+ 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" )):
409
409
410
410
# Send the AtomicRequest begin command
411
411
await self .send_atomic_request_begin_command ()
@@ -417,7 +417,7 @@ async def test_TC_TSTAT_4_2(self):
417
417
await self .send_atomic_request_rollback_command ()
418
418
419
419
self .step ("15" )
420
- 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" )):
420
+ 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" )):
421
421
# Send the AtomicRequest begin command from the secondary controller
422
422
await self .send_atomic_request_begin_command ()
423
423
@@ -427,7 +427,7 @@ async def test_TC_TSTAT_4_2(self):
427
427
await self .send_atomic_request_rollback_command ()
428
428
429
429
self .step ("16" )
430
- 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" )):
430
+ 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" )):
431
431
432
432
# Send the AtomicRequest begin command from the secondary controller
433
433
await self .send_atomic_request_begin_command (dev_ctrl = secondary_controller )
0 commit comments