aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8e5f6230..d1d320cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,9 +1,12 @@
[metadata]
name = sfc
-version = 5
home-page = https://wiki.opnfv.org/display/sfc/Service+Function+Chaining+Home
[files]
packages = sfc
-scripts =
- sfc/tests/functest/run_sfc_tests.py
+
+[entry_points]
+console_scripts =
+ run_sfc_tests = sfc.tests.functest.run_sfc_tests:main
+xtesting.testcase =
+ functest-odl-sfc = sfc.tests.functest.run_sfc_tests:SfcFunctest