blob: 287747dc3a65653fdf9b8e981148bae92ff0317c (
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
42
|
---
tiers:
- name: cnf
description: >-
Collection of VNF test cases.
testcases:
- case_name: k8s_vims
project_name: functest
criteria: 100
blocking: false
description: >-
Deploy and test Clearwater IMS using Kubernetes as proposed
by https://github.com/Metaswitch/clearwater-docker
dependencies:
- DEPLOY_SCENARIO: "k8-*"
run:
name: k8s_vims
- case_name: helm_vims
project_name: functest
criteria: 100
blocking: false
description: >-
Deploy and test Clearwater IMS using Kubernetes as proposed
by https://github.com/Metaswitch/clearwater-docker
dependencies:
- DEPLOY_SCENARIO: "k8-*"
run:
name: helm_vims
- case_name: cnf_conformance
project_name: functest
criteria: 90
blocking: false
description: >-
Enable interoperability of Cloud native Network
Functions (CNFs) as proposed by
https://github.com/cncf/cnf-conformance
dependencies:
- DEPLOY_SCENARIO: "k8-*"
run:
name: cnf_conformance
|