From e44841210c53290207db9b958c66cb8019910cb7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 11 Mar 2019 13:55:40 +0100 Subject: Remove Snaps-based testcases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snaps hasn't been synchronized for a while regarding requirements. We do remove it due to the inactivity. All test result tabs will be updated in a second change. Change-Id: I834afd902829ed3883b0e88e92aa806ec43d6fcf Signed-off-by: Cédric Ollivier --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 0ec6e5b1e..cd67ee1b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit 1.2.3-korg