File tree Expand file tree Collapse file tree 2 files changed +326
-86
lines changed Expand file tree Collapse file tree 2 files changed +326
-86
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,7 @@ except Exception as e:
189
189
OpTestConfiguration .conf .objs ()
190
190
191
191
class SystemAccessSuite ():
192
- '''
193
- Tests all system interfaces
194
- '''
192
+ '''Tests all system interfaces'''
195
193
196
194
def __init__ (self ):
197
195
self .s = unittest .TestSuite ()
@@ -676,7 +674,7 @@ class KexecSuite():
676
674
'''Kexec Test Suite'''
677
675
678
676
def suite (self ):
679
- return OpTestKexec .exec_suite ()
677
+ return OpTestKexec .kexec_suite ()
680
678
681
679
class DlparIOSuite ():
682
680
'''DlparIO Test Suite'''
@@ -948,6 +946,7 @@ suites = {
948
946
'palmetto-ci' : OpenBMCPalmettoSkirootSuite (),
949
947
'per-commit' : OpTestPerCommitSuite (),
950
948
'pull-request' : OpTestPullRequestSuite (),
949
+ 'kexec-suite' : KexecSuite (),
951
950
}
952
951
953
952
try :
You can’t perform that action at this time.
0 commit comments