vmware-nsx/neutron/tests/unit/openvswitch
Maru Newby 9d9fc01dd3 Add the option to minimize ovs l2 polling
This change adds the ability to monitor the local ovsdb for
interface changes so that the l2 agent can avoid unnecessary
polling.  Minimal changes are made to the agent so the risk
of breakage should be low.  Future efforts to make the agent
entirely event-based may be able to use OvsdbMonitor as a
starting point.

By default polling minimization is not done, and can only be
enabled by setting 'minimize_polling = True' in the ovs
section of the l2 agent's config file.

Closes-Bug: #1177973

Change-Id: I26c035b48a74df2148696869c5a9affae5ab3d27
2013-10-14 22:24:15 +00:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Utilizes assertIsNone and assertIsNotNone 2013-10-03 23:01:48 +00:00
test_openvswitch_plugin.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_db.py Use assertEqual instead of assertEquals 2013-08-29 13:46:04 +08:00
test_ovs_defaults.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_lib.py Improve ovs_lib bridge management 2013-10-14 21:56:11 +00:00
test_ovs_neutron_agent.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
test_ovs_rpcapi.py change port status only if port is bound to the good host 2013-10-02 15:14:18 +02:00
test_ovs_security_group.py Implement Allowed Address Pairs 2013-09-05 03:53:59 -07:00
test_ovs_tunnel.py Utilizes assertIn 2013-10-09 10:02:51 +08:00