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 /ansible | |
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 'ansible')
-rw-r--r-- | ansible/site.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 2af40006..734aec05 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -27,9 +27,6 @@ - name: functest-kubernetes-smoke ref_arg: path: docker/smoke - - name: functest-kubernetes-features - ref_arg: - path: docker/features suites: - repo: opnfv container: functest-kubernetes-healthcheck @@ -42,8 +39,3 @@ - k8s_conformance properties: execution-type: SEQUENTIALLY - - repo: opnfv - container: functest-kubernetes-features - tests: - - stor4nfv_k8s - - clover_k8s |