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 <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9984
This commit is contained in:
parent
12f7b90c93
commit
1bbeb6d755
|
@ -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]
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue