summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-02-03 16:17:04 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-02-04 07:38:46 +0000
commitd7e307e628ab59298230e919c76c2fb121b5c050 (patch)
treee169793cbad4603af99e8a9f1f8c3dd23862f963 /docker
parent9ec98d14d23e42c191992e4ce62374fc1837f25f (diff)
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 <jose.lausuch@ericsson.com> (cherry picked from commit 75149a9d278b5a969606ad182fff580c08e37d6c)
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh1
1 files changed, 1 insertions, 0 deletions
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")