diff options
Diffstat (limited to 'testcases/config_functest.py')
-rwxr-xr-x | testcases/config_functest.py | 2 |
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) |