diff --git a/karbor/tests/unit/protection/test_manager.py b/karbor/tests/unit/protection/test_manager.py index f50697a4..f248342c 100644 --- a/karbor/tests/unit/protection/test_manager.py +++ b/karbor/tests/unit/protection/test_manager.py @@ -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):