diff options
author | Ryan Moeller <[email protected]> | 2019-10-25 23:03:46 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-10-25 20:03:46 -0700 |
commit | fdf5593232b80c445ed848d072010eba5968ed28 (patch) | |
tree | ffe61137eff8baabe8faa93a8ecf6d45f865db42 /tests/runfiles | |
parent | 5f3eceb98f1a19c28dc3fe6d602103980390e274 (diff) |
ZTS: Move more tests to linux.run
Tests that rely on special filesystems that are specific to Linux
should only be run on Linux.
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9512
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/common.run | 11 | ||||
-rw-r--r-- | tests/runfiles/linux.run | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 423ce8158..d6d3874f6 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -253,12 +253,6 @@ tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg', 'zfs_snapshot_009_pos'] tags = ['functional', 'cli_root', 'zfs_snapshot'] -[tests/functional/cli_root/zfs_sysfs] -tests = ['zfeature_set_unsupported', 'zfs_get_unsupported', - 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported', - 'zpool_set_unsupported'] -tags = ['functional', 'cli_root', 'zfs_sysfs'] - [tests/functional/cli_root/zfs_unload-key] tests = ['zfs_unload-key', 'zfs_unload-key_all', 'zfs_unload-key_recursive'] tags = ['functional', 'cli_root', 'zfs_unload-key'] @@ -691,11 +685,6 @@ tags = ['functional', 'poolversion'] tests = ['privilege_001_pos', 'privilege_002_pos'] tags = ['functional', 'privilege'] -[tests/functional/procfs] -tests = ['procfs_list_basic', 'procfs_list_concurrent_readers', - 'procfs_list_stale_read', 'pool_state'] -tags = ['functional', 'procfs'] - [tests/functional/pyzfs] tests = ['pyzfs_unittest'] pre = diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 2ccf3b2ae..777588ac4 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -44,6 +44,12 @@ 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_sysfs:Linux] +tests = ['zfeature_set_unsupported', 'zfs_get_unsupported', + 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported', + 'zpool_set_unsupported'] +tags = ['functional', 'cli_root', 'zfs_sysfs'] + [tests/functional/cli_root/zpool_events:Linux] tests = ['zpool_events_clear', 'zpool_events_cliargs', 'zpool_events_follow', 'zpool_events_poolname', 'zpool_events_errors'] @@ -83,6 +89,11 @@ tags = ['functional', 'io'] tests = ['mmap_libaio_001_pos'] tags = ['functional', 'mmap'] +[tests/functional/procfs:Linux] +tests = ['procfs_list_basic', 'procfs_list_concurrent_readers', + 'procfs_list_stale_read', 'pool_state'] +tags = ['functional', 'procfs'] + [tests/functional/projectquota:Linux] tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos', 'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos', |