blob: 346daf57b4036cb7b364e7b5eb386abec369f038 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
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'
-
case_name: nodeport_ingress
project_name: security
criteria: 100
blocking: false
description: >-
Check that there is no NodePort without corresponding
Ingress port
dependencies:
- DEPLOY_SCENARIO: 'ingress'
run:
name: 'nodeport_ingress'
|