X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Fconfig.py;h=dc05c0d875f7c27aaee20b4db25594d24bc22637;hb=bf4c32f2729d1014cf572e17a9974587053e3786;hp=273e84d55308b5c257893e808d1fbad6c4ba63b6;hpb=44d1e135eced7afe13b8772a610ae5cdae310b68;p=doctor.git 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)) ]