
Random failures started appearing in the gate with the following pattern: testtools.matchers._impl.MismatchError: !=: reference = HostInfo(plugin_info=[HostPluginInfo,HostPluginInfo]) actual = HostInfo(plugin_info=[HostPluginInfo,HostPluginInfo]) This change attempts to work around the issue by adopting the same workaround as implemented in the VIF tests. Note that the host_info class is currently largely stub code for an unimplemented negotiation interface. Change-Id: I1fff71ec6793e009cbee9da0656b77915591dec4 Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
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://git.openstack.org/cgit/openstack/os-vif
- Bugs: https://bugs.launchpad.net/os-vif
- Release Notes: https://docs.openstack.org/releasenotes/os-vif
Description
Languages
Python
100%