From 9e36d918fef054b8d23692c0ec8c25d7b0640c07 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Mon, 27 Nov 2017 17:42:17 +0800 Subject: support vitrage inspector for local installer JIRA: DOCTOR-122 Change-Id: I771f778767a204e809d892c70603e479c1ed2f5c Signed-off-by: dongwenjuan --- doctor_tests/common/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doctor_tests/common') diff --git a/doctor_tests/common/constants.py b/doctor_tests/common/constants.py index 72d037af..088ff633 100644 --- a/doctor_tests/common/constants.py +++ b/doctor_tests/common/constants.py @@ -10,3 +10,9 @@ from collections import namedtuple Host = namedtuple('Host', ['name', 'ip']) + + +class Inspector(object): + CONGRESS = 'congress' + SAMPLE = 'sample' + VITRAGE = 'vitrage' -- cgit 1.2.3-korg