summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDimitrios Markou <mardim@intracom-telecom.com>2018-03-16 10:09:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-16 10:09:58 +0000
commit9c3b1a031a1467baf97c4b76c94be1f68444ec7a (patch)
treeccdef05344ff4c6a3024207efad575f05d98e788 /setup.cfg
parent83f6c393d31ed6bb0105380c8c158f4a724189ce (diff)
parentaadbd3d5d927906af38d09bbdbcb480c3a526b23 (diff)
Merge "Allow executing tests from run_sfc_tests"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
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