diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-31 11:20:46 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-31 11:20:46 +0200 |
commit | 5149d87c348555184e2ecc48e57697531c5ff38b (patch) | |
tree | a8bb269429430f39f46737204d2758f98300b84b /docker/features/testcases.yaml | |
parent | 112ce709f65a1bb03200fbe11d20987f74313272 (diff) |
Remove Features containers
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/testcases.yaml')
-rw-r--r-- | docker/features/testcases.yaml | 41 |
1 files changed, 0 insertions, 41 deletions
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 |