diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-03 08:40:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-03 08:40:32 +0000 |
commit | 91753df2c0b3e58bea62716a48e9a74bd9d43b45 (patch) | |
tree | 2ae6a172788a926a82b58284a01bed204f52838c /docker/run_tests.sh | |
parent | a90c42e54bbc84dc63db2e58c6366c020fefdad8 (diff) | |
parent | c7a557e16a7dfa50d904b2c1a15d9448a9ab9d09 (diff) |
Merge "Support for customized tempest case list"
Diffstat (limited to 'docker/run_tests.sh')
-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 |