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 --- docs/testing/user/configguide/ci.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/testing/user/configguide/ci.rst') diff --git a/docs/testing/user/configguide/ci.rst b/docs/testing/user/configguide/ci.rst index aee51a835..ee815dbe1 100644 --- a/docs/testing/user/configguide/ci.rst +++ b/docs/testing/user/configguide/ci.rst @@ -7,8 +7,8 @@ container from Jenkins. 4 steps have been defined:: * functest-cleanup: clean existing functest dockers on the jumphost - * functest-daily: run dockers opnfv/functest-* (healthcheck, smoke, features, - vnf) + * functest-daily: run dockers opnfv/functest-* (healthcheck, smoke, + benchmarking, vnf) * functest-store-results: push logs to artifacts See `[1]`_ for details. -- cgit 1.2.3-korg