Bugfix: the load_image.sh script will load a image with the same name
[yardstick.git] / yardstick / common / constants.py
index d541ead..6993c41 100644 (file)
@@ -25,12 +25,14 @@ YARDSTICK_REPOS_DIR = '/home/opnfv/repos/yardstick'
 
 YARDSTICK_CONFIG_DIR = '/etc/yardstick/'
 
-YARDSTICK_CONFIG_FILE = os.path.join(YARDSTICK_CONFIG_DIR, 'config.yaml')
+YARDSTICK_CONFIG_FILE = os.path.join(YARDSTICK_CONFIG_DIR, 'yardstick.conf')
 
 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')