From aadbd3d5d927906af38d09bbdbcb480c3a526b23 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 12 Mar 2018 13:50:13 +0100 Subject: Allow executing tests from run_sfc_tests Removing it was a mistake because without it is harder to debug (e.g. using break points does not work when triggering tests from functest) Change-Id: I3a958da0add0fb57946da333f75fb526c2fe6c33 Signed-off-by: Manuel Buil --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index edeeb5de..51ea1095 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,7 @@ home-page = https://wiki.opnfv.org/display/sfc/Service+Function+Chaining+Home [files] packages = sfc + +[entry_points] +console_scripts = + run_sfc_tests = sfc.tests.functest.run_sfc_tests:main -- cgit 1.2.3-korg