From 6ed1f83a87809861775193718bbcee5e1394bb71 Mon Sep 17 00:00:00 2001 From: Michael Zhao Date: Wed, 9 Jun 2021 23:04:01 +0800 Subject: [PATCH] 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 --- tests/integration.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 71e002699..84d329663 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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();