aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorJack Chan <chenjiankun1@huawei.com>2018-03-06 01:30:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-06 01:30:13 +0000
commit8544a361f831f324eae33f8a48b94bf2a34f5ab0 (patch)
tree9aa7e9c4de086d0d536191c1ed9c952479bde906 /yardstick/common
parentb770a2891b6bd9cde38f4062abf700280c5cc4f0 (diff)
parent1e2ad3cbc8455972da45777301dcaf181d9e885d (diff)
Merge "Enable heat context to support existing network"
Diffstat (limited to 'yardstick/common')
-rw-r--r--yardstick/common/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py
index 43c2c19cb..153bd4bf4 100644
--- a/yardstick/common/constants.py
+++ b/yardstick/common/constants.py
@@ -145,6 +145,10 @@ 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_'