X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fconstants.py;h=8640afbae97499f4aa1416b689f929afe533f018;hb=a2ee61016721386b40caa4e2d72f61be8adec94a;hp=43c2c19cb58d2a649e348c35fb903b619f903a65;hpb=9d6339d4e00b8aa3477938347c1afe693820eb25;p=yardstick.git diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index 43c2c19cb..8640afbae 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -145,6 +145,13 @@ BASE_URL = 'http://localhost:5000' ENV_ACTION_API = BASE_URL + '/yardstick/env/action' ASYNC_TASK_API = BASE_URL + '/yardstick/asynctask' +# flags +IS_EXISTING = 'is_existing' +IS_PUBLIC = 'is_public' + # general TESTCASE_PRE = 'opnfv_yardstick_' TESTSUITE_PRE = 'opnfv_' + +# OpenStack cloud default config parameters +OS_CLOUD_DEFAULT_CONFIG = {'verify': False}