Remove Snaps NeutronUtilsFloatingIpTests 69/66669/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 26 Jan 2019 23:24:27 +0000 (00:24 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 27 Jan 2019 00:08:48 +0000 (01:08 +0100)
It has been fixed in Snaps [1] but we can't sync its requiremets [2].
Then we have to remove the test.

[1] https://gerrit.opnfv.org/gerrit/#/c/66625/
[2] https://gerrit.opnfv.org/gerrit/#/c/66627/1

Change-Id: Ied405092cb4992bc04ca13c1536d1e8cee056ace
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 17b788c5340e7d76f6c37397cd8aa35c8db3f4c2)
(cherry picked from commit bda196b00cd7567aad33bde12f66536bd1143bc3)

functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py

index 964c84a..f9da694 100644 (file)
@@ -70,8 +70,7 @@ from snaps.openstack.utils.tests.heat_utils_tests import (
 from snaps.openstack.utils.tests.keystone_utils_tests import KeystoneSmokeTests
 from snaps.openstack.utils.tests.neutron_utils_tests import (
     NeutronSmokeTests, NeutronUtilsNetworkTests, NeutronUtilsSubnetTests,
-    NeutronUtilsRouterTests, NeutronUtilsSecurityGroupTests,
-    NeutronUtilsFloatingIpTests)
+    NeutronUtilsRouterTests, NeutronUtilsSecurityGroupTests)
 from snaps.openstack.utils.tests.nova_utils_tests import (
     NovaSmokeTests, NovaUtilsKeypairTests, NovaUtilsFlavorTests,
     NovaUtilsInstanceTests)
@@ -171,9 +170,6 @@ def add_openstack_api_tests(suite, os_creds, ext_net_name, use_keystone=True,
     suite.addTest(OSComponentTestCase.parameterize(
         NeutronUtilsSecurityGroupTests, os_creds=os_creds,
         ext_net_name=ext_net_name, log_level=log_level))
-    suite.addTest(OSComponentTestCase.parameterize(
-        NeutronUtilsFloatingIpTests, os_creds=os_creds,
-        ext_net_name=ext_net_name, log_level=log_level))
     suite.addTest(OSComponentTestCase.parameterize(
         NovaUtilsKeypairTests, os_creds=os_creds, ext_net_name=ext_net_name,
         log_level=log_level))