From 4004d776b01a1b038df52ca45b18430da1b6b1f5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 2 Apr 2021 09:52:38 +0200 Subject: Properly manage e2e parallel testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/cnf/testcases.yaml | 78 ++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 41 deletions(-) (limited to 'docker/cnf/testcases.yaml') 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 -- cgit 1.2.3-korg