]> Git Repo - qemu.git/commitdiff
iotests/082: require bochs
authorVladimir Sementsov-Ogievskiy <[email protected]>
Thu, 30 Apr 2020 12:47:07 +0000 (15:47 +0300)
committerKevin Wolf <[email protected]>
Fri, 8 May 2020 11:26:35 +0000 (13:26 +0200)
Test fails if bochs not whitelisted, so, skip it in this case.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-Id: <20200430124713[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/082

index 3286c2c6dbb7d8f57ee133311a92e1e6b3f678b9..1998965ed47dca9a3b9f39c8bb227eafe13a071c 100755 (executable)
@@ -38,6 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt qcow2
 _supported_proto file nfs
+_require_drivers bochs
 
 run_qemu_img()
 {
This page took 0.025281 seconds and 4 git commands to generate.