neutron/neutron/tests/fullstack/agents
Rodolfo Alonso Hernandez dcf7acf2c6 SimpleInterfaceMonitor filter events by bridge name
Add a filter in SimpleInterfaceMonitor. If provided, the Interface
events received will be filtered by port. For each Interface event
received, the bridge name will be retrieved and compared with the
list of bridge names given.

If no names are provided, the monitor won't filter any event
(current behavior).

This filter is meant to be used in Fullstack test only. This filtering
add an extra overload (two OVS DB queries per event) that should not
be needed in a production environment.

Closes-Bug: #1885547

Change-Id: Ie1fc8cf7d29c71eb358e593726b446787d8022c2
2020-11-11 08:59:31 +00:00
..
__init__.py Change "cmd" folder in fullstack tests 2018-12-01 22:58:37 +00:00
dhcp_agent.py Change "cmd" folder in fullstack tests 2018-12-01 22:58:37 +00:00
l3_agent.py Import "oslo_config.cfg" before "eventlet" 2020-07-20 15:55:46 +00:00
ovs_agent.py SimpleInterfaceMonitor filter events by bridge name 2020-11-11 08:59:31 +00:00