]> www.infradead.org Git - users/hch/blktests.git/commitdiff
tests: mark tests with CAN_BE_ZONED=1
authorKlaus Jensen <k.jensen@samsung.com>
Tue, 30 Jun 2020 09:19:25 +0000 (11:19 +0200)
committerOmar Sandoval <osandov@osandov.com>
Mon, 6 Jul 2020 17:03:40 +0000 (10:03 -0700)
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 <k.jensen@samsung.com>
tests/block/008
tests/block/019
tests/nvme/032

index 3d3fcb51be2ee9f92e5e2ef83669460125a48719..671c5320854573041f6b84920dc70fb35ffdebee 100755 (executable)
@@ -9,6 +9,7 @@
 
 DESCRIPTION="do IO while hotplugging CPUs"
 TIMED=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_cpu_hotplug && _have_fio
index 113a3d6e89866b0c47a0c47a914fef1ec6c4ec83..58aca4cc10206d78a4176cef356ef11e633003bb 100755 (executable)
@@ -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
index ce45657951a1aec880541b0337933b56d2d2ab43..0d0d53b325e666a5679b6bfcc2f00bf7b0678f19 100755 (executable)
@@ -13,6 +13,7 @@
 
 DESCRIPTION="test nvme pci adapter rescan/reset/remove during I/O"
 QUICK=1
+CAN_BE_ZONED=1
 
 requires() {
        _have_fio