blob: 4b03d4e5ffdcdb28a1cc0df7ded2350d9ea52470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[metadata]
name = functest
version = 5
home-page = https://wiki.opnfv.org/display/functest
[files]
packages = functest
scripts =
functest/ci/download_images.sh
[entry_points]
console_scripts =
functest = functest.cli.cli_base:cli
functest_odl = functest.opnfv_tests.sdn.odl.odl:main
functest_refstack_client = functest.opnfv_tests.openstack.refstack_client.refstack_client:main
run_tests = functest.ci.run_tests:main
check_deployment = functest.ci.check_deployment:main
functest_restapi = functest.api.server:main
[build_sphinx]
all_files = 1
build-dir = api/_build/
source-dir = api
|