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: arno.2015.2.0^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=96bf9abe9b1b26a79dcc86900e8eb33d8544e773;p=functest.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 5a3169f83..7fbd06042 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"