From 5093eefb73d0f01d383fe55fdf7fdbd63f8888f2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 30 Jun 2017 05:04:20 +0200 Subject: Define ODL console_script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit main() is excluded from coverage as it usually parses argv. It also renames ODLTests main() to run_suites() not to exclude this method. Change-Id: I3109a65166b21d93e3e376912a32d364931a7ba5 Signed-off-by: Cédric Ollivier --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index ba137687d..12da1b63a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,3 +13,4 @@ scripts = [entry_points] console_scripts = functest = functest.cli.cli_base:cli + functest_odl = functest.opnfv_tests.sdn.odl.odl:main -- cgit 1.2.3-korg