diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -13,7 +13,6 @@ scripts = [entry_points] console_scripts = functest_odl = functest.opnfv_tests.sdn.odl.odl:main - check_deployment = functest.ci.check_deployment:main xtesting.testcase = connection_check = functest.opnfv_tests.openstack.api.connection_check:ConnectionCheck tenantnetwork1 = functest.core.tenantnetwork:TenantNetwork1 @@ -26,8 +25,6 @@ xtesting.testcase = vping_userdata = functest.opnfv_tests.openstack.vping.vping_userdata:VPingUserdata cinder_test = functest.opnfv_tests.openstack.cinder.cinder_test:CinderCheck odl = functest.opnfv_tests.sdn.odl.odl:ODLTests - api_check = functest.opnfv_tests.openstack.snaps.api_check:ApiCheck - snaps_health_check = functest.opnfv_tests.openstack.snaps.health_check:HealthCheck tempest_common = functest.opnfv_tests.openstack.tempest.tempest:TempestCommon rally_sanity = functest.opnfv_tests.openstack.rally.rally:RallySanity refstack_defcore = functest.opnfv_tests.openstack.refstack.refstack:Refstack @@ -35,7 +32,6 @@ xtesting.testcase = barbican = functest.opnfv_tests.openstack.barbican.barbican:Barbican vmtp = functest.opnfv_tests.openstack.vmtp.vmtp:Vmtp shaker = functest.opnfv_tests.openstack.shaker.shaker:Shaker - snaps_smoke = functest.opnfv_tests.openstack.snaps.smoke:SnapsSmoke vgpu = functest.opnfv_tests.openstack.vgpu.vgpu:VGPU rally_full = functest.opnfv_tests.openstack.rally.rally:RallyFull cloudify = functest.core.cloudify:Cloudify |