Conform with Barbican gates
[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/convert_images.sh
10     functest/ci/download_images.sh
11
12 [entry_points]
13 console_scripts =
14     functest_odl = functest.opnfv_tests.sdn.odl.odl:main
15     check_deployment = functest.ci.check_deployment: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     api_check = functest.opnfv_tests.openstack.snaps.api_check:ApiCheck
29     snaps_health_check = functest.opnfv_tests.openstack.snaps.health_check:HealthCheck
30     tempest_common = functest.opnfv_tests.openstack.tempest.tempest:TempestCommon
31     rally_sanity = functest.opnfv_tests.openstack.rally.rally:RallySanity
32     refstack_defcore = functest.opnfv_tests.openstack.refstack.refstack:Refstack
33     patrole = functest.opnfv_tests.openstack.patrole.patrole:Patrole
34     barbican = functest.opnfv_tests.openstack.barbican.barbican:Barbican
35     vmtp = functest.opnfv_tests.openstack.vmtp.vmtp:Vmtp
36     shaker = functest.opnfv_tests.openstack.shaker.shaker:Shaker
37     snaps_smoke = functest.opnfv_tests.openstack.snaps.smoke:SnapsSmoke
38     vgpu = functest.opnfv_tests.openstack.vgpu.vgpu:vGPU
39     rally_full = functest.opnfv_tests.openstack.rally.rally:RallyFull
40     cloudify = functest.core.cloudify:Cloudify
41     cloudify_ims = functest.opnfv_tests.vnf.ims.cloudify_ims:CloudifyIms
42     heat_ims = functest.opnfv_tests.vnf.ims.heat_ims:HeatIms
43     vyos_vrouter = functest.opnfv_tests.vnf.router.cloudify_vrouter:CloudifyVrouter
44     juju_epc = functest.opnfv_tests.vnf.epc.juju_epc:JujuEpc
45
46 [build_sphinx]
47 all_files = 1
48 build-dir = api/build/
49 source-dir = api
50
51 [wheel]
52 universal = 1