On 8/18/2026 4:53 PM, Zhuoying Cai wrote:
Add test coverage for virtio-net-pci network booting on s390x by
extending the pxelinux functional tests.
This patch adds PCI variants of all existing pxelinux tests to verify
that virtio-net-pci devices work correctly for network booting.
Signed-off-by: Zhuoying Cai <[email protected]>
---
tests/functional/s390x/test_pxelinux.py | 71 ++++++++++++++++++++-----
1 file changed, 59 insertions(+), 12 deletions(-)
Tested-by: Joshua Daley <[email protected]>
make check-functional-s390x MTESTARGS="func-s390x-pxelinux"
...
ok 1 test_pxelinux.S390PxeLinux.test_default
ok 2 test_pxelinux.S390PxeLinux.test_default_pci
ok 3 test_pxelinux.S390PxeLinux.test_ip
ok 4 test_pxelinux.S390PxeLinux.test_ip_pci
ok 5 test_pxelinux.S390PxeLinux.test_mac
ok 6 test_pxelinux.S390PxeLinux.test_mac_pci
ok 7 test_pxelinux.S390PxeLinux.test_menu
ok 8 test_pxelinux.S390PxeLinux.test_menu_pci
ok 9 test_pxelinux.S390PxeLinux.test_uuid
ok 10 test_pxelinux.S390PxeLinux.test_uuid_pci