diff options
author | Max Reitz <mreitz@redhat.com> | 2018-11-16 17:45:26 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-11-19 14:32:04 +0100 |
commit | 6d0a4a0fb5c8f10c8eb68b52cfda0082b00ae963 (patch) | |
tree | 760811e8b5928efe654de6c95cf798baeeae0ed6 /tests/qemu-iotests/182.out | |
parent | 577a133988c76e4ebf01d050d0d758d207a1baf7 (diff) |
iotests: Test file-posix locking and reopen
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/182.out')
-rw-r--r-- | tests/qemu-iotests/182.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/qemu-iotests/182.out b/tests/qemu-iotests/182.out index f1463c8862..af501ca3f3 100644 --- a/tests/qemu-iotests/182.out +++ b/tests/qemu-iotests/182.out @@ -5,4 +5,13 @@ Starting QEMU Starting a second QEMU using the same image should fail QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0,file.locking=on: Failed to get "write" lock Is another process using the image [TEST_DIR/t.qcow2]? + +=== Testing reopen === + +{"return": {}} +{"return": {}} +Formatting 'TEST_DIR/t.qcow2.overlay', fmt=qcow2 size=197120 backing_file=TEST_DIR/t.qcow2 backing_fmt=file cluster_size=65536 lazy_refcounts=off refcount_bits=16 +{"return": {}} +{"return": {}} +{"return": {}} *** done |