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>