mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
tests: Enable the boot_noacpi case on AArch64
Enabled test case test_vmlinux_boot_noacpi on AArch64 and renamed it test_direct_kernel_boot_noacpi for generality. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
parent
04aff2e2f9
commit
6ed1f83a87
@ -3494,8 +3494,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
fn test_vmlinux_boot_noacpi() {
|
||||
fn test_direct_kernel_boot_noacpi() {
|
||||
let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
||||
let guest = Guest::new(Box::new(focal));
|
||||
let mut workload_path = dirs::home_dir().unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user