Skip to content

Commit

Permalink
Rename PIC code TSTAT.S.CFE.Rsp -> TSTAT.S.Cfe.Rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Aug 9, 2024
1 parent 6cff19c commit 0ed5c9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/python_testing/TC_TSTAT_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ async def test_TC_TSTAT_4_2(self):

self.step("3")

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

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

self.step("14")
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")):
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")):

# Send the AtomicRequest begin command
await self.send_atomic_request_begin_command()
Expand All @@ -417,7 +417,7 @@ async def test_TC_TSTAT_4_2(self):
await self.send_atomic_request_rollback_command()

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

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

self.step("16")
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")):
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")):

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

0 comments on commit 0ed5c9d

Please sign in to comment.