summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-10-07 17:50:39 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2015-10-07 17:50:39 +0200
commit9cb9408de68274784bfef3eb1712a44a9a179348 (patch)
treee8af8fc1507b4b1752c21030c9b080f37ee69363 /testcases/config_functest.py
parent21fd67afa5a8b2a625a6cfb5c20bcc49c7f939db (diff)
Fix rally installation path in config yaml file
JIRA: FUNCTEST-29 Change-Id: Id34570b9795e8447e05408364621abe2740ed457 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/config_functest.py')
-rwxr-xr-xtestcases/config_functest.py2
1 files changed, 1 insertions, 1 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)