blob: 30b6b664744ba6339fce26b35755945a74d7c057 (
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
43
|
---
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_testsuite
project_name: functest
# https://github.com/cncf/cnf-certification/blob/main/reviewing.md
criteria: 10
blocking: false
description: >-
Enable interoperability of Cloud native Network
Functions (CNFs) as proposed by
https://github.com/cncf/cnf-testsuite
dependencies:
- DEPLOY_SCENARIO: "k8-*"
run:
name: cnf_testsuite
|