summaryrefslogtreecommitdiffstats
path: root/docker/run_tests.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-28 07:46:11 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-28 07:46:11 +0000
commite1e2cf3216a37341684c4dc7fd92c6e154f355e9 (patch)
tree2bb4d6294857c8c3d9c0f63142fd158fddedf416 /docker/run_tests.sh
parent9c6eeae44d8e82fb7af2111784474628ec839a46 (diff)
parent9922669c3dd92d43c6e387c8077255153c35b71e (diff)
Merge "Volume type management moved from run_tests.sh to run_rally-cert.py"
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-xdocker/run_tests.sh2
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
;;