neutron/neutron/tests/unit/plugins/ml2/drivers
Rodolfo Alonso Hernandez f0923f4b50 [OVN] Skip the port status UP update during a live migration
Skip the port status UP update during a live migration due to a
``PortBindingChassisUpdateEvent`` event.

The port status will be set by  the ``LogicalSwitchPortCreateUpEvent``
and ``LogicalSwitchPortCreateDownEvent`` events, that will be issued
when the port is deleted from the source host and created in the
destination host. This is a planned operation and controlled by Nova,
not a reactive event due to an unplanned host down event.

Related-Bug: #2027605
Change-Id: I81390af2ea2fc384423518b84de3acf7adaf9193
(cherry picked from commit e1f887ca9f)
2023-08-28 08:03:58 +00:00
..
agent Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
l2pop Propose replacement of ORM from_self() 2023-02-01 14:30:37 +00:00
linuxbridge Implement experimental features framework 2022-06-30 17:59:49 -05:00
macvtap Do not mock the hash method for testing "get_vlan_device_name" 2022-11-29 16:48:07 +01:00
mech_sriov Change set_device_rate calls according to new signature 2022-04-08 09:51:34 +02:00
openvswitch dvr: Avoid installing non-dvr openflow rule on startup 2023-08-03 12:31:15 +00:00
ovn [OVN] Skip the port status UP update during a live migration 2023-08-28 08:03:58 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
base_type_tunnel.py Remove "six" library 2020-07-28 16:55:52 +00:00
ext_test.py Revert "Revert "objects: get, update and delete converted to Subnet OVO usage"" 2017-12-01 16:45:50 +07:00
mech_fake_agent.py Fix remaining typos in comments and tests 2022-07-06 21:20:27 +05:30
mech_faulty_agent.py Exit on failure to load mechanism drivers 2017-04-11 09:56:08 -05:00
mechanism_logger.py Add diff log on mech_logger 2022-01-25 14:12:58 +01:00
mechanism_test.py Add "bound_drivers" information to port "vif_details" 2022-01-27 04:16:45 +00:00
test_helpers.py Fix VLAN driver tests 2021-03-16 15:43:33 +00:00
test_type_flat.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
test_type_geneve.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
test_type_gre.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
test_type_local.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
test_type_vlan.py VLAN "allocate_partially_specified_segment" can return any physnet 2021-06-03 16:01:39 +00:00
test_type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00