Adapt installation of Tempest from rally with new command line 29/2129/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Fri, 25 Sep 2015 18:09:20 +0000 (20:09 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 30 Sep 2015 07:26:00 +0000 (07:26 +0000)
https://review.openstack.org/#/c/225479/

Change-Id: I2d25797d02afed0e399f3f97c83b46c5e8969821
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit 96bf9abe9b1b26a79dcc86900e8eb33d8544e773)

testcases/config_functest.py

index 48eb279..e618d2d 100644 (file)
@@ -229,7 +229,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"