mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
tests: Fix test_virtio_block_disable_io_uring()
This test wasn't actually disabling io_uring. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
49b49421d0
commit
28abe63f46
@ -2910,7 +2910,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_virtio_block_disable_io_uring() {
|
||||
_test_virtio_block(FOCAL_IMAGE_NAME, false)
|
||||
_test_virtio_block(FOCAL_IMAGE_NAME, true)
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user