Merge "Revert "Skip a test for nicira service plugin""

This commit is contained in:
Jenkins 2014-02-20 02:21:23 +00:00 committed by Gerrit Code Review
commit 925dd63003

View File

@ -305,6 +305,3 @@ 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")