sushy-tools/releasenotes/notes/add-http-to-vmedia-ef04c156e66fc121.yaml
Julia Kreger e14cfe361d Add Support testing for HttpBootUri
Maps the HttpBootUri to the virtual media functionality, so we can
leverage sushy-tools for testing HttpBootUri functionality.

Change-Id: I51a7e684bafdb6b3aa9adda35ae438c747c9847a
2023-11-03 07:12:46 -07:00

10 lines
430 B
YAML

---
features:
- |
Adds basic functionality for ``HttpBootUri`` to be passed through to
the libvirt driver, enabling boot operations utilizing supplied media.
This does not influence the default URL to boot from due to a lack of
capability in libvirt, but instead treats it similar to virtual media.
In this case, an override boot target of ``UefiHttp`` is also re-mapped
to ``Cd`` to facilitate testing.