From 5149d87c348555184e2ecc48e57697531c5ff38b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 31 Aug 2019 11:20:46 +0200 Subject: Remove Features containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most the features are stopped and Functest shouldn't host dead code. Functest is a framework (Docker and Python modules) which can be still reused by any third-party (OPNFV Feature or anything else) in its tree and CI Change-Id: Ie2f5beddd21b09aabfbdf2bb2f3366e652d43b3a Signed-off-by: Cédric Ollivier --- docker/features/testcases.yaml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 docker/features/testcases.yaml (limited to 'docker/features/testcases.yaml') diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml deleted file mode 100644 index 2b66dbb3..00000000 --- a/docker/features/testcases.yaml +++ /dev/null @@ -1,41 +0,0 @@ ---- -tiers: - - - name: stor4nfv - order: 2 - description: >- - Test suite from Stor4NFV project. - testcases: - - - case_name: stor4nfv_k8s - project_name: stor4nfv - enabled: false - criteria: 100 - blocking: false - description: >- - This tests are necessary to demonstrate conformance - of the K8s+Stor4NFV deployment. - dependencies: - - DEPLOY_SCENARIO: 'stor4nfv' - run: - name: stor4nfv_k8s - - - - name: clover - order: 3 - description: >- - Test suite from Clover project. - testcases: - - - case_name: clover_k8s - project_name: clover - enabled: false - criteria: 100 - blocking: false - description: >- - This tests are necessary to demonstrate features - of K8s+Istio+Clover deployment. - dependencies: - - DEPLOY_SCENARIO: 'clover' - run: - name: clover_k8s -- cgit 1.2.3-korg