Bug 1438662
Summary: | CI tests failed with ssh timeout error | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> | ||||||
Component: | openstack-neutron | Assignee: | Ihar Hrachyshka <ihrachys> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> | ||||||
Severity: | urgent | Docs Contact: | |||||||
Priority: | urgent | ||||||||
Version: | 11.0 (Ocata) | CC: | abregman, afazekas, amuller, chrisw, jjoyce, nyechiel, oblaut, srevivo | ||||||
Target Milestone: | z1 | Keywords: | AutomationBlocker, Triaged, ZStream | ||||||
Target Release: | 11.0 (Ocata) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | openstack-neutron-10.0.1-4.el7ost | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 1457504 (view as bug list) | Environment: | |||||||
Last Closed: | 2017-07-19 17:03:14 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | 1450203, 1450205 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Eran Kuris
2017-04-04 05:53:53 UTC
the following tests are failing with another traceback that related to SSHTIMEOUT: 1.tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless 2.tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os 3.tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac 4.tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic 5.neutron.tests.tempest.scenario.test_basic.NetworkBasicTest.test_basic_instance Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/tempest/test.py", line 103, in wrapper return f(self, *func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/tempest/scenario/test_network_v6.py", line 246, in test_dualnet_dhcp6_stateless_from_os self._prepare_and_test(address6_mode='dhcpv6-stateless', dualnet=True) File "/usr/lib/python2.7/site-packages/tempest/scenario/test_network_v6.py", line 161, in _prepare_and_test sshv4_1, ips_from_api_1, sid1 = self.prepare_server(networks=net_list) File "/usr/lib/python2.7/site-packages/tempest/scenario/test_network_v6.py", line 134, in prepare_server username=username) File "/usr/lib/python2.7/site-packages/tempest/scenario/manager.py", line 351, in get_remote_client linux_client.validate_authentication() File "/usr/lib/python2.7/site-packages/tempest/common/utils/linux/remote_client.py", line 55, in wrapper six.reraise(*original_exception) File "/usr/lib/python2.7/site-packages/tempest/common/utils/linux/remote_client.py", line 36, in wrapper return function(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/tempest/common/utils/linux/remote_client.py", line 100, in validate_authentication self.ssh_client.test_connection_auth() File "/usr/lib/python2.7/site-packages/tempest/lib/common/ssh.py", line 206, in test_connection_auth connection = self._get_ssh_connection() File "/usr/lib/python2.7/site-packages/tempest/lib/common/ssh.py", line 120, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 10.0.0.221 via SSH timed out. User: cirros, Password: None https://rhos-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/RHOS/view/RHOS11/job/qe-DFG-neutron-11_director-rhel-7.3-virthost-1cont_2comp-ipv4-vxlan-lvm-lbaas/lastCompletedBuild/testReport/tempest.scenario.test_network_v6/TestGettingAddress/test_dualnet_dhcp6_stateless_from_os_compute_id_76f26acd_9688_42b4_bc3e_cd134c4cb09e_network_slow_/ Created attachment 1268575 [details]
log1
Created attachment 1268576 [details]
log2
*** Bug 1433712 has been marked as a duplicate of this bug. *** *** Bug 1433710 has been marked as a duplicate of this bug. *** *** Bug 1433702 has been marked as a duplicate of this bug. *** *** Bug 1433688 has been marked as a duplicate of this bug. *** *** Bug 1433685 has been marked as a duplicate of this bug. *** artifacts: https://rhos-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/RHOS/view/RHOS11/job/qe-DFG-neutron-11_director-rhel-7.3-virthost-3cont_2comp-ipv4-gre-lvm-lbaas/lastCompletedBuild/artifact/ https://rhos-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/RHOS/view/RHOS11/job/qe-DFG-neutron-11_director-rhel-7.3-virthost-3cont_2comp-ipv4-vlan-lvm-lbaas/lastCompletedBuild/artifact/ I reported the following bugs against kernel: https://bugzilla.redhat.com/show_bug.cgi?id=1450203 https://bugzilla.redhat.com/show_bug.cgi?id=1450205 Some other code https://review.openstack.org/#/c/393886/ https://review.openstack.org/#/c/453805/ https://review.openstack.org/#/c/453838/ *** Bug 1438346 has been marked as a duplicate of this bug. *** A workaround on neutron side applied. This should help CI runs. The jobs still fail in gate. We probably need to enforce gratuitous ARP overriding existing entries, but with current kernel, only ARP REQUESTs will work, we need to backport https://review.openstack.org/#/c/463816/. Then we also need to enable arp_accept = 1 on eth2 on undercloud. This fix should be tested with https://bugzilla.redhat.com/show_bug.cgi?id=1457504 fixed on tripleo side. Verified on CI jobs : openstack-neutron-10.0.2-1.el7ost.noarch http://cougar11.scl.lab.tlv.redhat.com/DFG-network-neutron-lbaas-11_director-rhel-7.3-virthost-3cont_2comp-ipv4-vxlan-dvr/6/undercloud-0.tar.gz?undercloud-0/var/log/rpm.list 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, 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/RHBA-2017:1785 |