qemu-irix/tests/qemu-iotests
Kevin Wolf b0869a46b2 qemu-iotests: Be more flexible with image creation options
qemu-iotests already filters out image creation options that may be
present or not in order to get the same output in both cases. However,
often it only considers the default value of the option. Cover all valid
values instead so that ./check -o name=value can be used successfull for
all of them.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-08-06 22:39:14 +02:00
..
.gitignore
001
001.out
002
002.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
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 qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
013
013.out
014
014.out
015
015.out
016
016.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
017
017.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
018
018.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
019
019.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
020
020.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
021
021.out
022
022.out
023
023.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
024
024.out
025
025.out
026
026.out
027
027.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
028
028.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
029
029.out
030 qemu-iotests: start vms in qtest mode 2012-06-15 14:03:43 +02:00
030.out stream: add testcase for partial streaming 2012-05-10 11:01:58 +02:00
031
031.out qcow2: implement lazy refcounts 2012-08-06 22:39:14 +02:00
032
032.out
033
033.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
034
034.out
035 qemu-iotests: mark 035 qcow2-only 2012-05-25 18:13:44 +02:00
035.out qemu-io: correctly print non-integer values as decimals 2012-05-10 10:32:12 +02:00
036 qemu-iotests: add 036 autoclear feature bit test 2012-06-15 14:03:44 +02:00
036.out qcow2: implement lazy refcounts 2012-08-06 22:39:14 +02:00
037 qemu-iotests: Some backing file COW tests 2012-06-15 14:03:43 +02:00
037.out qemu-iotests: Some backing file COW tests 2012-06-15 14:03:43 +02:00
038 qemu-iotests: COW with many AIO requests on the same cluster 2012-06-15 14:03:43 +02:00
038.out qemu-iotests: COW with many AIO requests on the same cluster 2012-06-15 14:03:43 +02:00
039 qemu-iotests: add 039 qcow2 lazy refcounts test 2012-08-06 22:39:14 +02:00
039.out qemu-iotests: Be more flexible with image creation options 2012-08-06 22:39:14 +02:00
COPYING
Makefile
README
check
common qemu-iotests: Valgrind support 2012-07-17 16:48:32 +02:00
common.config
common.filter
common.pattern
common.rc qemu-iotests: Be more flexible with image creation options 2012-08-06 22:39:14 +02:00
group qemu-iotests: add 039 qcow2 lazy refcounts test 2012-08-06 22:39:14 +02:00
iotests.py qemu-iotests: start vms in qtest mode 2012-06-15 14:03:43 +02:00
qcow2.py qemu-iotests: add qcow2.py set-feature-bit command 2012-06-15 14:03:44 +02:00
qed.py qemu-iotests: add qed.py image manipulation utility 2012-08-06 22:39:14 +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.