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 <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-07-08 15:04:31 +01:00 committed by Samuel Ortiz
parent 96274a33ca
commit d725c2cbfb

View File

@ -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());