We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0296a44 + eb2dfdf commit 6368ac1Copy full SHA for 6368ac1
testcases/PowerNVDump.py
@@ -641,7 +641,7 @@ def setup_fadump(self):
641
self.cv_SYSTEM.set_state(OpSystemState.OS)
642
if self.distro == "rhel":
643
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)
+ "python ./servicereport --plugins fadump package --repair", timeout=240)
645
time.sleep(10)
646
self.c.run_command("sed -e '/nfs/ s/^#*/#/' -i /etc/kdump.conf; sync")
647
obj = OpTestInstallUtil.InstallUtil()
0 commit comments