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 e84e01c commit 0e48fcaCopy full SHA for 0e48fca
python/neutron-understack/neutron_understack/tests/test_trunk.py
@@ -267,6 +267,9 @@ def test_when_segment_is_unused_by_other_ports(
267
mocker.patch(
268
"neutron_understack.utils.ports_bound_to_segment", return_value=False
269
)
270
+ mocker.patch(
271
+ "neutron_understack.utils.is_dynamic_network_segment", return_value=True
272
+ )
273
mocker.patch.object(understack_trunk_driver.nb, "delete_vlan")
274
mocker.patch("neutron_understack.utils.release_dynamic_segment")
275
0 commit comments