diff options
author | Stefan Hajnoczi | 2015-01-12 13:31:33 +0100 |
---|---|---|
committer | Kevin Wolf | 2015-02-06 17:24:21 +0100 |
commit | 319fc53e344d5cead970c74f088ae5c607d426b3 (patch) | |
tree | 6aa37f71088186034a591a5c31542dc351d79c81 /tests/qemu-iotests/group | |
parent | qed: check for header size overflow (diff) | |
download | qemu-319fc53e344d5cead970c74f088ae5c607d426b3.tar.gz qemu-319fc53e344d5cead970c74f088ae5c607d426b3.tar.xz qemu-319fc53e344d5cead970c74f088ae5c607d426b3.zip |
qemu-iotests: add 116 invalid QED input file tests
These tests exercise error code paths in the QED image format. The
tests are very simple, they just prove that the error path exits
cleanly.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1421065893-18875-3-git-send-email-stefanha@redhat.com
Reviewed-by: Kevin Wolf <kwolf@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 f8bf354156..4b2b93bc19 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -116,3 +116,4 @@ 111 rw auto quick 113 rw auto quick 114 rw auto quick +116 rw auto quick |