From ada8e6155d24866ce5d453a940f68b47bde707c5 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Wed, 27 Jan 2016 23:56:46 +0000 Subject: Volume type management moved from run_tests.sh to run_rally-cert.py Change-Id: I80c8b27e041ec5089b816b8515cbc8fa1e8b9eea Signed-off-by: Juha Kosonen (cherry picked from commit 9922669c3dd92d43c6e387c8077255153c35b71e) --- docker/run_tests.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'docker') 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 ;; -- cgit 1.2.3-korg