neutron/neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb
Lucas Alvares Gomes c986caa299 [OVN] Update check_for_mcast_flood_reports() to check for mcast_flood
The patch [0] changed the value of the "mcast_flood" option for the
localnet ports in OVN to "false" to avoid multicast packet duplication
but, the maintenance task check_for_mcast_flood_reports() was never
updated to account for that change.

So, localnet ports created prior to [0] would continue to have the
"mcast_flood" value as "true" and new ports would have it as "false".
This patch fixes the maintenance task.

[0] https://review.opendev.org/c/openstack/neutron/+/797418

Change-Id: Ib90704a85c9ed659d71ac8ed42b1b542bd2496a2
Closes-Bug: #1949081
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit d02fb560aa)
2022-01-05 14:05:42 -03:00
..
extensions [OVN] External ports (SR-IOV) QoS is handled by SR-IOV agent 2021-04-02 10:00:48 +00:00
schemas [OVN] Import ovsdb related code (part 2) 2019-12-09 10:07:28 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
test_commands.py Remove some unnecessary usages of verify() 2020-07-22 18:15:13 +00:00
test_impl_idl_ovn.py [OVN] Update the DHCP options when the metadata port is modified 2021-10-11 10:32:13 +00:00
test_maintenance.py [OVN] Update check_for_mcast_flood_reports() to check for mcast_flood 2022-01-05 14:05:42 -03:00
test_ovn_db_sync.py [OVN] Simplify connection creation logic 2021-05-03 20:07:28 +02:00
test_ovsdb_monitor.py Change reference to OvnDbNotifyHandler._watched_events 2020-10-03 09:05:12 +00:00