From def1634a5b8a2c8ca794fa878394234a8ebb3468 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Fri, 4 Mar 2016 14:23:31 +0100 Subject: Rally and Tempest pre-installed in the Docker image. Also, upgrade Rally to version 0.3.1 JIRA: FUNCTEST-147 Change-Id: I6aa15a7c282462058b7786c7dc7174d48c905d3a Signed-off-by: jose.lausuch --- testcases/VIM/OpenStack/CI/libraries/run_tempest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/VIM/OpenStack/CI/libraries/run_tempest.py') diff --git a/testcases/VIM/OpenStack/CI/libraries/run_tempest.py b/testcases/VIM/OpenStack/CI/libraries/run_tempest.py index 660e21bc2..04d8e86bb 100644 --- a/testcases/VIM/OpenStack/CI/libraries/run_tempest.py +++ b/testcases/VIM/OpenStack/CI/libraries/run_tempest.py @@ -228,7 +228,7 @@ def run_tempest(OPTION): # :return: void # logger.info("Starting Tempest test suite: '%s'." % OPTION) - cmd_line = "rally verify start "+OPTION + cmd_line = "rally verify start " + OPTION + " --system-wide" logger.debug('Executing command : {}'.format(cmd_line)) CI_DEBUG = os.environ.get("CI_DEBUG") -- cgit 1.2.3-korg