From: jose.lausuch Date: Fri, 25 Sep 2015 18:09:20 +0000 (+0200) Subject: Adapt installation of Tempest from rally with new command line X-Git-Tag: 0.2~1968 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=96bf9abe9b1b26a79dcc86900e8eb33d8544e773;p=functest-xtesting.git Adapt installation of Tempest from rally with new command line https://review.openstack.org/#/c/225479/ Change-Id: I2d25797d02afed0e399f3f97c83b46c5e8969821 Signed-off-by: jose.lausuch --- diff --git a/testcases/config_functest.py b/testcases/config_functest.py index 5a3169f8..7fbd0604 100644 --- a/testcases/config_functest.py +++ b/testcases/config_functest.py @@ -263,7 +263,7 @@ def install_rally(): functest_utils.execute_command(cmd,logger) logger.debug("Installing tempest...") - cmd = "rally-manage tempest install" + cmd = "rally verify install" functest_utils.execute_command(cmd,logger) cmd = "rally deployment check"