diff options
Diffstat (limited to 'infra-healthcheck/docker/testcases.yaml')
-rw-r--r-- | infra-healthcheck/docker/testcases.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/infra-healthcheck/docker/testcases.yaml b/infra-healthcheck/docker/testcases.yaml index ba035c2..3710901 100644 --- a/infra-healthcheck/docker/testcases.yaml +++ b/infra-healthcheck/docker/testcases.yaml @@ -48,3 +48,16 @@ tiers: Check certificates associated with node ports run: name: 'nodeport_check_certs' + - + case_name: onap-chart + project_name: integration + criteria: 100 + blocking: false + description: >- + This test case verifies that the ONAP pods are all Running + and shows the pods, deployments, svc and events for a + particular chart (SO, CLAMP, ...) + dependencies: + - DEPLOY_ENVIRONMENT: 'gating_component' + run: + name: 'onap_chart' |