diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-07-27 16:11:57 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-07-30 15:35:37 +0200 |
commit | 1239ac241fe170bb9fcf0be74bfff04f6f1c2560 (patch) | |
tree | a8b07c174c14ab8e5a1270fb33ba991a927e09e4 /tests/qemu-iotests/group | |
parent | 567dcb31f23657fb71060067b0b1c9ac29110d16 (diff) | |
download | qemu-1239ac241fe170bb9fcf0be74bfff04f6f1c2560.zip qemu-1239ac241fe170bb9fcf0be74bfff04f6f1c2560.tar.gz qemu-1239ac241fe170bb9fcf0be74bfff04f6f1c2560.tar.bz2 |
qemu-iotests: Test query-blockstats with -drive and -blockdev
Make sure that query-blockstats returns information for every
BlockBackend that is named or attached to a device model (or both).
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 68f6625..b973dc8 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -224,3 +224,4 @@ 223 rw auto quick 225 rw auto quick 226 auto quick +227 auto quick |