diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2020-04-30 15:47:12 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-05-08 13:26:35 +0200 |
commit | 503034efc8c443c9eee7d6c0d3850f9086d1dde4 (patch) | |
tree | 07c59b0ba702046bb687689e1b27382919ca3773 /tests/qemu-iotests/109 | |
parent | 761cd2e791eae38c3d08ea5f83309ce58bb85ff7 (diff) | |
download | qemu-503034efc8c443c9eee7d6c0d3850f9086d1dde4.zip qemu-503034efc8c443c9eee7d6c0d3850f9086d1dde4.tar.gz qemu-503034efc8c443c9eee7d6c0d3850f9086d1dde4.tar.bz2 |
iotests/109: mark required formats as required to support whitelisting
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20200430124713.3067-8-vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/109')
-rwxr-xr-x | tests/qemu-iotests/109 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/109 b/tests/qemu-iotests/109 index a51dd84..5bc2e9b 100755 --- a/tests/qemu-iotests/109 +++ b/tests/qemu-iotests/109 @@ -42,6 +42,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt raw _supported_proto file _supported_os Linux +_require_drivers qcow qcow2 qed vdi vmdk vpc qemu_comm_method=qmp |