diff options
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 6ae12b906..bae75e961 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -137,7 +137,8 @@ function run_test(){ ;; "promise") info "Running PROMISE test case..." - # TODO + python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py --debug all ${report} + clean_openstack ;; "doctor") info "Running Doctor test..." |