aboutsummaryrefslogtreecommitdiffstats
path: root/docker/cnf
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-04-02 09:52:38 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-04-02 09:52:38 +0200
commit4004d776b01a1b038df52ca45b18430da1b6b1f5 (patch)
tree37048aff908d2c24a882a6eeff7d3520c0479d68 /docker/cnf
parent17929b0d015034bad2796fb733627fe5b23bbb2d (diff)
Properly manage e2e parallel testing
It sets nodes=25 to run all tests in parallel. It also beautifies all testcases.yml Change-Id: I3ecd8899e957c0efbef34ab0409c2b4d557c9425 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/cnf')
-rw-r--r--docker/cnf/testcases.yaml78
1 files changed, 37 insertions, 41 deletions
diff --git a/docker/cnf/testcases.yaml b/docker/cnf/testcases.yaml
index d88cdf29..287747dc 100644
--- a/docker/cnf/testcases.yaml
+++ b/docker/cnf/testcases.yaml
@@ -1,46 +1,42 @@
---
tiers:
- -
- name: cnf
+ - name: cnf
+ description: >-
+ Collection of VNF test cases.
+ testcases:
+ - case_name: k8s_vims
+ project_name: functest
+ criteria: 100
+ blocking: false
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
+ 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: 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
+ - 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