summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/028
diff options
context:
space:
mode:
authorAarushi Mehta2020-01-20 15:18:58 +0100
committerStefan Hajnoczi2020-01-30 22:01:40 +0100
commit8dff69b9415b4287e900358744b732195e1ab2e2 (patch)
tree77408fb96ad9559a1a21bb84df23f2527e603192 /tests/qemu-iotests/028
parenttests/qemu-iotests: enable testing with aio options (diff)
downloadqemu-8dff69b9415b4287e900358744b732195e1ab2e2.tar.gz
qemu-8dff69b9415b4287e900358744b732195e1ab2e2.tar.xz
qemu-8dff69b9415b4287e900358744b732195e1ab2e2.zip
tests/qemu-iotests: use AIOMODE with various tests
Signed-off-by: Aarushi Mehta <mehta.aaru20@gmail.com> Acked-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20200120141858.587874-16-stefanha@redhat.com Message-Id: <20200120141858.587874-16-stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/028')
-rwxr-xr-xtests/qemu-iotests/0282
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/028 b/tests/qemu-iotests/028
index e2556d8e57..797dae5350 100755
--- a/tests/qemu-iotests/028
+++ b/tests/qemu-iotests/028
@@ -108,7 +108,7 @@ echo block-backup
echo
qemu_comm_method="monitor"
-_launch_qemu -drive file="${TEST_IMG}",cache=${CACHEMODE},id=disk
+_launch_qemu -drive file="${TEST_IMG}",cache=${CACHEMODE},aio=${AIOMODE},id=disk
h=$QEMU_HANDLE
if [ "${VALGRIND_QEMU}" == "y" ]; then
QEMU_COMM_TIMEOUT=7