neutron/neutron/tests/unit/openvswitch
Terry Wilson 589205a6c2 Move non-bridge-related OVSBridge methods to BaseOVS
This patch moves several methods in OVSBridge that don't really have
anything to do with OVS bridges to BaseOVS where they are a much
better fit. Since OVSBridge inherits from BaseOVS, no modules using
ovs_lib will have to change to support this move.

Also, several module-level functions that essentially re-implement
BaseOVS.run_vsctl() are moved to BaseOVS and converted to use
run_vsctl. In order to avoid changing the API, the module-level
functions are then reimplemented by creating a BaseOVS instance and
calling the associated method.

Partially-implements: blueprint vsctl-to-ovsdb
Change-Id: I94aaa0bef68e407649b421db53bb59d007335f5c
2015-01-10 06:46:35 -06:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_scheduler.py Drop RpcProxy usage from DhcpAgentNotifyAPI 2014-12-02 21:33:50 +00:00
test_ovs_neutron_agent.py Move non-bridge-related OVSBridge methods to BaseOVS 2015-01-10 06:46:35 -06:00
test_ovs_tunnel.py Move non-bridge-related OVSBridge methods to BaseOVS 2015-01-10 06:46:35 -06:00