[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 11/17] iotest 087: notrun if null-co is disabled
From: |
Roman Kagan |
Subject: |
[Qemu-block] [PATCH 11/17] iotest 087: notrun if null-co is disabled |
Date: |
Thu, 26 Apr 2018 19:19:52 +0300 |
Signed-off-by: Roman Kagan <address@hidden>
---
tests/qemu-iotests/087 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087
index 2561a14456..83710babe3 100755
--- a/tests/qemu-iotests/087
+++ b/tests/qemu-iotests/087
@@ -34,6 +34,7 @@ status=1 # failure is the default!
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
+_require_format null-co
function do_run_qemu()
{
--
2.14.3
- [Qemu-block] [PATCH 00/17] iotests: don't choke on disabled drivers, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 03/17] iotests: ask qemu for supported formats, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 04/17] iotest 030: skip quorum test setup/teardown too, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 05/17] iotest 030: require blkdebug, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 02/17] iotests: iotests.py: prevent deadlock in subprocess, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 01/17] block: iterate_format with account of whitelisting, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 11/17] iotest 087: notrun if null-co is disabled,
Roman Kagan <=
- [Qemu-block] [PATCH 12/17] iotest 093: notrun if null-co or null-aio is disabled, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 14/17] iotest 124: skip testcases using blkdebug if disabled, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 09/17] iotest 071: notrun if blkdebug or blkverify is disabled, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 08/17] iotest 056: skip testcases using blkdebug if disabled, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 10/17] iotest 081: notrun if quorum is disabled, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 07/17] iotest 055: require blkdebug, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 16/17] iotest 147: notrun if nbd is disabled, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 06/17] iotest 055: skip unsupported backup target formats, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 15/17] iotest 139: skip testcases using disabled drivers, Roman Kagan, 2018/04/26
- [Qemu-block] [PATCH 17/17] iotest 184: notrun if null-co or throttle is disabled, Roman Kagan, 2018/04/26