Revert "Skip a test for nicira service plugin"

This reverts commit 95807c9436.

Change-Id: I03dc9bb99b8372bfa4bb05246916b856569969f7
This commit is contained in:
Salvatore Orlando 2014-02-19 16:41:03 -08:00
parent b4b83be54f
commit ba10b42bc5

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")