aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: d1d320cc08d4ec92909ba879be8f43a92ddd406a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[metadata]
name = sfc
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
xtesting.testcase =
    functest-odl-sfc = sfc.tests.functest.run_sfc_tests:SfcFunctest