Skip to content

Commit 37a25ab

Browse files
authored
Merge pull request #782 from sourabhjains/my-feature
revamp kexec test and a fix for op-test --list-suite option
2 parents 3f8acff + 2389faf commit 37a25ab

File tree

2 files changed

+326
-86
lines changed

2 files changed

+326
-86
lines changed

op-test

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ except Exception as e:
189189
OpTestConfiguration.conf.objs()
190190

191191
class SystemAccessSuite():
192-
'''
193-
Tests all system interfaces
194-
'''
192+
'''Tests all system interfaces'''
195193

196194
def __init__(self):
197195
self.s = unittest.TestSuite()
@@ -676,7 +674,7 @@ class KexecSuite():
676674
'''Kexec Test Suite'''
677675

678676
def suite(self):
679-
return OpTestKexec.exec_suite()
677+
return OpTestKexec.kexec_suite()
680678

681679
class DlparIOSuite():
682680
'''DlparIO Test Suite'''
@@ -948,6 +946,7 @@ suites = {
948946
'palmetto-ci': OpenBMCPalmettoSkirootSuite(),
949947
'per-commit': OpTestPerCommitSuite(),
950948
'pull-request': OpTestPullRequestSuite(),
949+
'kexec-suite': KexecSuite(),
951950
}
952951

953952
try:

0 commit comments

Comments
 (0)