diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-27 14:25:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-27 14:27:57 +0100 |
commit | baa8f2d5f67d45e5761f92cb93fe22050f08d0fe (patch) | |
tree | 05ddb33dc893cad35369b3286db944eac79ffe4d /setup.cfg | |
parent | 53cd7f8176c996014decb7311d9f546f6b8f2497 (diff) |
Clean all OpenStack related modules
Xtesting is only focused on the framework and entry points.
Change-Id: I1a4146ed8519438b13810a20ddf1140c35bb6ecd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -5,17 +5,10 @@ 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 |