From 0b2494f01dc11091636b46fa49aeab43292f9d28 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Mon, 3 Jul 2017 10:03:35 +0800 Subject: refactor sample inspector JIRA: DOCTOR-98 Change-Id: I7110b680d0a0c64b1b2666abcea183e73373dca7 Signed-off-by: dongwenjuan --- tests/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/config.py') 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, -- cgit 1.2.3-korg