From 31e30777a3bf32d4d081d019338ee65906ffc2ca Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Fri, 15 Jul 2016 13:40:27 +0200 Subject: Don't take openstack snapshot when "-n" option is set JIRA: FUNCTEST-236 Change-Id: I37bfa4ebe88a8cf02f2cddc8fc4cce70ad87b775 Signed-off-by: jose.lausuch --- ci/run_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/run_tests.py') diff --git a/ci/run_tests.py b/ci/run_tests.py index 050ef0c11..b3728ce9f 100755 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -76,7 +76,8 @@ def run_test(test): print_separator("=") logger.debug("\n%s" % test) - generate_os_snapshot() + if CLEAN_FLAG: + generate_os_snapshot() flags = (" -t %s" % (test_name)) if REPORT_FLAG: -- cgit 1.2.3-korg