Merge "Make `MechDriverSetupBase
` abstract"
This commit is contained in:
commit
84da90585a
@ -12,6 +12,7 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
import abc
|
||||
import collections
|
||||
import copy
|
||||
import datetime
|
||||
@ -75,7 +76,7 @@ OvnRevNumberRow = collections.namedtuple(
|
||||
'OvnRevNumberRow', ['created_at'])
|
||||
|
||||
|
||||
class MechDriverSetupBase:
|
||||
class MechDriverSetupBase(abc.ABC):
|
||||
def setUp(self):
|
||||
config.register_common_config_options()
|
||||
super().setUp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user