qemu-e2k/tests/qemu-iotests
Vishvananda Ishaya a04eca108e block: Adds mirroring tests for resized images
This test verifies two mirroring issues are fixed with resized images:

 * sync='top' creates an image that is the proper size
 * sync='full' doesn't cause an assertion failure and crash qemu
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-02-01 14:58:28 +01: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
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
025.out
026
026.out
027
027.out
028
028.out
029
029.out
030 qemu-iotests: add tests for streaming error handling 2012-09-28 19:40:56 +02:00
030.out qemu-iotests: add tests for streaming error handling 2012-09-28 19:40:56 +02:00
031
031.out
032
032.out
033
033.out
034
034.out
035
035.out
036
036.out
037
037.out
038
038.out
039
039.out
040 qemu-iotests: add relative backing file tests for block-commit (040) 2012-10-24 10:26:19 +02:00
040.out qemu-iotests: add relative backing file tests for block-commit (040) 2012-10-24 10:26:19 +02:00
041 block: Adds mirroring tests for resized images 2013-02-01 14:58:28 +01:00
041.out block: Adds mirroring tests for resized images 2013-02-01 14:58:28 +01:00
042 qemu-iotests: Test qemu-img operation on zero size image 2012-10-24 10:26:18 +02:00
042.out qemu-iotests: Test qemu-img operation on zero size image 2012-10-24 10:26:18 +02:00
043 qemu-iotests: Add 043 backing file chain infinite loop test 2012-10-24 10:26:19 +02:00
043.out qemu-iotests: Add 043 backing file chain infinite loop test 2012-10-24 10:26:19 +02:00
044 qemu-iotests: qcow2: Test growing large refcount table 2012-11-14 18:19:21 +01:00
044.out qemu-iotests: qcow2: Test growing large refcount table 2012-11-14 18:19:21 +01:00
045 tests: Add tests for fdsets 2012-12-11 11:05:11 +01:00
045.out tests: Add tests for fdsets 2012-12-11 11:05:11 +01:00
046 qemu-iotests: Test concurrent cluster allocations 2012-12-12 12:33:48 +01:00
046.out qemu-iotests: Test concurrent cluster allocations 2012-12-12 12:33:48 +01:00
047 qemu-iotests: Add regression test for b7ab0fea 2013-02-01 14:58:28 +01:00
047.out qemu-iotests: Add regression test for b7ab0fea 2013-02-01 14:58:28 +01:00
check
common tests: allow qemu-iotests to be run against nbd backend 2012-11-14 18:19:21 +01:00
common.config tests: allow qemu-iotests to be run against nbd backend 2012-11-14 18:19:21 +01:00
common.filter
common.pattern
common.rc tests: allow qemu-iotests to be run against nbd backend 2012-11-14 18:19:21 +01:00
COPYING
group qemu-iotests: Add regression test for b7ab0fea 2013-02-01 14:58:28 +01:00
iotests.py tests: Add tests for fdsets 2012-12-11 11:05:11 +01:00
Makefile
qcow2.py qemu-iotests: qcow2: Test growing large refcount table 2012-11-14 18:19:21 +01:00
qed.py
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.