From 7d08b884344651d9ba3dd2830dcd976d2adba9f5 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 10 Apr 2017 11:01:57 +0000 Subject: Yardstick virtualenv support JIRA: YARDSTICK-620 In the patch, I separate python-setuptools from install.sh and separate appdirs from requirements.txt because there will be error when install them in virtualenv. Also I will update the documentation when this patch merged; Change-Id: I99a532d1851983775869e7c5e8e65fd0229e86df Signed-off-by: chenjiankun (cherry picked from commit bb365d411d88a71871993b4ed803c2ffbbcb79bf) --- yardstick/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick') diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index 33266e233..cb98c356d 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -41,7 +41,7 @@ TESTCASE_DIR = join(YARDSTICK_ROOT_PATH, 'tests/opnfv/test_cases/') TESTSUITE_DIR = join(YARDSTICK_ROOT_PATH, 'tests/opnfv/test_suites/') # file -OPENRC = get_param('file.openrc', '/etc/yardstick/yardstick.conf') +OPENRC = get_param('file.openrc', '/etc/yardstick/openstack.creds') CONF_FILE = join(CONF_DIR, 'yardstick.conf') CONF_SAMPLE_FILE = join(CONF_SAMPLE_DIR, 'yardstick.conf.sample') FETCH_SCRIPT = get_param('file.fetch_script', 'utils/fetch_os_creds.sh') -- cgit 1.2.3-korg