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
commit 40832a95f8
1 changed files with 3 additions and 0 deletions

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