Skip to content

Commit

Permalink
Merge pull request #869 from SACHIN-BAPPALIGE/fix-servicereport_fadump
Browse files Browse the repository at this point in the history
Fix servicereport argument for fadump package repair
  • Loading branch information
PraveenPenguin authored Oct 24, 2024
2 parents 0296a44 + eb2dfdf commit 6368ac1
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 @@ -641,7 +641,7 @@ def setup_fadump(self):
self.cv_SYSTEM.set_state(OpSystemState.OS)
if self.distro == "rhel":
self.c.run_command("rm -rf ServiceReport; git clone https://github.com/linux-ras/ServiceReport; cd ServiceReport;"
"python ./servicereport --plugins kdump package --repair", timeout=240)
"python ./servicereport --plugins fadump package --repair", timeout=240)
time.sleep(10)
self.c.run_command("sed -e '/nfs/ s/^#*/#/' -i /etc/kdump.conf; sync")
obj = OpTestInstallUtil.InstallUtil()
Expand Down

0 comments on commit 6368ac1

Please sign in to comment.