Skip to content

Commit

Permalink
Removed makdumpfile test as it not need for ISST case
Browse files Browse the repository at this point in the history
Removed makdumpfile test as it not need for ISST case

Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Jul 2, 2024
1 parent 5423f12 commit abb8024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions op-test
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ class ISSTkdumpSuite():
self.s.addTest(PowerNVDump.KernelCrash_OnlyKdumpEnable())
if 'dev_path' in OpTestConfiguration.conf.args:
self.s.addTest(PowerNVDump.KernelCrash_KdumpSAN())
self.s.addTest(PowerNVDump.OpTestMakedump())
self.s.addTest(PowerNVDump.KernelCrash_KdumpSSH())
self.s.addTest(PowerNVDump.KernelCrash_KdumpNFS())

Expand All @@ -708,7 +707,6 @@ class ISSTfadumpSuite():
def __init__(self):
self.s = unittest.TestSuite()
self.s.addTest(PowerNVDump.KernelCrash_FadumpEnable())
self.s.addTest(PowerNVDump.OpTestMakedump())
self.s.addTest(PowerNVDump.KernelCrash_KdumpSSH())
self.s.addTest(PowerNVDump.KernelCrash_KdumpNFS())

Expand Down

0 comments on commit abb8024

Please sign in to comment.