summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-09-23 18:09:20 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2015-09-23 18:09:20 +0200
commitab409ad8fb16a82d1c713ee9a70c4bb363261225 (patch)
tree97c5634ff92884508b4d6d724e2948bf11bfaec7
parentb9b2c3e5fc9732ce2c3ada2ba9a6ddb42b72208d (diff)
added flag --yes to install_rally to force install dependencies
Change-Id: Ie199acd062633cda3ec3745ce4a506d247873780 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
-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)