Support Fenix as admin tool
[doctor.git] / doctor_tests / common / constants.py
index 72d037a..201f3fc 100644 (file)
@@ -10,3 +10,13 @@ from collections import namedtuple
 
 
 Host = namedtuple('Host', ['name', 'ip'])
+
+
+def is_fenix(conf):
+    return conf.admin_tool.type == 'fenix'
+
+
+class Inspector(object):
+    CONGRESS = 'congress'
+    SAMPLE = 'sample'
+    VITRAGE = 'vitrage'