From ef07bda783fe6fed0c55634e19df95d72338010d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 15 Jun 2018 08:15:10 +0200 Subject: Remove cli and api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cli has been deprecated for a while and restapi is uncovered and unverified. This patch will be partially reverted as soon as next unit tests cover functest/api. It partially updates troubleshooting docs which has to be completed in a second change [1]. [1] https://jira.opnfv.org/browse/FUNCTEST-982 Change-Id: I08e0bd212fcf5f5c5c220eb2500a6b0a6ff46df7 Signed-off-by: Cédric Ollivier --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 87e14f694..b09ddc3c6 100644 --- a/tox.ini +++ b/tox.ini @@ -52,9 +52,7 @@ commands = flake8 basepython = python2.7 whitelist_externals = bash modules = - functest.api functest.ci - functest.cli functest.opnfv_tests.openstack.rally functest.opnfv_tests.openstack.refstack functest.opnfv_tests.openstack.snaps @@ -64,7 +62,6 @@ modules = functest.opnfv_tests.sdn.odl functest.opnfv_tests.vnf.router functest.tests.unit.ci - functest.tests.unit.cli functest.tests.unit.odl functest.tests.unit.openstack.rally functest.tests.unit.openstack.snaps @@ -90,7 +87,6 @@ basepython = python2.7 files = .travis.yml docker - functest/api functest/ci functest/opnfv_tests/vnf commands = @@ -99,7 +95,6 @@ commands = [testenv:py35] dirs = functest/tests/unit/ci - functest/tests/unit/cli functest/tests/unit/core functest/tests/unit/odl functest/tests/unit/openstack -- cgit 1.2.3-korg