add running profiler in python
[doctor.git] / tests / config.py
index f33ab5d..c71d5ad 100644 (file)
@@ -19,6 +19,7 @@ import network
 import inspector\r
 import monitor\r
 import os_clients\r
+import profiler_poc\r
 import user\r
 \r
 \r
@@ -34,7 +35,8 @@ def list_opts():
             user.OPTS,\r
             network.OPTS,\r
             instance.OPTS,\r
-            alarm.OPTS))\r
+            alarm.OPTS,\r
+            profiler_poc.OPTS))\r
     ]\r
 \r
 \r