Gate: Enable Helm Test for core services

This PS exercises the helm test functionailty in the gate for core
services.

Change-Id: If359f60bd928ce5a2463f2abc338bbfccf6aa9bb
This commit is contained in:
portdirect 2018-01-14 02:00:49 -05:00
parent 0692712681
commit a146232e06
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