Execute helm tests in osh-infra single node jobs

This executes the helm tests for the single node jobs in
openstack-helm-infra for rabbitmq, elasticsearch, fluent-logging,
prometheus, and grafana.

Change-Id: I0109cfbe6adeb9e24d513c8313d964323634b8da
This commit is contained in:
Steve Wilkerson 2019-02-02 07:56:01 -06:00
parent d3c3c35365
commit ef3adc4d0e
5 changed files with 10 additions and 0 deletions

View File

@ -32,3 +32,5 @@ helm upgrade --install rabbitmq ./rabbitmq \
#NOTE: Validate Deployment info
helm status rabbitmq
helm test rabbitmq

View File

@ -43,3 +43,5 @@ helm upgrade --install elasticsearch ./elasticsearch \
#NOTE: Validate Deployment info
helm status elasticsearch
helm test elasticsearch

View File

@ -49,3 +49,5 @@ fi
#NOTE: Validate Deployment info
helm status fluent-logging
helm test fluent-logging

View File

@ -28,3 +28,5 @@ helm upgrade --install prometheus ./prometheus \
#NOTE: Validate Deployment info
helm status prometheus
helm test prometheus

View File

@ -28,3 +28,5 @@ helm upgrade --install grafana ./grafana \
#NOTE: Validate Deployment info
helm status grafana
helm test grafana