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:
Muminul Islam
2026-02-22 22:40:48 -08:00
committed by Rob Bradford
parent 32edcf39a6
commit af764235a0

View File

@@ -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)
}
}