aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-04-18 15:53:57 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-18 15:53:57 +0000
commit99e12689825a0fb827f8b966a3a82fb91106b160 (patch)
tree8e6adc30ca7b83a29753a5a385cb4894f9f6fcdb /docker
parenteb5abe94afaa09333676457a9a689be3e42e39a4 (diff)
parent40af06d334dfc8d6ba5f77927e36800f48f0ad20 (diff)
Merge "Generating test lists for tempest"
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index 05c78a29c..4dabddacf 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