Temporarily disable PXE booting test in the standalone job

It only passes because the boot interface handling is broken in
ironic-tempest-plugin. Once something like
https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/925981
merges, it will start failing with a timeout.

Temporarily remove it from the list to allow progress on other changes.

Change-Id: I155f520be9b5815f390364c4de12528920b7594a
This commit is contained in:
Dmitry Tantsur 2024-08-27 14:46:50 +02:00
parent d6188b752c
commit 72c792bb28
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

View File

@ -244,7 +244,9 @@
# NOTE(TheJulia): We test numerous boot interfaces here, but "http"
# with "grub2" is functionally unstable. Basically high odds of failure
# with VMs in EFI request handling with VMs.
IRONIC_ENABLED_BOOT_INTERFACES: "ipxe,redfish-virtual-media,http-ipxe,pxe"
# FIXME(dtantsur): add back the pxe interface once it actually works
# and the boot interface handling in the tempest plugin is fixed.
IRONIC_ENABLED_BOOT_INTERFACES: "ipxe,redfish-virtual-media,http-ipxe"
IRONIC_ENABLED_HARDWARE_TYPES: redfish
IRONIC_ENABLED_POWER_INTERFACES: redfish
IRONIC_ENABLED_MANAGEMENT_INTERFACES: redfish