Comment 6 for bug 1844568

Revision history for this message
Matt Riedemann (mriedem) wrote :

tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest.test_qos_min_bw_allocation_basic, which was enabled in the nova-next job this week:

https://review.opendev.org/#/c/697180/

is likely causing the spike in failures in the nova-next job. See this failed job:

https://zuul.opendev.org/t/openstack/build/b7872ac3886e4cc7a060c1376a2a3395/log/job-output.txt#79124

The failing compute api tests are running while that test is going and that scenario test creates a public network, so that's likely the cause of the failure.

The nova-next job should probably blacklist that test until this bug is fixed.