diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/run_tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 257fab1d9..bc026d92f 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -95,9 +95,12 @@ 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.py \ --debug all ${report} + cinder type-delete $(cinder type-list|grep test|awk '{print $2}') clean_openstack + ;; "bgpvpn_template") info "Running BGPVPN Tempest test case..." |