summaryrefslogtreecommitdiffstats
path: root/doctor_tests/common/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'doctor_tests/common/constants.py')
-rw-r--r--doctor_tests/common/constants.py6
1 files changed, 6 insertions, 0 deletions
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'