Adapt installation of Tempest from rally with new command line
[functest.git] / testcases / config_functest.py
index 5a3169f..7fbd060 100644 (file)
@@ -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"