summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2016-01-27 23:56:46 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-28 07:46:20 +0000
commitada8e6155d24866ce5d453a940f68b47bde707c5 (patch)
tree46efd54fb052d0668d61330b5af6f39d358c77bc /docker
parent2f66c60ff09bd1f3505ba276b151eb6f6a2d90b1 (diff)
Volume type management moved from run_tests.sh to run_rally-cert.py
Change-Id: I80c8b27e041ec5089b816b8515cbc8fa1e8b9eea Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com> (cherry picked from commit 9922669c3dd92d43c6e387c8077255153c35b71e)
Diffstat (limited to 'docker')
-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
;;