Ease adding proxies in vms
[functest.git] / setup.cfg
1 [metadata]
2 name = functest
3 version = 7
4 home-page = https://wiki.opnfv.org/display/functest
5
6 [files]
7 packages = functest
8 scripts =
9     functest/ci/add_proxy.sh
10     functest/ci/convert_images.sh
11     functest/ci/download_images.sh
12
13 [entry_points]
14 console_scripts =
15     functest_odl = functest.opnfv_tests.sdn.odl.odl:main
16     check_deployment = functest.ci.check_deployment:main
17 xtesting.testcase =
18     connection_check = functest.opnfv_tests.openstack.api.connection_check:ConnectionCheck
19     tenantnetwork1 = functest.core.tenantnetwork:TenantNetwork1
20     tenantnetwork2 = functest.core.tenantnetwork:TenantNetwork2
21     vmready1 = functest.core.singlevm:VmReady1
22     vmready2 = functest.core.singlevm:VmReady2
23     singlevm1 = functest.core.singlevm:SingleVm1
24     singlevm2 = functest.core.singlevm:SingleVm2
25     vping_ssh = functest.opnfv_tests.openstack.vping.vping_ssh:VPingSSH
26     vping_userdata = functest.opnfv_tests.openstack.vping.vping_userdata:VPingUserdata
27     cinder_test = functest.opnfv_tests.openstack.cinder.cinder_test:CinderCheck
28     odl = functest.opnfv_tests.sdn.odl.odl:ODLTests
29     api_check = functest.opnfv_tests.openstack.snaps.api_check:ApiCheck
30     snaps_health_check = functest.opnfv_tests.openstack.snaps.health_check:HealthCheck
31     tempest_common = functest.opnfv_tests.openstack.tempest.tempest:TempestCommon
32     rally_sanity = functest.opnfv_tests.openstack.rally.rally:RallySanity
33     refstack_defcore = functest.opnfv_tests.openstack.refstack.refstack:Refstack
34     patrole = functest.opnfv_tests.openstack.patrole.patrole:Patrole
35     barbican = functest.opnfv_tests.openstack.barbican.barbican:Barbican
36     vmtp = functest.opnfv_tests.openstack.vmtp.vmtp:Vmtp
37     shaker = functest.opnfv_tests.openstack.shaker.shaker:Shaker
38     snaps_smoke = functest.opnfv_tests.openstack.snaps.smoke:SnapsSmoke
39     vgpu = functest.opnfv_tests.openstack.vgpu.vgpu:vGPU
40     rally_full = functest.opnfv_tests.openstack.rally.rally:RallyFull
41     cloudify = functest.core.cloudify:Cloudify
42     cloudify_ims = functest.opnfv_tests.vnf.ims.cloudify_ims:CloudifyIms
43     heat_ims = functest.opnfv_tests.vnf.ims.heat_ims:HeatIms
44     vyos_vrouter = functest.opnfv_tests.vnf.router.cloudify_vrouter:CloudifyVrouter
45     juju_epc = functest.opnfv_tests.vnf.epc.juju_epc:JujuEpc
46
47 [build_sphinx]
48 all_files = 1
49 build-dir = api/build/
50 source-dir = api
51
52 [wheel]
53 universal = 1