Skip to content

Commit 6368ac1

Browse files
Merge pull request #869 from SACHIN-BAPPALIGE/fix-servicereport_fadump
Fix servicereport argument for fadump package repair
2 parents 0296a44 + eb2dfdf commit 6368ac1

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
@@ -641,7 +641,7 @@ def setup_fadump(self):
641641
self.cv_SYSTEM.set_state(OpSystemState.OS)
642642
if self.distro == "rhel":
643643
self.c.run_command("rm -rf ServiceReport; git clone https://github.com/linux-ras/ServiceReport; cd ServiceReport;"
644-
"python ./servicereport --plugins kdump package --repair", timeout=240)
644+
"python ./servicereport --plugins fadump package --repair", timeout=240)
645645
time.sleep(10)
646646
self.c.run_command("sed -e '/nfs/ s/^#*/#/' -i /etc/kdump.conf; sync")
647647
obj = OpTestInstallUtil.InstallUtil()

0 commit comments

Comments
 (0)