Bug 1851980
| Summary: | Functional tests regression - test port creation | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Arie Bregman <abregman> |
| Component: | openstack-neutron | Assignee: | Rodolfo Alonso <ralonsoh> |
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | amuller, bcafarel, chrisw, ralonsoh, scohen, skaplons |
| Target Milestone: | --- | Keywords: | AutomationBlocker, Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-12.1.1-27.el7ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-28 18:33:16 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: | |||
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 (openstack-neutron bug fix 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-2020:4397 |
Description of problem: The following functional tests fail every time we run the tests in CI neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_bandwidth_limits(vsctl,ingress) neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_bandwidth_limits(vsctl,egress) neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_dscp_markings(vsctl,egress) neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_dscp_markings(vsctl,ingress) The traceback itself is: Traceback (most recent call last): testtools.testresult.real._StringException: Traceback (most recent call last): File "neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "neutron/tests/functional/agent/l2/extensions/test_ovs_agent_qos_extension.py", line 281, in test_port_creation_with_different_dscp_markings self.wait_until_ports_state(self.ports, up=True) File "neutron/tests/functional/agent/l2/base.py", line 367, in wait_until_ports_state timeout=timeout) File "neutron/common/utils.py", line 661, in wait_until_true raise WaitTimeout("Timed out after %d seconds" % timeout) neutron.common.utils.WaitTimeout: Timed out after 60 seconds This blocks us from verifying patches. Version-Release number of selected component (if applicable): Latest OSP 13 How reproducible: 100% Steps to Reproduce: 1. tox -e dsvm-functional in neutron dir