From 9cb9408de68274784bfef3eb1712a44a9a179348 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 7 Oct 2015 17:50:39 +0200 Subject: Fix rally installation path in config yaml file JIRA: FUNCTEST-29 Change-Id: Id34570b9795e8447e05408364621abe2740ed457 Signed-off-by: jose.lausuch --- testcases/config_functest.py | 2 +- testcases/config_functest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/config_functest.py b/testcases/config_functest.py index 8bc632c71..507e24696 100755 --- a/testcases/config_functest.py +++ b/testcases/config_functest.py @@ -226,7 +226,7 @@ def install_rally(): if check_rally(): logger.info("Rally is already installed.") else: - logger.debug("Executing %s./install_rally.sh..." %RALLY_REPO_DIR) + logger.debug("Executing %s/install_rally.sh..." %RALLY_REPO_DIR) install_script = RALLY_REPO_DIR + "/install_rally.sh --yes" cmd = 'sudo ' + install_script functest_utils.execute_command(cmd,logger) diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index e5a6a937d..dcbac0927 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -18,7 +18,7 @@ general: dir_rally_res: /home/opnfv/functest/results/rally dir_functest_data: /home/opnfv/functest/data dir_vIMS_data: /home/opnfv/functest/data/vIMS - dir_rally_inst: /root/.rally + dir_rally_inst: ~/.rally openstack: image_name: functest-img -- cgit 1.2.3-korg