diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/run_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 898cc4ca0..28830e845 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -77,9 +77,9 @@ function run_test(){ fi ;; "tempest") - info "Running Tempest smoke tests..." + info "Running Tempest tests..." python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_tempest.py \ - --debug -m smoke ${report} + --debug -m custom ${report} # save tempest.conf for further troubleshooting tempest_conf="${RALLY_VENV_DIR}/tempest/for-deployment-*/tempest.conf" if [ -f ${tempest_conf} ]; then |