summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-09-23 16:11:02 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-23 16:11:02 +0000
commitaa4aa71c95118ca69efec6cfb9f625d622bb8a0b (patch)
tree7fb841592f70f3935e26716f3f1d973fb7fb80b0
parente57b91259ca69bca11d50429fc09c4c135117935 (diff)
parentab409ad8fb16a82d1c713ee9a70c4bb363261225 (diff)
Merge "added flag --yes to install_rally to force install dependencies"
-rw-r--r--testcases/config_functest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/config_functest.py b/testcases/config_functest.py
index a80da49db..5a3169f83 100644
--- a/testcases/config_functest.py
+++ b/testcases/config_functest.py
@@ -254,7 +254,7 @@ def install_rally():
Repo.clone_from(url, RALLY_REPO_DIR)
logger.debug("Executing %s./install_rally.sh..." %RALLY_REPO_DIR)
- install_script = RALLY_REPO_DIR + "install_rally.sh"
+ install_script = RALLY_REPO_DIR + "install_rally.sh --yes"
cmd = 'sudo ' + install_script
functest_utils.execute_command(cmd,logger)