Bug 1445228
| Summary: | neutron_lbaas.tests.tempest.v2.scenario.test_session_persistence.TestSessionPersistence.test_session_persistence failed on automation CI | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> |
| Component: | openstack-neutron-lbaas | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED ERRATA | QA Contact: | Toni Freger <tfreger> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 11.0 (Ocata) | CC: | amuller, apevec, lhh, nyechiel, slinaber |
| Target Milestone: | z1 | Keywords: | Automation, Triaged, ZStream |
| Target Release: | 11.0 (Ocata) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-lbaas-10.0.1-1.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 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: | |||
The patch to master was merged, posting the backport to stable/ocata. Test passing in latest builds, marking as VERIFIED. 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 |
Description of problem: neutron_lbaas.tests.tempest.v2.scenario.test_session_persistence.TestSessionPersistence.test_session_persistence failed on autoamtion CI cause there is a mismatch between neutron & tempest tree. 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/neutron_lbaas/tests/tempest/v2/scenario/test_session_persistence.py", line 48, in test_session_persistence self._check_source_ip_persistence() File "/usr/lib/python2.7/site-packages/neutron_lbaas/tests/tempest/v2/scenario/base.py", line 565, in _check_source_ip_persistence self._check_connection(self.vip_ip) File "/usr/lib/python2.7/site-packages/neutron_lbaas/tests/tempest/v2/scenario/base.py", line 523, in _check_connection raise exceptions.TimeoutException(message) AttributeError: 'module' object has no attribute 'TimeoutException' Version-Release number of selected component (if applicable): osp11- python-neutron-lbaas-tests-10.0.0-8.el7ost.noarch python-tempest-15.0.0-2.el7ost.noarch python-tempestconf-1.1.1-1.el7ost.noarch puppet-tempest-10.3.0-3.el7ost.noarch openstack-tempest-15.0.0-2.el7ost.noarch How reproducible: Failed 10 times in the last 21 runs. Stability: 52 % Steps to Reproduce: 1. run CI job: 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-vxlan-lvm-lbaas-dvr/lastCompletedBuild/testReport/neutron_lbaas.tests.tempest.v2.scenario.test_session_persistence/TestSessionPersistence/test_session_persistence_compute_network_/ 2. 3. Actual results: failure Expected results: pass Additional info: