mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
ZTS: add existing tests to runfiles
Some test cases were committed to the repository but never added to runfiles. Move `zfs_unshare_008_pos` to the Linux-only runfile. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: szubersk <szuberskidamian@gmail.com> Closes #14701
This commit is contained in:
@@ -52,6 +52,10 @@ tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg',
|
||||
'zfs_share_012_pos', 'zfs_share_013_pos']
|
||||
tags = ['functional', 'cli_root', 'zfs_share']
|
||||
|
||||
[tests/functional/cli_root/zfs_unshare:Linux]
|
||||
tests = ['zfs_unshare_008_pos']
|
||||
tags = ['functional', 'cli_root', 'zfs_unshare']
|
||||
|
||||
[tests/functional/cli_root/zfs_sysfs:Linux]
|
||||
tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
|
||||
'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
|
||||
@@ -121,7 +125,7 @@ post =
|
||||
tags = ['functional', 'largest_pool']
|
||||
|
||||
[tests/functional/mmap:Linux]
|
||||
tests = ['mmap_libaio_001_pos']
|
||||
tests = ['mmap_libaio_001_pos', 'mmap_sync_001_pos']
|
||||
tags = ['functional', 'mmap']
|
||||
|
||||
[tests/functional/mmp:Linux]
|
||||
|
||||
Reference in New Issue
Block a user