]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add a test for s390x pxelinux.cfg network booting
authorThomas Huth <thuth@redhat.com>
Wed, 9 Jul 2025 08:34:43 +0000 (10:34 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 11 Jul 2025 08:04:29 +0000 (10:04 +0200)
commitc784de966b154810a4c97eb0e4a658ec6457dd4c
tree25ab6c6bfd37ef654469ee79806c5e4151fba1c4
parentfc24fd9342ec5ddaeecdf2a28f7fc4c2cdf6b014
tests/functional: Add a test for s390x pxelinux.cfg network booting

Check the various ways of booting a kernel via pxelinux.cfg file,
e.g. by specifying the config file name via the MAC address or the
UUID of the guest. Also check whether we can successfully load an
alternate kernel via the "loadparm" parameter here and whether the
boot menu shows up with "-boot menu=on".

Reviewed-by: Jared Rossi <jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250709083443.41574-6-thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_s390x_pxelinux.py [new file with mode: 0755]