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:
parent
0692712681
commit
a146232e06
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user