neutron/neutron/tests/unit/plugins/ml2
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
..
drivers [OVN] Skip the port status UP update during a live migration 2023-08-28 08:03:58 +00:00
extensions Fix remaining typos in comments and tests 2022-07-06 21:20:27 +05:30
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
_test_mech_agent.py [OVN] Check new added segments in OVN mech driver 2021-11-23 16:21:37 +00:00
base.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
test_agent_scheduler.py Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
test_db.py Clean up db residual record from dvr port 2022-08-10 08:57:22 +08:00
test_driver_context.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ext_portsecurity.py Make OVN driver validate Geneve max_header_size 2021-09-02 08:41:19 +00:00
test_extension_driver_api.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_managers.py remove unicode from code 2021-12-24 10:02:03 +08:00
test_ovo_rpc.py Get sec group ids after address group update 2020-12-29 16:17:38 +00:00
test_plugin.py [S-RBAC] Allow network owners to get ports from that network 2023-05-04 10:03:34 +02:00
test_port_binding.py Fix concurrent port binding activate 2023-03-31 04:27:00 +02:00
test_rpc.py [QoS] Unify agent "qos_network_policy_id" constant 2022-04-27 16:51:34 +00:00
test_security_group.py Use neutron-lib method is_session_active 2022-08-11 05:58:44 +02:00
test_tracked_resources.py Replace "tenant_id" with "project_id" in Quota engine 2021-09-22 08:27:10 +00:00