aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/174.out
diff options
context:
space:
mode:
authorNir Soffer <nirsof@gmail.com>2017-02-01 02:31:20 +0200
committerMax Reitz <mreitz@redhat.com>2017-02-12 00:47:42 +0100
commitbf68bcb18e65e2fc6aaa55079740feee4c8b474c (patch)
treefb50f1199633d866a14ccbd44cb73e3e78e5a719 /tests/qemu-iotests/174.out
parentb4a2caa4bd5ad4e3cd6dd7eb1c0067d9205280cb (diff)
downloadqemu-bf68bcb18e65e2fc6aaa55079740feee4c8b474c.zip
qemu-bf68bcb18e65e2fc6aaa55079740feee4c8b474c.tar.gz
qemu-bf68bcb18e65e2fc6aaa55079740feee4c8b474c.tar.bz2
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/174.out')
-rw-r--r--tests/qemu-iotests/174.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qemu-iotests/174.out b/tests/qemu-iotests/174.out
new file mode 100644
index 0000000..a06d237
--- /dev/null
+++ b/tests/qemu-iotests/174.out
@@ -0,0 +1,7 @@
+QA output created by 174
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=262144
+
+== reading wrong format should fail ==
+
+== reading missing file should fail ==
+*** done