From 07410358d41fb904577f7ac9e33052a40fe2dcf9 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Wed, 27 May 2020 09:43:09 -0500 Subject: [PATCH] Add helm test to cinder in openstack-support check This change adds in a helm test to properly test cinder functionality in the openstack-support zuul check. Change-Id: Ie4b2b8ef9e56e9745c58ce6dc8858f5f90057b96 --- tools/deployment/openstack-support/130-cinder.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/deployment/openstack-support/130-cinder.sh b/tools/deployment/openstack-support/130-cinder.sh index 41777e46d..87fc00771 100755 --- a/tools/deployment/openstack-support/130-cinder.sh +++ b/tools/deployment/openstack-support/130-cinder.sh @@ -57,3 +57,6 @@ export OS_CLOUD=openstack_helm openstack service list sleep 30 #NOTE(portdirect): Wait for ingress controller to update rules and restart Nginx openstack volume type list + +kubectl delete pods -l application=cinder,release_group=cinder,component=test --namespace=openstack --ignore-not-found +helm test cinder --timeout 900