aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-03-11 13:55:40 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-03-12 19:00:47 +0100
commite44841210c53290207db9b958c66cb8019910cb7 (patch)
tree5b2693803938d0c1b3314c4d4f84d9ee17adf0f7 /setup.cfg
parentd217430315c5ac571c0006c1178ff6ac50bd3d3a (diff)
Remove Snaps-based testcases
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
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