Doctor releasenotes Fraser 6.2
[doctor.git] / doctor_tests / config.py
index 273e84d..dc05c0d 100644 (file)
@@ -21,6 +21,7 @@ from doctor_tests import monitor
 from doctor_tests import os_clients\r
 from doctor_tests import profiler_poc\r
 from doctor_tests import user\r
+from doctor_tests import scenario\r
 \r
 \r
 def list_opts():\r
@@ -36,7 +37,8 @@ def list_opts():
             network.OPTS,\r
             instance.OPTS,\r
             alarm.OPTS,\r
-            profiler_poc.OPTS))\r
+            profiler_poc.OPTS,\r
+            scenario.OPTS))\r
     ]\r
 \r
 \r