Public bug reported: The DVR multinode scenario job is failing its floating IP east-west tests.
neutron.tests.tempest.scenario.test_floatingip.FloatingIpSameNetwork neutron.tests.tempest.scenario.test_floatingip.FloatingIpSeparateNetwork Example: http://logs.openstack.org/84/500384/18/check/gate-tempest-dsvm-neutron- dvr-multinode-scenario-ubuntu-xenial- nv/a427ec7/logs/testr_results.html.gz Traceback (most recent call last): File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/test_floatingip.py", line 139, in test_east_west self._test_east_west() File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/test_floatingip.py", line 119, in _test_east_west dest_server['port']['fixed_ips'][0]['ip_address']) File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 279, in check_remote_connectivity source, dest, should_succeed, nic, mtu, fragmentation)) File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 274, in _check_remote_connectivity 1) File "tempest/lib/common/utils/test_utils.py", line 103, in call_until_true if func(): File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 259, in ping_remote fragmentation=fragmentation) File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 254, in ping_host return source.exec_command(cmd) File "tempest/lib/common/ssh.py", line 151, in exec_command ssh = self._get_ssh_connection() File "tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.24.5.6 via SSH timed out. User: ubuntu, Password: None We need to track these down so we can get this job passing. ** Affects: neutron Importance: High Assignee: Brian Haley (brian-haley) Status: Confirmed ** Tags: l3-dvr-backlog -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1722667 Title: DVR multinode scenario job is failing floating IP east-west tests Status in neutron: Confirmed Bug description: The DVR multinode scenario job is failing its floating IP east-west tests. neutron.tests.tempest.scenario.test_floatingip.FloatingIpSameNetwork neutron.tests.tempest.scenario.test_floatingip.FloatingIpSeparateNetwork Example: http://logs.openstack.org/84/500384/18/check/gate-tempest-dsvm- neutron-dvr-multinode-scenario-ubuntu-xenial- nv/a427ec7/logs/testr_results.html.gz Traceback (most recent call last): File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/test_floatingip.py", line 139, in test_east_west self._test_east_west() File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/test_floatingip.py", line 119, in _test_east_west dest_server['port']['fixed_ips'][0]['ip_address']) File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 279, in check_remote_connectivity source, dest, should_succeed, nic, mtu, fragmentation)) File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 274, in _check_remote_connectivity 1) File "tempest/lib/common/utils/test_utils.py", line 103, in call_until_true if func(): File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 259, in ping_remote fragmentation=fragmentation) File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/base.py", line 254, in ping_host return source.exec_command(cmd) File "tempest/lib/common/ssh.py", line 151, in exec_command ssh = self._get_ssh_connection() File "tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.24.5.6 via SSH timed out. User: ubuntu, Password: None We need to track these down so we can get this job passing. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1722667/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

