You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix system dump test case by enabling the dump policy.
Currently our testcase directly triggers the system dump
even the dump policy for it is disabled, which results in
our testcase won't trigger any system dump and just simply
system IPL's without dumping system files(OPAL, printk, hbrt log)
So this patch fixes this issue by enabling the system dump policy
before triggering any system dump. And also this adds conditions
to retrieve individual files after dump is generated and make
sure the three files(OPAL, hbrt log and printk log) collected
properly.
For more details: Internal BZ155562
Signed-off-by: Pridhiviraj Paidipeddi <[email protected]>
0 commit comments