Statistics
| Branch: | Revision:

root / tests / qemu-iotests @ 30bd6a4d

Name Size
  sample_images
.gitignore 113 Bytes
001 1.5 kB
001.out 472 Bytes
002 2.5 kB
002.out 1.9 kB
003 1.9 kB
003.out 713 Bytes
004 2.3 kB
004.out 947 Bytes
005 1.8 kB
005.out 327 Bytes
006 1.2 kB
006.out 178 Bytes
007 1.5 kB
007.out 260 Bytes
008 1.5 kB
008.out 472 Bytes
009 1.4 kB
009.out 566 Bytes
010 1.5 kB
010.out 757 Bytes
011 1.7 kB
011.out 2.1 kB
012 1.4 kB
012.out 238 Bytes
013 2.3 kB
013.out 2 MB
014 1.8 kB
014.out 2.9 MB
015 2.4 kB
015.out 658 Bytes
016 1.7 kB
016.out 783 Bytes
017 2.5 kB
017.out 50.1 kB
018 2.6 kB
018.out 50.1 kB
019 3.6 kB
019.out 75.4 kB
020 2.7 kB
020.out 50.2 kB
021 1.5 kB
021.out 1.9 kB
022 1.5 kB
022.out 413.9 kB
023 2.8 kB
023.out 1.2 MB
024 4.2 kB
024.out 5.5 kB
025 1.7 kB
025.out 689 Bytes
026 4 kB
026.out 22.3 kB
026.out.nocache 22.8 kB
027 2.2 kB
027.out 764 Bytes
028 2.5 kB
028.out 22.3 kB
029 1.6 kB
029.out 404 Bytes
030 19.6 kB
030.out 102 Bytes
031 2 kB
031.out 5.4 kB
032 1.8 kB
032.out 3.4 kB
033 1.9 kB
033.out 1 kB
034 3.7 kB
034.out 3.3 kB
035 1.6 kB
035.out 17.6 kB
036 1.6 kB
036.out 1.4 kB
037 3.8 kB
037.out 29.6 kB
038 3.2 kB
038.out 42.9 kB
039 3.4 kB
039.out 1.9 kB
040 10.7 kB
040.out 105 Bytes
041 27.9 kB
041.out 116 Bytes
042 1.7 kB
042.out 351 Bytes
043 2.3 kB
043.out 2.3 kB
044 3.7 kB
044.out 234 Bytes
045 7.1 kB
045.out 100 Bytes
046 5.7 kB
046.out 10.6 kB
047 1.6 kB
047.out 1011 Bytes
048 1.9 kB
048.out 1.2 kB
049 3.3 kB
049.out 10.7 kB
050 1.8 kB
050.out 673 Bytes
051 6.1 kB
051.out 26.3 kB
052 1.5 kB
052.out 470 Bytes
053 1.7 kB
053.out 498 Bytes
054 1.3 kB
054.out 422 Bytes
055 10.5 kB
055.out 103 Bytes
056 3.4 kB
056.out 90 Bytes
057 9.5 kB
057.out 101 Bytes
058 3.7 kB
058.out 1.7 kB
059 3.1 kB
059.out 65.5 kB
060 4.8 kB
060.out 2.9 kB
061 7.4 kB
061.out 12.8 kB
062 1.6 kB
062.out 281 Bytes
063 2.7 kB
063.out 468 Bytes
064 2.1 kB
064.out 1.1 kB
065 4.3 kB
065.out 96 Bytes
066 1.6 kB
066.out 473 Bytes
067 3.3 kB
067.out 9.2 kB
068 1.7 kB
068.out 510 Bytes
069 1.6 kB
069.out 402 Bytes
070 1.9 kB
070.out 249 Bytes
071 6.1 kB
071.out 3.2 kB
073 4.8 kB
073.out 4.6 kB
074 2 kB
074.out 858 Bytes
COPYING 17.6 kB
Makefile 113 Bytes
README 693 Bytes
check 7.2 kB
common 9.2 kB
common.config 3.7 kB
common.filter 4.3 kB
common.pattern 4.8 kB
common.rc 11.6 kB
group 1.3 kB
iotests.py 11.1 kB
qcow2.py 7.1 kB
qed.py 7 kB
socket_scm_helper.c 3 kB

Latest revisions

# Date Author Comment
505d7583 01/22/2014 01:07 pm Max Reitz

block: Allow recursive "file"s

It should be possible to use a format as a driver for a file which in
turn requires another file, i.e., nesting file formats.

Allowing nested file formats results in e.g. qcow2 BlockDriverStates
never being directly passed to bdrv_open_common() from bdrv_file_open(),...

30bd6a4d 01/22/2014 01:07 pm Max Reitz

iotests: Test new blkdebug/blkverify interface

Add a test for the new blkdebug/blkverify interface.

This test is not written in Python, although it uses QMP. This is
because it invokes the qemu-io HMP command, which outputs errors to
stderr instead of returning them through QMP. Filtering and testing that...

2c77f52e 01/22/2014 01:07 pm Fam Zheng

qemu-iotests: Introduce _unsupported_imgopts

Introduce _unsupported_imgopts that causes _notrun for specific image
options.

Signed-off-by: Fam Zheng <>
Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

d2329f27 01/22/2014 01:07 pm Fam Zheng

qemu-iotests: Add _unsupported_imgopts for vmdk subformats

Some cases are not applicable for vmdk subformats those don't support
certain features, e.g. backing file, and some others can't run on
mult-file image, e.g. monolithicFlat. This adds declaration in test...

487c1910 01/22/2014 01:07 pm Fam Zheng

qemu-iotests: Clean up all extents for vmdk

This modifies _cleanup_test_img to remove all the extent files listed by
"qemu-img info"'s format specific information.

Signed-off-by: Fam Zheng <>
Signed-off-by: Stefan Hajnoczi <>...

585ea0c8 01/22/2014 01:07 pm Fam Zheng

vmdk: Fix big flat extent IO

Local variable "n" as int64_t avoids overflow with large sector number
calculation. See test case change for failure case.

Signed-off-by: Fam Zheng <>
Signed-off-by: Kevin Wolf <>

4de43470 12/20/2013 05:26 pm Fam Zheng

qemu-iotests: Update test cases for commit active

Factor out commit test common logic into super class, and update test
of committing the active image.

Signed-off-by: Fam Zheng <>
Signed-off-by: Stefan Hajnoczi <>

de99c417 12/20/2013 02:57 pm Stefan Hajnoczi

qemu-iotests: drop duplicate virtio-blk initialization failure

Commit 75884afd5c6c42e523b08565e289dbe319e17ad9 ("virtio-blk: Convert to
QOM realize") dropped a duplicate error_report() call. Now we no longer
get the following error message twice:

QEMU_PROG: -drive if=virtio: Device initialization failed....
b47053bd 12/20/2013 10:11 am Fam Zheng

vmdk: Check VMFS extent line field number

VMFS extent line in description file should be with 4 fields:

RW &lt;size&gt; VMFS "file-name.vmdk"

Check the number explicitly and report error if offset is appended as
FLAT, which should be invalid format.

Reported-by: Paolo Bonzini <>...

ac9524dc 12/06/2013 05:53 pm Stefan Hajnoczi

qemu-iotests: filter QEMU monitor \r\n

SMTP does not preserve newlines. This is normally not a problem if the
email body uses DOS or UNIX newlines consistently. In 051.out we mix
UNIX newlines with DOS newlines (since QEMU monitor output uses \r\n).

This patch filters the QEMU monitor output so the golden master file...

View revisions

Also available in: Atom