Skip to content

Commit

Permalink
Skip ironic tests which need to be fixed
Browse files Browse the repository at this point in the history
A bug in the operator experienced by users is a default state of the
"noop" network interface. Unfortunately the api contract tests which
we exercise were developed to run with this being the default
network interface, but the tests themselves are not a fan of
the correct but different behavior when you don't have, for example
a full network configuraiton behind ironic.

While we work to fix these tests upstream, disable the tests from
impacting the test results.

https://bugs.launchpad.net/ironic/+bug/2087263

Signed-off-by: Julia Kreger <[email protected]>
  • Loading branch information
juliakreger authored and openshift-merge-bot[bot] committed Nov 8, 2024
1 parent 1003d8f commit e176741
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions roles/test_operator/files/list_skipped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1427,3 +1427,48 @@ known_failures:
lp: https://bugs.launchpad.net/ironic/+bug/2065378
jobs:
- ironic-operator
- test: ironic_tempest_plugin.tests.api.admin.test_ports.TestPorts.test_update_port_add
deployment:
- overcloud
releases:
- name: master
reason: Test state does not assert a noop network interface, and fails.
lp: https://bugs.launchpad.net/ironic/+bug/2087263
jobs:
- ironic-operator
- test: ironic_tempest_plugin.tests.api.admin.test_ports.TestPorts.test_update_mixed_ops
deployment:
- overcloud
releases:
- name: master
reason: Test state does not assert a noop network interface, and fails.
lp: https://bugs.launchpad.net/ironic/+bug/2087263
jobs:
- ironic-operator
- test: ironic_tempest_plugin.tests.api.admin.test_ports.TestPorts.test_update_port_remove
deployment:
- overcloud
releases:
- name: master
reason: Test state does not assert a noop network interface, and fails.
lp: https://bugs.launchpad.net/ironic/+bug/2087263
jobs:
- ironic-operator
- test: ironic_tempest_plugin.tests.api.admin.test_ports.TestPorts.test_update_port_replace
deployment:
- overcloud
releases:
- name: master
reason: Test state does not assert a noop network interface, and fails.
lp: https://bugs.launchpad.net/ironic/+bug/2087263
jobs:
- ironic-operator
- test: ironic_tempest_plugin.tests.api.admin.test_ports_negative.TestPortsNegative.test_update_port_replace_mac_with_duplicated
deployment:
- overcloud
releases:
- name: master
reason: Test state does not assert a noop network interface, and fails.
lp: https://bugs.launchpad.net/ironic/+bug/2087263
jobs:
- ironic-operator

0 comments on commit e176741

Please sign in to comment.