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
Import of code from https://github.com/jaypipes/os_vif
Import of code from https://github.com/jaypipes/os_vif
Team and repository tags
os-vif
A library for plugging and unplugging virtual interfaces in OpenStack.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/os-vif/latest/
- Source: https://opendev.org/openstack/os-vif
- Bugs: https://bugs.launchpad.net/os-vif
- Release Notes: https://docs.openstack.org/releasenotes/os-vif
Description
Languages
Python
100%