diff options
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 50a1296c1..bf68612f9 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -165,7 +165,7 @@ test/csit/suites/vpnservice ;; "promise") info "Running PROMISE test case..." - python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py --debug all ${report} + python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py --debug ${report} clean_openstack ;; "doctor") |