Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion vmm_tests/vmm_tests/tests/tests/multiarch/vmbus_relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ async fn vmbus_relay_heavy<T: PetriVmmBackend>(config: PetriVmBuilder<T>) -> any

/// MNF guest support: capture and print recursive listing of vmbus drivers.
/// TODO: add entries for CVM guests once MNF support in CVMs is added. Tracked by #1940
/// TODO: investigate flakiness for openvmm_openhcl_uefi_x64(vhd(ubuntu_2204_server_x64)). Tracked by: #2100
#[openvmm_test(
openvmm_openhcl_linux_direct_x64,
openvmm_openhcl_uefi_x64(vhd(ubuntu_2204_server_x64))
// openvmm_openhcl_uefi_x64(vhd(ubuntu_2204_server_x64))
)]
async fn validate_mnf_usage_in_guest(
config: PetriVmBuilder<OpenVmmPetriBackend>,
Expand Down