[ovn] Tempest test test_update_router_admin_state failing very often
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Test tempest.
Failure example: https:/
Strack trace:
Traceback (most recent call last):
File "/opt/stack/
return f(*func_args, **func_kwargs)
File "/opt/stack/
should_
File "/opt/stack/
message, server, mtu=mtu)
File "/opt/stack/
msg=msg)
File "/opt/stack/
raise self.failureExc
AssertionError: False is not true : Public network connectivity check failed. Reason: after updating admin_state_up of router to True
Timed out waiting for 172.24.5.234 to become reachable
tags: | added: neutron-proactive-backport-potential |
Reviewed: https:/ /review. opendev. org/c/openstack /neutron/ +/791365 /opendev. org/openstack/ neutron/ commit/ 4de350a54a3e3e5 9371391a7a02244 7b49ae508e
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 4de350a54a3e3e5 9371391a7a02244 7b49ae508e
Author: Slawek Kaplonski <email address hidden>
Date: Fri May 14 08:31:32 2021 +0200
Switch neutron-rally-task job to ML2/OVS and skip "test_models_sync"
After switch of the default Neutron backend to the ML2/OVN
in the Devstack we had 2 rally jobs running actually with the
same Neutron backend.
This patch configures explicitly ML2/OVS as a backend in the rally-task' job so it is like it was before the change in
'neutron-
the Devstack repo.
In order to fix the CI, this patch also skips "test_models_sync" test included" flag. When creating a
cases. Once [1] is fixed and released, we'll be able to create SQL
tables specifying the "_constraints_
table, this flag should be set to "False" in order to be able to set
the "index" and "unique" parameters for each column in the table
definition, as we do now.
"test_ update_ router_ admin_state" is excluded from ovn-tempest- slow" until LP#1890445 is fixed.
"neutron-
Set "test_restart_ wsgi_on_ sighup_ multiple_ workers" as unstable.
CI job "neutron- ovn-tempest- slow" has been set to non-voting until
LP#1930402 is fixed.
Related-Bug: #1929518
Related-Bug: #1890445
Related-Bug: #1930402
Related-Bug: #1930367
[1]https:/ /github. com/sqlalchemy/ alembic/ issues/ 848
Change-Id: I38ed7931169434 fecbbefa3762f51 a522ef3c509