Merge "Fix bug for running unittest with unittest module"

This commit is contained in:
Zuul 2019-11-14 10:38:56 +00:00 committed by Gerrit Code Review
commit 3676e53e1b
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ from karbor.tests import base
from karbor.tests.unit.protection import fakes
CONF = cfg.CONF
CONF.import_opt('trigger_poll_interval', 'karbor.services.operationengine'
'.engine.triggers.timetrigger')
class ProtectionServiceTest(base.TestCase):