From d7e307e628ab59298230e919c76c2fb121b5c050 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 3 Feb 2016 16:17:04 +0100 Subject: Use python json parser to get the results form the Promise json report JIRA: FUNCTEST-68 Also, add sleep to let the promise instances terminate, otherwise, clean_openstack will detect them while they are still being removed and will fail. Change-Id: I7a5543143758483eb1d7e06dbe4922e9f1e05cfb Signed-off-by: jose.lausuch (cherry picked from commit 75149a9d278b5a969606ad182fff580c08e37d6c) --- docker/run_tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index e210afaa2..9d5f681ca 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -173,6 +173,7 @@ test/csit/suites/vpnservice "promise") info "Running PROMISE test case..." python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py --debug ${report} + sleep 10 #to let the instances terminate clean_openstack ;; "doctor") -- cgit 1.2.3-korg