-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RAS testscenarios for POWER9 #551
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sridevi Ramesh <[email protected]>
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you be more specific about what is being tested here?
Adding test scenario for POWER 9.. existing code has only test scenarios for p8 platform |
That is completely unhelpful. What is the scenario being tested? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested this patch? It doesn't pass sanity tests for me.
======================================================================
ERROR: runTest (testcases.OpTestPrdDriver.OpTestPrdDriver)
Traceback (most recent call last):
File "/op-test/testcases/OpTestPrdDriver.py", line 295, in runTest
self.prd_test_core_fir(e.FIR, e.FIMR, e.ERROR)
File "/op-test/testcases/OpTestPrdDriver.py", line 137, in prd_test_core_fir
log.debug("OPAL-PRD: Injecting error 0x%x on FIR: %s" % (ERROR, FIR))
TypeError: %x format: an integer is required, not str
Ran 1 test in 25.115s
-Vasant
4d0cb14
to
b976629
Compare
Signed-off-by: Sridevi Ramesh [email protected]