X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=47f3feaf68edd69afc31ed012b9d724a94b1d682;hb=81775c2aae62f1f96a54c27eed59cea9f9722de9;hp=ba137687da622f81b06ef66ed618c964098c7400;hpb=e50767cc62bbf42505d36b3932709db8a73e9d4b;p=functest.git diff --git a/setup.cfg b/setup.cfg index ba137687d..47f3feaf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,10 +6,19 @@ home-page = https://wiki.opnfv.org/display/functest [files] packages = functest scripts = - docker/docker_remote_api/enable_remote_api.sh - docker/add_images.sh - docker/config_install_env.sh + 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 + functest_tempest_conf = functest.opnfv_tests.openstack.refstack_client.tempest_conf: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