NSX|V: fix broken unit tests

Commit 0e5c3fa44d72fef56346d1cdd2426aa6fe3a3475 broke the plugin

Change-Id: Ib4002535820ee54a54b5ae48d1f6fbb8eac33205
This commit is contained in:
Gary Kotton 2016-01-27 13:07:33 -08:00
parent ccdce866c6
commit b91c85ece4

View File

@ -1478,6 +1478,9 @@ class L3NatTest(test_l3_plugin.L3BaseForIntTests, NsxVPluginV2TestCase):
{'network_id': network_id,
'enable_snat': enable_snat}}})
def test_floatingip_association_on_unowned_router(self):
self.skipTest("Currently no support in plugin for this")
class L3NatTestCaseBase(test_l3_plugin.L3NatTestCaseMixin):