Skip to content

Commit 56a57d4

Browse files
Merge pull request #927 from shirishaganta1/fix-KernelCrash_OnlyKdumpEnable
OpTestKerneldump.py: Add a call to setup_test() in the KernelCrash_OnlyKdumpEnable
2 parents 0efea63 + 8d55f6d commit 56a57d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcases/OpTestKernelDump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ def runTest(self):
764764
boot_type = self.kernel_crash()
765765
self.verify_dump_file(boot_type)
766766
if self.is_lpar:
767+
self.setup_test()
767768
log.info("========= Testing kdump with HMC dumprestart ===========")
768769
boot_type = self.kernel_crash(crash_type="hmc")
769770
self.verify_dump_file(boot_type)

0 commit comments

Comments
 (0)