diff options
author | Nir Soffer <nirsof@gmail.com> | 2017-02-01 02:31:20 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-02-12 00:47:42 +0100 |
commit | bf68bcb18e65e2fc6aaa55079740feee4c8b474c (patch) | |
tree | fb50f1199633d866a14ccbd44cb73e3e78e5a719 /tests/qemu-iotests/group | |
parent | b4a2caa4bd5ad4e3cd6dd7eb1c0067d9205280cb (diff) | |
download | qemu-bf68bcb18e65e2fc6aaa55079740feee4c8b474c.zip |
qemu-io: Add failure regression tests
Add regression tests checking that qemu-io fails with non-zero exit code
when reading non-existing file or using the wrong image format.
Signed-off-by: Nir Soffer <nirsof@gmail.com>
Message-id: 20170201003120.23378-4-nirsof@gmail.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@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 5a93ba9af9..985b9a6a36 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -166,3 +166,4 @@ 171 rw auto quick 172 auto 173 rw auto +174 auto |