MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / test_jammy_ovmf

Function test_jammy_ovmf

cloud-hypervisor/tests/integration.rs:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 #[test]
61 #[cfg(target_arch = "x86_64")]
62 fn test_jammy_ovmf() {
63 let guest = basic_regular_guest!(JAMMY_IMAGE_NAME).with_kernel(fw_path(FwType::Ovmf));
64 _test_simple_launch(&guest);
65 }
66
67 #[test]
68 fn test_multi_cpu() {

Callers

nothing calls this directly

Calls 3

fw_pathFunction · 0.85
_test_simple_launchFunction · 0.85
with_kernelMethod · 0.80

Tested by

no test coverage detected