Merge "Gate: Enable Helm Test for core services"

This commit is contained in:
Zuul 2018-01-15 16:49:26 +00:00 committed by Gerrit Code Review
commit c9d8f2f5a3
4 changed files with 7 additions and 6 deletions

View File

@ -28,5 +28,6 @@ helm install ./keystone \
#NOTE: Validate Deployment info
helm status keystone
export OS_CLOUD=openstack_helm
sleep 30
openstack endpoint list
helm test keystone --timeout 900

View File

@ -32,7 +32,7 @@ helm install ./glance \
helm status glance
export OS_CLOUD=openstack_helm
openstack service list
sleep 15
sleep 30
openstack image list
openstack image show 'Cirros 0.3.5 64-bit'
helm test glance --timeout 900

View File

@ -31,6 +31,6 @@ helm install ./cinder \
#NOTE: Validate Deployment info
export OS_CLOUD=openstack_helm
openstack service list
sleep 15
sleep 30
openstack volume type list
#helm test cinder
helm test cinder --timeout 900

View File

@ -66,8 +66,8 @@ helm install ./neutron \
#NOTE: Validate Deployment info
export OS_CLOUD=openstack_helm
openstack service list
sleep 15
sleep 30
openstack hypervisor list
openstack network agent list
#helm test nova --timeout 900
#helm test neutron --timeout 900
helm test nova --timeout 900
helm test neutron --timeout 900