Bodo Petermann b4f277fb84 Stabilize functional test
vif_plug_ovs.tests.functional.ovsdb.test_ovsdb_lib.TestOVSDBLib.test_create_ovs_vif_port_with_default_qos
and
vif_plug_ovs.tests.functional.test_plugin.TestOVSPlugin.test_plug_unplug_ovs_port_with_qos
used the same port name "qos-port-" + interface.
Depending on timing these tests could run concurrently and interfere
with each other (port is already there or already gone unexpectedly).

Fixing this by naming the port in
test_create_ovs_vif_port_with_default_qos differently.

Change-Id: If23f4cd064cf37db2e33363128c7ae2ac39b82a6
Signed-off-by: Bodo Petermann <b.petermann@syseleven.de>
Related-Bug: #2087982
2026-01-15 10:47:28 +00:00
2024-07-03 12:36:22 +00:00
2025-04-11 08:30:17 +00:00
2018-07-05 16:20:22 +00:00
2026-01-15 10:47:28 +00:00
2019-04-19 19:37:13 +00:00
2024-11-06 12:56:30 +00:00
2018-10-11 16:40:54 +02:00
2024-07-03 12:36:22 +00:00
2024-10-04 21:02:32 +09:00
2024-07-03 12:36:22 +00:00
2025-01-08 15:45:03 +00:00
Description
Integration library between network (Neutron) and compute (Nova) providers
Readme 8.1 MiB
Languages
Python 100%