diff options
author | Max Reitz <mreitz@redhat.com> | 2020-10-27 20:06:00 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-12-11 17:52:40 +0100 |
commit | e6c7964769f68c36e2b20c26f5bf4da91dfa0cac (patch) | |
tree | 513574604c13829ffbae7157dfbece0b529ea2fe /tests/qemu-iotests/group | |
parent | 57284d2ada481fe557c9a2f00228eca2a83e1d60 (diff) | |
download | qemu-e6c7964769f68c36e2b20c26f5bf4da91dfa0cac.zip qemu-e6c7964769f68c36e2b20c26f5bf4da91dfa0cac.tar.gz qemu-e6c7964769f68c36e2b20c26f5bf4da91dfa0cac.tar.bz2 |
iotests/308: Add test for FUSE exports
We have good coverage of the normal I/O paths now, but what remains is a
test that tests some more special cases: Exporting an image on itself
(thus turning a formatted image into a raw one), some error cases, and
non-writable and non-growable exports.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201027190600.192171-21-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 2960dff..9a8394b 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -315,4 +315,5 @@ 304 rw quick 305 rw quick 307 rw quick export +308 rw 309 rw auto quick |