Remove pagination skipped tests

Removes the skipped tests from commit
95231630f2724e39ede213abb86e606bd0ac3320. Those were added to
unblock the gate.

Change-Id: I0b6024732d7c10185caee702cfa9cc61578ca16a
This commit is contained in:
Gary Kotton 2017-01-15 04:51:02 -08:00 committed by garyk
parent 53cd7b39cd
commit a820a119f8
3 changed files with 0 additions and 36 deletions

View File

@ -542,12 +542,6 @@ class TestL3NatTestCase(L3NatTest,
NsxPluginV2TestCase,
test_metadata.MetaDataTestCase):
def test_floatingip_list_with_pagination(self):
self.skipTest('Skip till we resolve pagination issue')
def test_floatingip_list_with_pagination_reverse(self):
self.skipTest('Skip till we resolve pagination issue')
def _test_create_l3_ext_network(self, vlan_id=0):
name = 'l3_ext_net'
net_type = utils.NetworkTypes.L3_EXT

View File

@ -2008,12 +2008,6 @@ class L3NatTest(test_l3_plugin.L3BaseForIntTests, NsxVPluginV2TestCase):
class L3NatTestCaseBase(test_l3_plugin.L3NatTestCaseMixin):
def test_floatingip_list_with_pagination(self):
self.skipTest('Skip till we resolve pagination issue')
def test_floatingip_list_with_pagination_reverse(self):
self.skipTest('Skip till we resolve pagination issue')
def test_create_floatingip_with_specific_ip(self):
with self.subnet(cidr='10.0.0.0/24',
enable_dhcp=False) as s:
@ -2515,12 +2509,6 @@ class TestExclusiveRouterTestCase(L3NatTest, L3NatTestCaseBase,
IPv6ExpectedFailuresTestMixin,
NsxVPluginV2TestCase):
def test_floatingip_list_with_pagination(self):
self.skipTest('Skip till we resolve pagination issue')
def test_floatingip_list_with_pagination_reverse(self):
self.skipTest('Skip till we resolve pagination issue')
def setUp(self, plugin=PLUGIN_NAME, ext_mgr=None, service_plugins=None):
super(TestExclusiveRouterTestCase, self).setUp(
plugin=plugin, ext_mgr=ext_mgr, service_plugins=service_plugins)
@ -3376,12 +3364,6 @@ class TestVdrTestCase(L3NatTest, L3NatTestCaseBase,
IPv6ExpectedFailuresTestMixin,
NsxVPluginV2TestCase):
def test_floatingip_list_with_pagination(self):
self.skipTest('Skip till we resolve pagination issue')
def test_floatingip_list_with_pagination_reverse(self):
self.skipTest('Skip till we resolve pagination issue')
def setUp(self, plugin=PLUGIN_NAME, ext_mgr=None, service_plugins=None):
# init the availability zones in the configuration of the plugin
self.az_name = 'az7'
@ -4135,12 +4117,6 @@ class TestSharedRouterTestCase(L3NatTest, L3NatTestCaseBase,
test_l3_plugin.L3NatTestCaseMixin,
NsxVPluginV2TestCase):
def test_floatingip_list_with_pagination(self):
self.skipTest('Skip till we resolve pagination issue')
def test_floatingip_list_with_pagination_reverse(self):
self.skipTest('Skip till we resolve pagination issue')
def _create_router(self, fmt, tenant_id, name=None,
admin_state_up=None, set_context=False,
arg_list=None, **kwargs):

View File

@ -500,12 +500,6 @@ class TestL3NatTestCase(L3NatTest,
test_ext_route.ExtraRouteDBTestCaseBase,
test_metadata.MetaDataTestCase):
def test_floatingip_list_with_pagination(self):
self.skipTest('Skip till we resolve pagination issue')
def test_floatingip_list_with_pagination_reverse(self):
self.skipTest('Skip till we resolve pagination issue')
def setUp(self, plugin=PLUGIN_NAME,
ext_mgr=None,
service_plugins=None):