From 85bee51d0cef5a03097072c7a3f776623dbf3337 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Thu, 6 Jul 2017 09:57:18 +0800 Subject: refactor congress inspector JIRA: DOCTOR-98 Change-Id: I22fa893a1c1973fc63f994b630dd0c6a2c30e641 Signed-off-by: dongwenjuan --- tests/inspector/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/inspector/__init__.py') 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): -- cgit 1.2.3-korg