Skip to content

Commit 2278eec

Browse files
nivi-appleaustina-csa
authored andcommitted
Rename PIC code TSTAT.S.CFE.Rsp -> TSTAT.S.Cfe.Rsp (project-chip#34912)
1 parent 26aed67 commit 2278eec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/python_testing/TC_TSTAT_4_2.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ async def test_TC_TSTAT_4_2(self):
220220

221221
self.step("3")
222222

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")):
224224
await self.send_atomic_request_begin_command()
225225

226226
# Write to the presets attribute after calling AtomicRequest command
@@ -405,7 +405,7 @@ async def test_TC_TSTAT_4_2(self):
405405
await self.send_atomic_request_commit_command(expected_status=Status.InvalidInState)
406406

407407
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")):
409409

410410
# Send the AtomicRequest begin command
411411
await self.send_atomic_request_begin_command()
@@ -417,7 +417,7 @@ async def test_TC_TSTAT_4_2(self):
417417
await self.send_atomic_request_rollback_command()
418418

419419
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")):
421421
# Send the AtomicRequest begin command from the secondary controller
422422
await self.send_atomic_request_begin_command()
423423

@@ -427,7 +427,7 @@ async def test_TC_TSTAT_4_2(self):
427427
await self.send_atomic_request_rollback_command()
428428

429429
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")):
431431

432432
# Send the AtomicRequest begin command from the secondary controller
433433
await self.send_atomic_request_begin_command(dev_ctrl=secondary_controller)

0 commit comments

Comments
 (0)