Statistics
| Branch: | Revision:

root / tests / qemu-iotests @ 2c78857b

Name Size
.gitignore 95 Bytes
001 1.5 kB
001.out 472 Bytes
002 2.5 kB
002.out 1.9 kB
003 1.8 kB
003.out 713 Bytes
004 2.2 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.2 MB
014 1.8 kB
014.out 3.2 MB
015 2.4 kB
015.out 658 Bytes
016 1.7 kB
016.out 783 Bytes
017 2.4 kB
017.out 54.9 kB
018 2.5 kB
018.out 54.9 kB
019 3.4 kB
019.out 82.6 kB
020 2.5 kB
020.out 54.9 kB
021 1.5 kB
021.out 1.9 kB
022 1.5 kB
022.out 452.6 kB
023 2.8 kB
023.out 1.3 MB
024 4.2 kB
024.out 6.2 kB
025 1.7 kB
025.out 779 Bytes
026 3.9 kB
026.out 22.8 kB
026.out.nocache 23.3 kB
027 2.2 kB
027.out 764 Bytes
028 2.5 kB
028.out 24.3 kB
029 1.6 kB
029.out 404 Bytes
030 19.1 kB
030.out 102 Bytes
031 2 kB
031.out 5.4 kB
032 1.8 kB
032.out 3.7 kB
033 1.9 kB
033.out 1 kB
034 3.4 kB
034.out 3.3 kB
035 1.6 kB
035.out 19.3 kB
036 1.6 kB
036.out 1.4 kB
037 3.6 kB
037.out 32.3 kB
038 3.1 kB
038.out 46.9 kB
039 3.4 kB
039.out 1.9 kB
040 11.7 kB
040.out 105 Bytes
041 26.4 kB
041.out 113 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 12 kB
047 1.6 kB
047.out 1.1 kB
048 1.7 kB
048.out 992 Bytes
049 3.3 kB
049.out 10.7 kB
050 1.8 kB
050.out 673 Bytes
051 4.8 kB
051.out 10.1 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.2 kB
055.out 103 Bytes
056 3.4 kB
056.out 90 Bytes
057 9.5 kB
057.out 101 Bytes
059 1.9 kB
059.out 619 Bytes
060 3.4 kB
060.out 1.5 kB
061 7 kB
061.out 12.4 kB
062 1.6 kB
062.out 281 Bytes
063 2.5 kB
063.out 468 Bytes
COPYING 17.6 kB
Makefile 113 Bytes
README 693 Bytes
check 7.2 kB
common 8.7 kB
common.config 3.5 kB
common.filter 4 kB
common.pattern 4.8 kB
common.rc 9.6 kB
group 1.1 kB
iotests.py 10.3 kB
qcow2.py 7.1 kB
qed.py 7 kB
socket_scm_helper.c 3 kB

Latest revisions

# Date Author Comment
2c78857b 09/12/2013 11:12 am Max Reitz

qemu-iotests: Adjustments due to error propagation

When opening/creating images, propagating errors instead of immediately
emitting them on occurrence results in errors generally being printed on
a single line rather than being split up into multiple ones. This in...

fd9c577b 09/12/2013 11:12 am Wenchao Xia

qemu-iotests: add tests for runtime fd passing via SCM rights

This case will test whether the monitor can receive fd at runtime.
To verify better, additional monitor is created to see if qemu
can handler two monitor instances correctly.

Signed-off-by: Wenchao Xia <>...

d982919d 09/12/2013 11:12 am Max Reitz

qemu-iotests: New test case in 061

Add one test case for zero cluster expansion on qcow2 version downgrade
in shared L2 tables (i.e., L2 tables with a refcount > 1) and one for
zero expansion on backed clusters in shared L2 tables.

Signed-off-by: Max Reitz <>...

8023090b 09/12/2013 11:12 am Wenchao Xia

qemu-iotests: add 057 internal snapshot for block device test case

Create in transaction and deletion in single command will be tested.

Signed-off-by: Wenchao Xia <>
Signed-off-by: Kevin Wolf <>

a8110c3d 09/12/2013 11:12 am Max Reitz

qemu-iotest: qcow2 image option amendment

Add tests for qemu-img amend on qcow2 image files.

Signed-off-by: Max Reitz <>
Signed-off-by: Kevin Wolf <>

f93296ea 09/12/2013 11:12 am Wenchao Xia

qemu-iotests: add unix socket help program

This program can do a sendmsg call to transfer fd with unix
socket, which is not supported in python2.

The built binary will not be deleted in clean, but it is a
existing issue in ./tests, which should be solved in another...

30b005d9 09/12/2013 11:12 am Wenchao Xia

qemu-iotests: add infrastructure of fd passing via SCM

This patch make use of the compiled scm helper program to transfer
fd via unix socket at runtime.

Signed-off-by: Wenchao Xia <>
Reviewed-by: Stefan Hajnoczi <>...

8f94b077 09/06/2013 04:25 pm Kevin Wolf

qemu-iotests: Fixed test case 026

The reference output for test case 026 hasn't been updated in a long
time and it's one of the "known failing" cases. This patch updates the
reference output so that unintentional changes can be reliably detected
again.

The problem with this test case is that it produces different output...

79e40ab1 09/06/2013 04:25 pm Kevin Wolf

qemu-iotests: Whitespace cleanup

These scripts used to have a four characters indentation, with eight
consecutive spaces converted into a tab. Convert everything into spaces.

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

b2e10493 09/06/2013 04:25 pm Alexandre Derumier

add qemu-img convert -n option (skip target volume creation)

Add a -n option to skip volume creation on qemu-img convert.
This is useful for targets such as rbd / ceph, where the
target volume may already exist; we cannot always rely on
qemu-img convert to create the image, as dependent on the...

View revisions

Also available in: Atom