diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-11 13:55:40 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-12 19:00:47 +0100 |
commit | e44841210c53290207db9b958c66cb8019910cb7 (patch) | |
tree | 5b2693803938d0c1b3314c4d4f84d9ee17adf0f7 /setup.cfg | |
parent | d217430315c5ac571c0006c1178ff6ac50bd3d3a (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.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 |