mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
00bb1ea1d5
This commit enhances the integration test for multiple PCI segments by: (1) Enables the `test_virtio_fs_multi_segment` on AArch64. (2) Adds a new integration test case for both x86_64 and AArch64 using the direct kernel boot to test virtio-disk multiple PCI segments. The test case does: - Start a VM using direct kernel boot with 16 PCI segments and assign the last PCI segment with a virtio-disk device. - Check if the number of PCI host bridges equals to 16 after VM boots. - Mount the virtio-disk device on the last PCI segment to the rootfs and write/read data to the virtio-disk device. Signed-off-by: Henry Wang <Henry.Wang@arm.com>