diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-18 15:53:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-18 15:53:57 +0000 |
commit | 99e12689825a0fb827f8b966a3a82fb91106b160 (patch) | |
tree | 8e6adc30ca7b83a29753a5a385cb4894f9f6fcdb /docker | |
parent | eb5abe94afaa09333676457a9a689be3e42e39a4 (diff) | |
parent | 40af06d334dfc8d6ba5f77927e36800f48f0ad20 (diff) |
Merge "Generating test lists for tempest"
Diffstat (limited to 'docker')
-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 05c78a29..4dabddac 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -125,7 +125,7 @@ function run_test(){ "tempest") info "Running Tempest tests..." python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_tempest.py \ - --debug $serial_flag $clean_flag -m custom ${report} + --debug $serial_flag $clean_flag -m smoke ${report} # save tempest.conf for further troubleshooting tempest_conf="${RALLY_VENV_DIR}/tempest/for-deployment-*/tempest.conf" if [ -f ${tempest_conf} ]; then |