From 0e37adb5904c9a77ed2b1318c5d488f843de17ef Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 22 Feb 2024 13:55:22 -0800 Subject: [PATCH] fix: remove ironic allocation test from run Ironic, internally, has a lightweight allocation engine, originally added for metalsmith usage ages ago. Turns out its unit tests can fail when running automated cleaning combined with default deployment interface which is not the fake driver. This was not detected upstream because only the fake drivers are executed together. Needed for: https://github.com/openstack-k8s-operators/ironic-operator/pull/401 Signed-off-by: Julia Kreger --- roles/tempest/files/list_skipped.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/tempest/files/list_skipped.yml b/roles/tempest/files/list_skipped.yml index b89cdcfb0f..b5a4117a75 100644 --- a/roles/tempest/files/list_skipped.yml +++ b/roles/tempest/files/list_skipped.yml @@ -1310,3 +1310,12 @@ known_failures: lp: http://no.bug jobs: - ironic-operator + - test: ironic_tempest_plugin.tests.api.admin.test_allocations.TestAllocations + deployment: + - overcloud + releases: + - name: master + reason: Test bug being fixed in caracal. + lp: https://bugs.launchpad.net/ironic/+bug/2054722 + jobs: + - ironic-operator