]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:22 +0000 (15:20 +0800)
commit200e65257ee8a3a3efb331c7e7bb713ea1cf6f12
treee28349ac975150d9e149ff924ccbde17f76ac576
parent429908d14fe5aa4c79f1ee3dbf70afb84f7091ff
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