diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2017-07-29 04:44:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-29 04:44:03 +0000 |
commit | e52dccf724ee05a16b6e78e79d7045f5c0ac979f (patch) | |
tree | 86d85a62459546e3ef6e81b9a9a7905db89ad955 /tests/inspector/__init__.py | |
parent | dbd84d95163fb492962ebacdea7bc2a89a8b56f9 (diff) | |
parent | 85bee51d0cef5a03097072c7a3f776623dbf3337 (diff) |
Merge "refactor congress inspector"
Diffstat (limited to 'tests/inspector/__init__.py')
-rw-r--r-- | tests/inspector/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/inspector/__init__.py b/tests/inspector/__init__.py index 151cc034..afba4800 100644 --- a/tests/inspector/__init__.py +++ b/tests/inspector/__init__.py @@ -31,6 +31,7 @@ OPTS = [ _inspector_name_class_mapping = { 'sample': 'inspector.sample.SampleInspector', + 'congress': 'inspector.congress.CongressInspector', } |