aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck/docker/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'infra-healthcheck/docker/testcases.yaml')
-rw-r--r--infra-healthcheck/docker/testcases.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/infra-healthcheck/docker/testcases.yaml b/infra-healthcheck/docker/testcases.yaml
new file mode 100644
index 0000000..fb30c85
--- /dev/null
+++ b/infra-healthcheck/docker/testcases.yaml
@@ -0,0 +1,29 @@
+---
+tiers:
+ -
+ name: infra-healthcheck
+ order: 1
+ ci_loop: '(daily)|(weekly)!(gating)'
+ description: >-
+ Set of basic k8s Functional tests to validate the ONAP installation.
+ testcases:
+ -
+ case_name: onap-k8s
+ 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
+ run:
+ name: 'onap_k8s'
+ -
+ case_name: onap-helm
+ project_name: integration
+ criteria: 100
+ blocking: false
+ description: >-
+ This test case verifies that the ONAP charts are in
+ DEPLOYED status
+ run:
+ name: 'onap_helm'