← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1891307] Re: SSH fails in neutron-ovn-tripleo-ci-centos-8-containers-multinode job

 

Seems like it's much better now: http://grafana.openstack.org/d/Hj5IHcSmz/neutron-failure-rate?viewPanel=28&orgId=1
Also patch https://review.rdoproject.org/r/#/c/29002/ is merged now so pyroute2 version should be bumped already in this job.
So I think that we can close this bug for now. Thx Jakub for taking care of it.

** Changed in: neutron
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1891307

Title:
  SSH fails in neutron-ovn-tripleo-ci-centos-8-containers-multinode  job

Status in neutron:
  Fix Released

Bug description:
  Most of the tests in the neutron-ovn-tripleo-ci-centos-8-containers-multinode job are failing due to ssh issues.
  Errors example:

  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 490, in test_connectivity_between_vms_on_different_networks
      self._check_public_network_connectivity(should_connect=True)
    File "/usr/lib/python3.6/site-packages/tempest/scenario/test_network_basic_ops.py", line 213, in _check_public_network_connectivity
      message, server, mtu=mtu)
    File "/usr/lib/python3.6/site-packages/tempest/scenario/manager.py", line 728, in check_vm_connectivity
      server=server)
    File "/usr/lib/python3.6/site-packages/tempest/scenario/manager.py", line 502, in get_remote_client
      linux_client.validate_authentication()
    File "/usr/lib/python3.6/site-packages/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper
      six.reraise(*original_exception)
    File "/usr/lib/python3.6/site-packages/six.py", line 703, in reraise
      raise value
    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 116, in validate_authentication
      self.ssh_client.test_connection_auth()
    File "/usr/lib/python3.6/site-packages/tempest/lib/common/ssh.py", line 216, in test_connection_auth
      connection = self._get_ssh_connection()
    File "/usr/lib/python3.6/site-packages/tempest/lib/common/ssh.py", line 128, in _get_ssh_connection
      password=self.password)
  tempest.lib.exceptions.SSHTimeout: Connection to the 192.168.24.129 via SSH timed out.
  User: cirros, Password: None

  Link to the failed job:
  https://zuul.opendev.org/t/openstack/build/caba73ac413f43079f49737430191613

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1891307/+subscriptions


References