From: Klaus Jensen Date: Tue, 30 Jun 2020 09:19:25 +0000 (+0200) Subject: tests: mark tests with CAN_BE_ZONED=1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=229841415bc85d3a745afba710f47be213a9b825;p=users%2Fhch%2Fblktests.git tests: mark tests with CAN_BE_ZONED=1 Zoned devices should have no issues running block/{008,019} and nvme/032, so mark the tests with CAN_BE_ZONED=1. Signed-off-by: Klaus Jensen --- diff --git a/tests/block/008 b/tests/block/008 index 3d3fcb5..671c532 100755 --- a/tests/block/008 +++ b/tests/block/008 @@ -9,6 +9,7 @@ DESCRIPTION="do IO while hotplugging CPUs" TIMED=1 +CAN_BE_ZONED=1 requires() { _have_cpu_hotplug && _have_fio diff --git a/tests/block/019 b/tests/block/019 index 113a3d6..58aca4c 100755 --- a/tests/block/019 +++ b/tests/block/019 @@ -8,6 +8,7 @@ DESCRIPTION="break PCI link device while doing I/O" QUICK=1 +CAN_BE_ZONED=1 requires() { _have_fio && _have_program setpci diff --git a/tests/nvme/032 b/tests/nvme/032 index ce45657..0d0d53b 100755 --- a/tests/nvme/032 +++ b/tests/nvme/032 @@ -13,6 +13,7 @@ DESCRIPTION="test nvme pci adapter rescan/reset/remove during I/O" QUICK=1 +CAN_BE_ZONED=1 requires() { _have_fio