From 183eeb06ff33b7462e5f3f3f53396b1f6f91c651 Mon Sep 17 00:00:00 2001 From: Tomi Juvonen Date: Wed, 3 Jan 2018 08:34:37 +0200 Subject: ability to run maintenance test JIRA: DOCTOR-119 Change-Id: I98e556fba30eb7ba244cb9d0d88a9e95c39193ff Signed-off-by: Tomi Juvonen --- doctor_tests/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doctor_tests/config.py') diff --git a/doctor_tests/config.py b/doctor_tests/config.py index 273e84d5..dc05c0d8 100644 --- a/doctor_tests/config.py +++ b/doctor_tests/config.py @@ -21,6 +21,7 @@ from doctor_tests import monitor from doctor_tests import os_clients from doctor_tests import profiler_poc from doctor_tests import user +from doctor_tests import scenario def list_opts(): @@ -36,7 +37,8 @@ def list_opts(): network.OPTS, instance.OPTS, alarm.OPTS, - profiler_poc.OPTS)) + profiler_poc.OPTS, + scenario.OPTS)) ] -- cgit 1.2.3-korg