diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-28 07:46:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-28 07:46:11 +0000 |
commit | e1e2cf3216a37341684c4dc7fd92c6e154f355e9 (patch) | |
tree | 2bb4d6294857c8c3d9c0f63142fd158fddedf416 /docker/run_tests.sh | |
parent | 9c6eeae44d8e82fb7af2111784474628ec839a46 (diff) | |
parent | 9922669c3dd92d43c6e387c8077255153c35b71e (diff) |
Merge "Volume type management moved from run_tests.sh to run_rally-cert.py"
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 7c5349ae2..d24a00948 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -125,10 +125,8 @@ function run_test(){ ;; "rally") info "Running Rally benchmark suite..." - cinder type-create volume-test #provisional python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \ --debug all ${report} - cinder type-delete $(cinder type-list|grep test|awk '{print $2}') clean_openstack ;; |