We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8459e5 commit fc2988dCopy full SHA for fc2988d
python/neutron-understack/neutron_understack/tests/test_trunk.py
@@ -108,6 +108,9 @@ def test_when_parent_port_is_bound(
108
"neutron_understack.utils.allocate_dynamic_segment",
109
return_value=vlan_network_segment,
110
)
111
+ mocker.patch(
112
+ "neutron_understack.utils.network_segment_by_physnet", return_value=None
113
+ )
114
mocker.patch("neutron_understack.utils.create_binding_profile_level")
115
mocker.patch.object(understack_trunk_driver.nb, "add_port_vlan_associations")
116
understack_trunk_driver._handle_tenant_vlan_id_and_switchport_config(
0 commit comments