summaryrefslogtreecommitdiffstats
path: root/tests/inspector/__init__.py
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2017-07-06 09:57:18 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2017-07-27 10:08:49 +0800
commit85bee51d0cef5a03097072c7a3f776623dbf3337 (patch)
treef70b845cf04c5de993971682ee2e6b1412143a93 /tests/inspector/__init__.py
parent3e0300e8f9695348aa4564f87a23ac3c0cf737ff (diff)
refactor congress inspector
JIRA: DOCTOR-98 Change-Id: I22fa893a1c1973fc63f994b630dd0c6a2c30e641 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'tests/inspector/__init__.py')
-rw-r--r--tests/inspector/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/inspector/__init__.py b/tests/inspector/__init__.py
index 35bdb5b9..426c8685 100644
--- a/tests/inspector/__init__.py
+++ b/tests/inspector/__init__.py
@@ -30,6 +30,7 @@ OPTS = [
_inspector_name_class_mapping = {
'sample': 'inspector.sample.SampleInspector',
+ 'congress': 'inspector.congress.CongressInspector',
}
def get_inspector(conf, log):