Update Xtesting to 0.98
[functest.git] / setup.cfg
1 [metadata]
2 name = functest
3 version = 10
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 xtesting.testcase =
17     connection_check = functest.opnfv_tests.openstack.api.connection_check:ConnectionCheck
18     tenantnetwork1 = functest.core.tenantnetwork:TenantNetwork1
19     tenantnetwork2 = functest.core.tenantnetwork:TenantNetwork2
20     vmready1 = functest.core.singlevm:VmReady1
21     vmready2 = functest.core.singlevm:VmReady2
22     singlevm1 = functest.core.singlevm:SingleVm1
23     singlevm2 = functest.core.singlevm:SingleVm2
24     vping_ssh = functest.opnfv_tests.openstack.vping.vping_ssh:VPingSSH
25     vping_userdata = functest.opnfv_tests.openstack.vping.vping_userdata:VPingUserdata
26     cinder_test = functest.opnfv_tests.openstack.cinder.cinder_test:CinderCheck
27     odl = functest.opnfv_tests.sdn.odl.odl:ODLTests
28     tempest_common = functest.opnfv_tests.openstack.tempest.tempest:TempestCommon
29     tempest_heat = functest.opnfv_tests.openstack.tempest.tempest:TempestHeat
30     rally_sanity = functest.opnfv_tests.openstack.rally.rally:RallySanity
31     refstack = functest.opnfv_tests.openstack.refstack.refstack:Refstack
32     patrole = functest.opnfv_tests.openstack.patrole.patrole:Patrole
33     barbican = functest.opnfv_tests.openstack.barbican.barbican:Barbican
34     vmtp = functest.opnfv_tests.openstack.vmtp.vmtp:Vmtp
35     shaker = functest.opnfv_tests.openstack.shaker.shaker:Shaker
36     rally_full = functest.opnfv_tests.openstack.rally.rally:RallyFull
37     cloudify = functest.core.cloudify:Cloudify
38     cloudify_ims = functest.opnfv_tests.vnf.ims.cloudify_ims:CloudifyIms
39     heat_ims = functest.opnfv_tests.vnf.ims.heat_ims:HeatIms
40     vyos_vrouter = functest.opnfv_tests.vnf.router.cloudify_vrouter:CloudifyVrouter
41     juju_epc = functest.opnfv_tests.vnf.epc.juju_epc:JujuEpc
42     rally_jobs = functest.opnfv_tests.openstack.rally.rally:RallyJobs
43
44 [build_sphinx]
45 all_files = 1
46 build-dir = api/build/
47 source-dir = api
48
49 [wheel]
50 universal = 1