X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;fp=resources%2Flibraries%2Fpython%2Fconstants.py;h=b89f50c4dfc31bbee63dfe334fb65da6913ea368;hp=b4a96694b1f3577e108c2e0e08c2a3ca81f42e87;hb=da799981f5373b09398319df12e77e2efc75caa6;hpb=89e6be275715aefa8473835eb78eed309f37f2ee diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/Constants.py similarity index 91% rename from resources/libraries/python/constants.py rename to resources/libraries/python/Constants.py index b4a96694b1..b89f50c4df 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/Constants.py @@ -15,7 +15,12 @@ class Constants(object): - """Constants used in CSIT.""" + """Constants used in CSIT. + + TODO: Yaml files are easier for humans to edit. + Figure out how to set the attributes by parsing a file + that works regardless of current working directory. + """ # OpenVPP testing directory location at topology nodes REMOTE_FW_DIR = '/tmp/openvpp-testing'