]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Skip a test for nicira service plugin
authorSalvatore Orlando <salv.orlando@gmail.com>
Sat, 15 Feb 2014 19:46:37 +0000 (11:46 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Sat, 15 Feb 2014 19:46:37 +0000 (11:46 -0800)
commit95807c9436be7eb34fe37289d76fb4611ab77783
treedb78ff3ed981deb641d9a4405051d745c1b653ea
parentb70dce2aab5b1c496786d4258a93f3c7ea3dc267
Skip a test for nicira service plugin

test_router_add_interface_subnet_with_port_from_other_tenant
is causing intermittent failures in unit tests because of
issues related with sql session autoflush.

This patch skips this test, since it is already covered
by another test case in the same module. This should prevent
job failures while the relevant bug is addressed.

Change-Id: Iad33dada61d17fad14e569e241f4079465b5f792
Related-Bug: 1280035
neutron/tests/unit/nicira/test_edge_router.py