Skip to content

Commit

Permalink
fix: remove ironic allocation test from run
Browse files Browse the repository at this point in the history
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: openstack-k8s-operators/ironic-operator#401

Signed-off-by: Julia Kreger <[email protected]>
  • Loading branch information
juliakreger authored and raukadah committed Mar 27, 2024
1 parent 261b4cf commit 8c12c6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/tempest/files/list_skipped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c12c6a

Please sign in to comment.