Skip to content

Commit

Permalink
hmi: ignore PROC_RECV_ERROR_MASKED hmi test for p9
Browse files Browse the repository at this point in the history
In p8 bit 44 of CORE FIR was used to inject Processor recovery masked hmi.
But in p9 bit 44 is no more valid and do not generate Processor recovery
masked hmi. Hence ignore this test for p9.

Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
  • Loading branch information
maheshsal committed Apr 4, 2018
1 parent d613993 commit b209a22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testcases/OpTestHMIHandling.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ def _test_proc_recv_done(self):
# Processor went through recovery for an error which is actually masked for reporting
# this function also injecting the error on all the cpu's one-by-one.
def _test_proc_recv_error_masked(self):
if self.proc_gen in ["POWER9"]:
scom_addr = "20010A40"
elif self.proc_gen in ["POWER8", "POWER8E"]:
if self.proc_gen in ["POWER8", "POWER8E"]:
scom_addr = "10013100"
else:
return
Expand Down

0 comments on commit b209a22

Please sign in to comment.