qemu-irix/tests/qemu-iotests
Max Reitz 10d9d75ce4 qemu-io: Remove "growable" option
Remove "growable" option from the "open" command and from the qemu-io
command line. qemu-io is about to be converted to BlockBackend which
will make sure that no request exceeds the image size, so the only way
to keep "growable" would be to use BlockBackend if it is not given and
to directly access the BDS if it is.

qemu-io is a debugging tool, therefore removing a rarely used option
will have only a very small impact, if any. There was only one
qemu-iotest which used the option; since it is not critical, this patch
just removes it.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1423162705-32065-13-git-send-email-mreitz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2015-02-16 15:07:18 +00:00
..
sample_images
.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
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
026.out.nocache
027
027.out
028
028.out
029
029.out
030
030.out
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
040.out
041
041.out
042
042.out
043
043.out
044
044.out
045
045.out
046
046.out
047
047.out
048
048.out
049
049.out
050
050.out
051 iotests: Add test for driver=qcow2, format=qcow2 2015-02-16 15:07:18 +00:00
051.out blockdev: Use blk_new_open() in blockdev_init() 2015-02-16 15:07:18 +00:00
052
052.out
053
053.out
054
054.out
055
055.out
056
056.out
057
057.out
058
058.out
059
059.out
060
060.out
061 iotests: Expand test 061 2014-11-03 11:41:49 +00:00
061.out
062
062.out
063
063.out
064 iotests: Lower 064's memory usage 2015-01-23 12:41:32 -05:00
064.out
065
065.out
066
066.out
067
067.out block: add event when disk usage exceeds threshold 2015-02-06 17:24:21 +01:00
068
068.out
069
069.out
070
070.out
071
071.out
072
072.out
073
073.out
074
074.out
075
075.out
076
076.out
077
077.out
078
078.out
079
079.out
080
080.out
081
081.out
082
082.out
083 nbd: Improve error messages 2015-02-06 17:24:22 +01:00
083.out nbd: Improve error messages 2015-02-06 17:24:22 +01:00
084
084.out
085
085.out
086
086.out
087
087.out blockdev: Use blk_new_open() in blockdev_init() 2015-02-16 15:07:18 +00:00
088
088.out
089
089.out
090
090.out
091
091.out
092
092.out
093 qemu-iotests: Add 093 for IO throttling 2015-02-16 15:07:18 +00:00
093.out qemu-iotests: Add 093 for IO throttling 2015-02-16 15:07:18 +00:00
094 iotests: Add test for drive-mirror with NBD target 2015-02-16 14:36:03 +00:00
094.out iotests: Add test for drive-mirror with NBD target 2015-02-16 14:36:03 +00:00
095
095.out
097
097.out
098
098.out
099
099.out
100 iotests: Fix 100 for nbd 2015-02-06 17:24:22 +01:00
100.out
101
101.out
102
102.out
103
103.out
104 iotests: Fix 104 for NBD 2015-02-06 17:24:22 +01:00
104.out
105
105.out
107
107.out
108
108.out
109
109.out
110
110.out
111
111.out
113
113.out
114
114.out
116 qemu-iotests: add 116 invalid QED input file tests 2015-02-06 17:24:21 +01:00
116.out qemu-iotests: add 116 invalid QED input file tests 2015-02-06 17:24:21 +01:00
123 iotests: Add test for qemu-img convert to NBD 2015-02-16 15:07:18 +00:00
123.out iotests: Add test for qemu-img convert to NBD 2015-02-16 15:07:18 +00:00
COPYING
Makefile
README
check
common
common.config
common.filter iotests: Fix 104 for NBD 2015-02-06 17:24:22 +01:00
common.pattern
common.qemu iotests: Add "wait" functionality to _cleanup_qemu 2015-02-16 14:36:03 +00:00
common.rc iotests: Specify format for qemu-nbd 2015-02-06 17:24:21 +01:00
group qemu-io: Remove "growable" option 2015-02-16 15:07:18 +00:00
iotests.py qemu-iotests: Allow caller to disable underscore convertion for qmp 2015-02-16 15:07:18 +00:00
nbd-fault-injector.py
qcow2.py
qed.py
socket_scm_helper.c

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.