Comment 5 for bug 1940425

Revision history for this message
Miguel Lavalle (minsel) wrote (last edit ):

I did some initial fact finding:

1) The failing job is https://zuul.opendev.org/t/openstack/builds?job_name=nova-ovs-hybrid-plug

2) The failing assertion in the Tempest test case is https://github.com/openstack/tempest/blob/f08cc686ae5267d0dc71341d6e6b4c1514193856/tempest/api/compute/admin/test_live_migration.py#L286. After instance migration, associated trunk subport fails to become active

3) The failing job was succeeding most of the time up until 2022-07-21. After that day, the job fails most of the time

4) Doing a quick search in gerrit, nothing obviously related merged in Neutron master just before the above mentioned date. Did something related to live migrations changed in Nova?