Skip to content

Commit

Permalink
Merge pull request #218 from maheshsal/mahesh_fixes
Browse files Browse the repository at this point in the history
hmi: ignore PROC_RECV_ERROR_MASKED hmi test for p9
  • Loading branch information
stewartsmith authored Apr 4, 2018
2 parents 828c53c + b209a22 commit 08de064
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 08de064

Please sign in to comment.