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
This commit is contained in:
Gage Hugo 2020-05-27 09:43:09 -05:00
parent 0c5b037c00
commit 07410358d4

View File

@ -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