aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2016-12-24 01:21:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-24 01:21:36 +0000
commitbd847993c084f2d29de099c4b0e33a3d2e8de03e (patch)
tree42e703fcaf1b439669daf830e649052562d57113 /yardstick
parent734a4d10e3d3efc0ed869771be56b3cbd9df7602 (diff)
parente88d02c9d87c18dbaaf849d8b10167e6dadf485a (diff)
Merge "Bugfix: the load_image.sh script will load a image with the same name"
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/common/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py
index 443b3e810..6993c41b9 100644
--- a/yardstick/common/constants.py
+++ b/yardstick/common/constants.py
@@ -31,6 +31,8 @@ RELENG_DIR = '/home/opnfv/repos/releng'
OS_FETCH_SCRIPT = 'utils/fetch_os_creds.sh'
+CLEAN_IMAGES_SCRIPT = 'tests/ci/clean_images.sh'
+
LOAD_IMAGES_SCRIPT = 'tests/ci/load_images.sh'
OPENSTACK_RC_FILE = os.path.join(YARDSTICK_CONFIG_DIR, 'openstack.creds')