blob: 68d1788db3437d71870ad8f50ea83afebf2b390a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
tiers:
-
name: cnf
order: 1
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
|