summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-03 08:40:31 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-03 08:40:32 +0000
commit91753df2c0b3e58bea62716a48e9a74bd9d43b45 (patch)
tree2ae6a172788a926a82b58284a01bed204f52838c /docker
parenta90c42e54bbc84dc63db2e58c6366c020fefdad8 (diff)
parentc7a557e16a7dfa50d904b2c1a15d9448a9ab9d09 (diff)
Merge "Support for customized tempest case list"
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh4
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