X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fconstants.py;h=b416f42b9a79e4fc99d8bc3b0a161a6bcb86e656;hb=6b762e9edb2f7913348d99c1c240fe94b9f7cbf9;hp=e5e849782baf304caad2b053d9efbed6255de15d;hpb=b93494dc108d47272dc301aefb4f98b884286205;p=yardstick.git diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index e5e849782..b416f42b9 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -59,6 +59,7 @@ if not SERVER_IP: # dir CONF_DIR = get_param('dir.conf', '/etc/yardstick') +IMAGE_DIR = get_param('dir.images', '/home/opnfv/images/') REPOS_DIR = get_param('dir.repos', '/home/opnfv/repos/yardstick') RELENG_DIR = get_param('dir.releng', '/home/opnfv/repos/releng') LOG_DIR = get_param('dir.log', '/tmp/yardstick/')