On 9/14/26 3:34 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]> > Tested-by: Joshua Daley <[email protected]>
How about adding "_ccw" to the existing virtio-net-ccw test names: test_default -> test_default_ccw test_ip -> test_ip_ccw test_mac -> test_mac_ccw test_menu -> test_menu_ccw test_uuid -> test_uuid_ccw I noticed when I pointed this test at a bios without your pci support that e.g. 'test_default' would pass while 'test_default_pci' would fail. Would be more informative to see 'test_default_ccw' passes while 'test_default_pci' fails. With those renamed: Reviewed-by: Matthew Rosato <[email protected]>
