diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-07-03 10:03:35 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-07-25 13:51:05 +0800 |
commit | 0b2494f01dc11091636b46fa49aeab43292f9d28 (patch) | |
tree | 4b92c16068a3f8d591824a8eea751523db935148 /tests/config.py | |
parent | 7e0ab6e2149df22455e58eb363eb291a985514de (diff) |
refactor sample inspector
JIRA: DOCTOR-98
Change-Id: I7110b680d0a0c64b1b2666abcea183e73373dca7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'tests/config.py')
-rw-r--r-- | tests/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config.py b/tests/config.py index 94b85f7f..969d829f 100644 --- a/tests/config.py +++ b/tests/config.py @@ -15,6 +15,7 @@ import consumer import image
import instance
import network
+import inspector
import os_clients
import user
@@ -22,6 +23,7 @@ import user def list_opts():
return [
('consumer', consumer.OPTS),
+ ('inspector', inspector.OPTS),
('DEFAULT', itertools.chain(
os_clients.OPTS,
image.OPTS,
|