()
| 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() { |
nothing calls this directly
no test coverage detected