diff options
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/common.run | 5 | ||||
-rw-r--r-- | tests/runfiles/linux.run | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index f6478dd0d..61c095290 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -258,9 +258,8 @@ tags = ['functional', 'cli_root', 'zfs_set'] [tests/functional/cli_root/zfs_share] tests = ['zfs_share_001_pos', 'zfs_share_002_pos', 'zfs_share_003_pos', - 'zfs_share_004_pos', 'zfs_share_005_pos', 'zfs_share_006_pos', - 'zfs_share_007_neg', 'zfs_share_008_neg', 'zfs_share_009_neg', - 'zfs_share_010_neg', 'zfs_share_011_pos'] + 'zfs_share_004_pos', 'zfs_share_006_pos', 'zfs_share_008_neg', + 'zfs_share_010_neg', 'zfs_share_011_pos', 'zfs_share_concurrent_shares'] tags = ['functional', 'cli_root', 'zfs_share'] [tests/functional/cli_root/zfs_snapshot] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 5b22b7fda..36981bbb0 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -51,6 +51,10 @@ tags = ['functional', 'cli_root', 'zfs'] tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_multi_mount'] tags = ['functional', 'cli_root', 'zfs_mount'] +[tests/functional/cli_root/zfs_share:Linux] +tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg'] +tags = ['functional', 'cli_root', 'zfs_share'] + [tests/functional/cli_root/zfs_sysfs:Linux] tests = ['zfeature_set_unsupported', 'zfs_get_unsupported', 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported', |