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