DescriptionSlawek Kaplonski
2020-03-27 12:32:57 UTC
On OSP-16 ci test tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic is failing in IPv6 VXLAN job.
Error:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/tempest/common/utils/__init__.py", line 89, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.6/site-packages/tempest/scenario/test_network_basic_ops.py", line 514, in test_hotplug_nic
self._hotplug_server()
File "/usr/lib/python3.6/site-packages/tempest/scenario/test_network_basic_ops.py", line 301, in _hotplug_server
ip_address, ip_mask, new_nic))
File "/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper
return function(self, *args, **kwargs)
File "/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 108, in exec_command
return self.ssh_client.exec_command(cmd)
File "/usr/lib/python3.6/site-packages/tempest/lib/common/ssh.py", line 202, in exec_command
stderr=err_data, stdout=out_data)
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo ip addr add 10.100.0.29/28 dev eth1' failed, exit status: 2, stderr:
RTNETLINK answers: File exists
stdout:
Comment 8Bernard Cafarelli
2020-06-18 14:58:21 UTC
*** Bug 1831683 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Red Hat OpenStack Platform 16.1.3 bug fix and enhancement advisory), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2020:5413
On OSP-16 ci test tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic is failing in IPv6 VXLAN job. Error: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/tempest/common/utils/__init__.py", line 89, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python3.6/site-packages/tempest/scenario/test_network_basic_ops.py", line 514, in test_hotplug_nic self._hotplug_server() File "/usr/lib/python3.6/site-packages/tempest/scenario/test_network_basic_ops.py", line 301, in _hotplug_server ip_address, ip_mask, new_nic)) File "/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper return function(self, *args, **kwargs) File "/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 108, in exec_command return self.ssh_client.exec_command(cmd) File "/usr/lib/python3.6/site-packages/tempest/lib/common/ssh.py", line 202, in exec_command stderr=err_data, stdout=out_data) neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo ip addr add 10.100.0.29/28 dev eth1' failed, exit status: 2, stderr: RTNETLINK answers: File exists stdout: