Bug 1530188
| Summary: | neutron tempest 'test_router_interface_status' fails | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Arie Bregman <abregman> |
| Component: | python-networking-ovn | Assignee: | Daniel Alvarez Sanchez <dalvarez> |
| Status: | CLOSED DUPLICATE | QA Contact: | Eran Kuris <ekuris> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 12.0 (Pike) | CC: | apevec, dalvarez, lhh, majopela, nyechiel |
| Target Milestone: | --- | Keywords: | AutomationBlocker |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-01-15 14:44:48 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: | |||
*** This bug has been marked as a duplicate of bug 1488420 *** I closed it even the product/component is different. This OVS package contains the fix: https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=638959 |
Description of problem: The following test fails every single time: neutron.tests.tempest.api.test_routers.RoutersTest.test_router_interface_status Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/api/test_routers.py", line 164, in test_router_interface_status utils.wait_until_true(status_active, exception=AssertionError) File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 687, in wait_until_true raise exception AssertionError Version-Release number of selected component (if applicable): Latest OSP 12 How reproducible: 100% Steps to Reproduce: 1. Deploy RHOSP 12 with OVN 2. Run neutron tempest API routers tests