Merge "Skip a test for nicira service plugin"

This commit is contained in:
Jenkins
2014-02-17 13:28:21 +00:00
committed by Gerrit Code Review

View File

@@ -305,3 +305,6 @@ class TestProxyCreateLswitch(base.BaseTestCase):
tags=more_tags)
expected = self.tags + more_tags
self.assertEqual(expected, result[2])
def test_router_add_interface_subnet_with_port_from_other_tenant(self):
self.skip("Skipping this unit test until bug 1280035 is fixed")