From 1bbeb6d755ba2aa72578faceb44183987c51b8d8 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Wed, 12 Feb 2020 15:59:28 -0500 Subject: [PATCH] ZTS: Move zpool_split_wholedisks to linux.run This test uses the scsi_debug Linux kernel module. Move the test to linux.run until we have an alternative to scsi_debug worked out on FreeBSD. Reviewed-by: John Kennedy Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #9984 --- tests/runfiles/common.run | 2 +- tests/runfiles/linux.run | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index e4593a53e..74259acc2 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -431,7 +431,7 @@ tags = ['functional', 'cli_root', 'zpool_set'] [tests/functional/cli_root/zpool_split] tests = ['zpool_split_cliargs', 'zpool_split_devices', 'zpool_split_encryption', 'zpool_split_props', 'zpool_split_vdevs', - 'zpool_split_resilver', 'zpool_split_wholedisk'] + 'zpool_split_resilver'] tags = ['functional', 'cli_root', 'zpool_split'] [tests/functional/cli_root/zpool_status] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 669750913..1be9dcdc5 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -75,6 +75,10 @@ tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos', 'zpool_reopen_006_neg', 'zpool_reopen_007_pos'] tags = ['functional', 'cli_root', 'zpool_reopen'] +[tests/functional/cli_root/zpool_split:Linux] +tests = ['zpool_split_wholedisk'] +tags = ['functional', 'cli_root', 'zpool_split'] + [tests/functional/compression:Linux] tests = ['compress_004_pos'] tags = ['functional', 'compression']