]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/081
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 081
index c418bab0937b655c97b6615e72dd0d715f0427d5..85acdf76d4386658d6c93e66bb719e6b985c137a 100755 (executable)
@@ -41,6 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 _supported_fmt raw
 _supported_proto file
 _supported_os Linux
+_require_drivers quorum
 
 do_run_qemu()
 {
@@ -55,9 +56,6 @@ run_qemu()
                           | _filter_qemu_io | _filter_generated_node_ids
 }
 
-test_quorum=$($QEMU_IMG --help|grep quorum)
-[ "$test_quorum" = "" ] && _supported_fmt quorum
-
 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2"
 quorum="$quorum,file.children.0.file.filename=$TEST_DIR/1.raw"
 quorum="$quorum,file.children.1.file.filename=$TEST_DIR/2.raw"
This page took 0.019843 seconds and 4 git commands to generate.