summaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-27 00:24:27 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-27 01:08:48 +0100
commit684d9446c500e592136fec43b16d03ead4425bc5 (patch)
treee987af4d813148f188644f9953d2f9804b828ead /functest
parentf93a5c85fb67c8fe6c456b41932439a0362ea18b (diff)
Remove Snaps NeutronUtilsFloatingIpTests
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)
Diffstat (limited to 'functest')
-rw-r--r--functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py b/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py
index 964c84aa6..f9da694e3 100644
--- a/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py
+++ b/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py
@@ -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)
@@ -172,9 +171,6 @@ def add_openstack_api_tests(suite, os_creds, ext_net_name, use_keystone=True,
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))
suite.addTest(OSComponentTestCase.parameterize(