qemu-e2k/tests/qemu-iotests
Stefan Weil 21af814887 qemu-iotests: Fix call syntax for qemu-img
qemu-img requires first options, then file name, then size.

GNU getopt also allows options at the end, but POSIX getopt
doesn't. Try "export POSIXLY_CORRECT=y" to get the POSIX
behaviour with GNU getopt, too.

Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-04-05 15:08:22 +02:00
..
.gitignore
001
001.out
002
002.out
003
003.out
004
004.out
005
005.out
006
006.out
007
007.out
008
008.out
009
009.out
010
010.out
011
011.out
012
012.out
013
013.out
014
014.out
015 qemu-iotests: Update filter for default cluster size 2012-02-23 10:29:47 +01:00
015.out
016
016.out
017
017.out
018
018.out
019
019.out
020
020.out
021
021.out
022
022.out
023
023.out
024
024.out
025 qemu-iotests: add qed support to 025 image resize test 2012-02-23 10:29:47 +01:00
025.out
026 qemu-iotests: 026: Reduce output changes for cache=none qcow2 2012-02-29 15:48:44 +01:00
026.out
027
027.out
028 qemu-iotests: Test rebase with short backing file 2012-02-29 15:48:44 +01:00
028.out qemu-iotests: Test rebase with short backing file 2012-02-29 15:48:44 +01:00
029 qemu-iotests: test loading internal snapshots 2012-02-23 10:29:47 +01:00
029.out qemu-iotests: test loading internal snapshots 2012-02-23 10:29:47 +01:00
030 test: add image streaming tests 2012-02-29 15:48:44 +01:00
030.out test: add image streaming tests 2012-02-29 15:48:44 +01:00
031 qemu-iotests: Test unknown qcow2 header extensions 2012-04-05 14:54:41 +02:00
031.out qemu-iotests: Test unknown qcow2 header extensions 2012-04-05 14:54:41 +02:00
check qemu-iotests: 026: Reduce output changes for cache=none qcow2 2012-02-29 15:48:44 +01:00
common
common.config qemu-iotests: export TEST_DIR for non-bash tests 2012-02-29 15:48:44 +01:00
common.filter qemu-iotests: Filter out DOS line endings 2012-02-29 15:48:44 +01:00
common.pattern
common.rc qemu-iotests: Fix call syntax for qemu-img 2012-04-05 15:08:22 +02:00
COPYING
group qemu-iotests: Test unknown qcow2 header extensions 2012-04-05 14:54:41 +02:00
iotests.py qemu-iotests: add iotests Python module 2012-02-29 15:48:44 +01:00
Makefile
qcow2.py qemu-iotests: qcow2.py 2012-04-05 14:54:41 +02:00
README

=== This is the QEMU I/O test suite ===

* Intro

This package contains a simple test suite for the I/O layer of qemu.
It does not require a guest, but only the qemu, qemu-img and qemu-io
binaries.  This does limit it to exercise the low-level I/O path only
but no actual block drivers like ide, scsi or virtio.

* Usage

Just run ./check to run all tests for the raw image format, or ./check
-qcow2 to test the qcow2 image format.  The output of ./check -h explains
additional options to test further image formats or I/O methods.

* Feedback and patches

Please send improvements to the test suite, general feedback or just
reports of failing tests cases to qemu-devel@savannah.nongnu.org.