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 --- ansible/site.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ansible') 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 -- cgit 1.2.3-korg