mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: add CVM test for direct_kernel_boot_noacpi
Add a CVM integration test for direct_kernel_boot_noacpi that validates the same functionality using a confidential guest with the basic_cvm_guest macro. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
a4f1c65b14
commit
f4df95c142
@@ -242,4 +242,10 @@ mod common_cvm {
|
|||||||
let guest = basic_cvm_guest!(JAMMY_IMAGE_NAME);
|
let guest = basic_cvm_guest!(JAMMY_IMAGE_NAME);
|
||||||
_test_console_file(&guest);
|
_test_console_file(&guest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_direct_kernel_boot_noacpi() {
|
||||||
|
let guest = basic_cvm_guest!(JAMMY_IMAGE_NAME);
|
||||||
|
_test_direct_kernel_boot_noacpi(&guest);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user