From a146232e069d6163139183a4b165aed5a9ac97f3 Mon Sep 17 00:00:00 2001 From: portdirect Date: Sun, 14 Jan 2018 02:00:49 -0500 Subject: [PATCH] Gate: Enable Helm Test for core services This PS exercises the helm test functionailty in the gate for core services. Change-Id: If359f60bd928ce5a2463f2abc338bbfccf6aa9bb --- tools/deployment/multinode/080-keystone.sh | 1 + tools/deployment/multinode/100-glance.sh | 2 +- tools/deployment/multinode/110-cinder.sh | 4 ++-- tools/deployment/multinode/140-compute-kit.sh | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tools/deployment/multinode/080-keystone.sh b/tools/deployment/multinode/080-keystone.sh index 4e8b58707b..c20bbd95e1 100755 --- a/tools/deployment/multinode/080-keystone.sh +++ b/tools/deployment/multinode/080-keystone.sh @@ -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 diff --git a/tools/deployment/multinode/100-glance.sh b/tools/deployment/multinode/100-glance.sh index 1e5e4a1de7..09d3149746 100755 --- a/tools/deployment/multinode/100-glance.sh +++ b/tools/deployment/multinode/100-glance.sh @@ -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 diff --git a/tools/deployment/multinode/110-cinder.sh b/tools/deployment/multinode/110-cinder.sh index dcbde273e6..39769bd929 100755 --- a/tools/deployment/multinode/110-cinder.sh +++ b/tools/deployment/multinode/110-cinder.sh @@ -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 diff --git a/tools/deployment/multinode/140-compute-kit.sh b/tools/deployment/multinode/140-compute-kit.sh index 64a472dbba..a058786373 100755 --- a/tools/deployment/multinode/140-compute-kit.sh +++ b/tools/deployment/multinode/140-compute-kit.sh @@ -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