Fix rally installation path in config yaml file
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 7 Oct 2015 15:50:39 +0000 (17:50 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 7 Oct 2015 15:50:39 +0000 (17:50 +0200)
JIRA: FUNCTEST-29

Change-Id: Id34570b9795e8447e05408364621abe2740ed457
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/config_functest.py
testcases/config_functest.yaml

index 8bc632c..507e246 100755 (executable)
@@ -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)
index e5a6a93..dcbac09 100644 (file)
@@ -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