mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: nested not supported for CVM on MSHV
Nested on MSHV confident VM not supported yet. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
32edcf39a6
commit
af764235a0
@@ -14441,6 +14441,7 @@ mod common_cvm {
|
||||
let mut guest = Guest::new(Box::new(disk_config));
|
||||
guest.vm_type = GuestVmType::Confidential;
|
||||
guest.boot_timeout = DEFAULT_CVM_TCP_LISTENER_TIMEOUT;
|
||||
guest.nested = false;
|
||||
_test_simple_launch(&guest)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user