From d725c2cbfb16b03a820ffcb706902d3872ee8033 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 8 Jul 2020 15:04:31 +0100 Subject: [PATCH] tests: Enable virtio-mem testing with virtio-mmio Try and enable virtio-mem testing when using the virtio-mmio transport. Signed-off-by: Rob Bradford --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 48b087e04..0c7757c31 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -4027,7 +4027,7 @@ mod tests { }); } - #[cfg_attr(not(feature = "mmio"), test)] + #[test] fn test_virtio_mem() { test_block!(tb, "", { let mut focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());