blob: 3af104938202dc010395ebf368607c87a0db2fc9 (
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
|
---
tiers:
-
name: cnf
description: >-
Collection of VNF test cases.
testcases:
-
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
-
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
|