Skip to content

Commit

Permalink
Merge pull request #835 from SACHIN-BAPPALIGE/kdumptest_add_timeout_c…
Browse files Browse the repository at this point in the history
…opyfile

kdump verify dump needs timeout for copying kdump config file on SLES
  • Loading branch information
PraveenPenguin authored Apr 29, 2024
2 parents b1fad2f + 9cf833b commit e8c4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/PowerNVDump.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def verify_dump_file(self, boot_type=BootType.NORMAL, dump_place="local"):
if self.distro == "rhel":
self.cv_HOST.host_run_command("cp /etc/kdump.conf_bck /etc/kdump.conf", timeout=60)
if self.distro == "sles":
self.cv_HOST.host_run_command("cp /etc/sysconfig/kdump_bck /etc/sysconfig/kdump")
self.cv_HOST.host_run_command("cp /etc/sysconfig/kdump_bck /etc/sysconfig/kdump", timeout=60)
if dump_place == "local":
crash_content_after = self.c.run_command(
"ls -l /var/crash | grep '^d'| awk '{print $9}'")
Expand Down

0 comments on commit e8c4a28

Please sign in to comment.