Skip to content

Commit e8c4a28

Browse files
Merge pull request #835 from SACHIN-BAPPALIGE/kdumptest_add_timeout_copyfile
kdump verify dump needs timeout for copying kdump config file on SLES
2 parents b1fad2f + 9cf833b commit e8c4a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcases/PowerNVDump.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def verify_dump_file(self, boot_type=BootType.NORMAL, dump_place="local"):
247247
if self.distro == "rhel":
248248
self.cv_HOST.host_run_command("cp /etc/kdump.conf_bck /etc/kdump.conf", timeout=60)
249249
if self.distro == "sles":
250-
self.cv_HOST.host_run_command("cp /etc/sysconfig/kdump_bck /etc/sysconfig/kdump")
250+
self.cv_HOST.host_run_command("cp /etc/sysconfig/kdump_bck /etc/sysconfig/kdump", timeout=60)
251251
if dump_place == "local":
252252
crash_content_after = self.c.run_command(
253253
"ls -l /var/crash | grep '^d'| awk '{print $9}'")

0 commit comments

Comments
 (0)