X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=47f3feaf68edd69afc31ed012b9d724a94b1d682;hb=9f7c63ffaf64b3ca81ae86a0b3477e5007916fcd;hp=7630a17fb414ddc82c71269fd86ba75182ed7038;hpb=e7a9f999d6b24fc6b009eed5cc7601d3cbeec26d;p=functest.git diff --git a/setup.cfg b/setup.cfg index 7630a17fb..47f3feaf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,19 +6,19 @@ home-page = https://wiki.opnfv.org/display/functest [files] packages = functest scripts = - docker/docker_remote_api/enable_remote_api.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_onos_sfc = functest.opnfv_tests.sdn.onos.sfc.sfc: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 - openstack_snapshot = functest.utils.openstack_snapshot:main - openstack_clean = functest.utils.openstack_clean:main - prepare_env = functest.ci.prepare_env: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