From 4ef1169759eaeb39144ac7e2a3f814ea86af7a67 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 31 Aug 2019 10:56:23 +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: Ia8475ce295b2cdcddbfcfc5b17ea2ab9e51a8afb Signed-off-by: Cédric Ollivier --- ansible/site.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ansible/site.yml') diff --git a/ansible/site.yml b/ansible/site.yml index 1f15f8f1e..e26979a96 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -36,9 +36,6 @@ - name: functest-vnf ref_arg: path: docker/vnf - - name: functest-features - ref_arg: BRANCH - path: docker/features suites: - container: functest-healthcheck tests: @@ -83,10 +80,3 @@ - juju_epc properties: execution-type: SEQUENTIALLY - - container: functest-features - tests: - - doctor-notification - - functest-odl-sfc - - barometercollectd - - vgpu - - stor4nfv_os -- cgit 1.2.3-korg