X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Fcommon%2Fconstants.py;h=088ff63353096eb4079111f1065674165e8819b9;hb=9e36d918fef054b8d23692c0ec8c25d7b0640c07;hp=72d037aff4ee0fbb7e2b45600ff11d4881f2cf0d;hpb=f71afa73f5a56474036215b598e45123578c38d9;p=doctor.git 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'