]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Stop running L3 functional tests with both OVSDB interfaces
authorAssaf Muller <amuller@redhat.com>
Fri, 27 Mar 2015 23:31:51 +0000 (19:31 -0400)
committerAssaf Muller <amuller@redhat.com>
Wed, 15 Apr 2015 00:01:44 +0000 (20:01 -0400)
commit2c3b0763bade1b9765cd83bbfe9ee6002770b6e0
tree7026800a62d7e6f7d91461bda2343bfb5b85e1e7
parent72c09c24c20a13d643141860e609f50af38b6e16
Stop running L3 functional tests with both OVSDB interfaces

Running the L3 functional tests with both OVSDB interfaces doubles
the run time and may discourage developers from running them
frequently during development. Since the OVSDB interfaces
are tested explicitly, I don't think the trade off is worth it
here. The L3 functional tests use OVS in a *really* trivial way
and won't catch any issues that the explicit tests won't.

Added an OVSInterfaceDriverTestCase plug functional test that runs with
both OVS interfaces to make it harder to introduce regressions.

Related-Bug: #1442272
Change-Id: I387db347fe34f8497069ddf768624bccb9d1de8b
neutron/tests/functional/agent/linux/test_interface.py [new file with mode: 0644]
neutron/tests/functional/agent/test_l3_agent.py