Files
mirror_zfs/tests/runfiles/linux.run
T

248 lines
8.4 KiB
Plaintext
Raw Normal View History

2025-01-04 11:04:27 +11:00
# SPDX-License-Identifier: CDDL-1.0
2015-07-01 15:23:09 -07:00
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
[DEFAULT]
pre = setup
quiet = False
pre_user = root
user = root
timeout = 600
post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
tags = ['functional']
2015-07-01 15:23:09 -07:00
[tests/functional/acl/posix:Linux]
2020-10-09 12:27:14 -04:00
tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos']
tags = ['functional', 'acl', 'posix']
2015-07-01 15:23:09 -07:00
2020-10-09 12:27:14 -04:00
[tests/functional/acl/posix-sa:Linux]
tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos']
tags = ['functional', 'acl', 'posix-sa']
[tests/functional/atime:Linux]
2020-02-25 18:27:41 -05:00
tests = ['atime_003_pos', 'root_relatime_on']
tags = ['functional', 'atime']
2015-07-01 15:23:09 -07:00
2023-07-11 20:46:33 +10:00
[tests/functional/block_cloning:Linux]
2024-01-12 11:57:13 -08:00
tests = ['block_cloning_ficlone', 'block_cloning_ficlonerange',
'block_cloning_ficlonerange_partial', 'block_cloning_disabled_ficlone',
'block_cloning_disabled_ficlonerange']
2023-07-11 20:46:33 +10:00
tags = ['functional', 'block_cloning']
[tests/functional/chattr:Linux]
2016-12-16 15:15:48 -08:00
tests = ['chattr_001_pos', 'chattr_002_neg']
tags = ['functional', 'chattr']
2016-12-16 15:15:48 -08:00
[tests/functional/cli_root/zfs:Linux]
tests = ['zfs_003_neg']
tags = ['functional', 'cli_root', 'zfs']
2015-07-01 15:23:09 -07:00
[tests/functional/cli_root/zfs_mount:Linux]
2020-11-10 17:50:44 -06:00
tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos',
'zfs_mount_014_neg', 'zfs_multi_mount']
tags = ['functional', 'cli_root', 'zfs_mount']
2015-07-01 15:23:09 -07:00
[tests/functional/cli_root/zfs_share:Linux]
2020-08-20 14:12:12 -06:00
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']
2023-04-07 03:43:24 +10:00
[tests/functional/cli_root/zfs_unshare:Linux]
tests = ['zfs_unshare_008_pos']
tags = ['functional', 'cli_root', 'zfs_unshare']
2019-10-25 23:03:46 -04:00
[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']
2020-01-27 16:29:25 -05:00
[tests/functional/cli_root/zpool_add:Linux]
tests = ['add_nested_replacing_spare']
tags = ['functional', 'cli_root', 'zpool_add']
[tests/functional/cli_root/zpool_expand:Linux]
tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos']
tags = ['functional', 'cli_root', 'zpool_expand']
[tests/functional/cli_root/zpool_import:Linux]
tests = ['zpool_import_hostid_changed',
'zpool_import_hostid_changed_unclean_export',
'zpool_import_hostid_changed_cachefile',
'zpool_import_hostid_changed_cachefile_unclean_export']
tags = ['functional', 'cli_root', 'zpool_import']
2020-01-27 16:29:25 -05:00
[tests/functional/cli_root/zpool_reopen:Linux]
tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos',
'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_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']
2015-07-01 15:23:09 -07:00
[tests/functional/devices:Linux]
2017-05-18 20:21:15 -04:00
tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
tags = ['functional', 'devices']
2015-07-01 15:23:09 -07:00
2024-09-14 16:47:59 -04:00
[tests/functional/direct:Linux]
tests = ['dio_loopback_dev', 'dio_write_verify']
2024-09-14 16:47:59 -04:00
tags = ['functional', 'direct']
[tests/functional/events:Linux]
2022-11-14 07:57:53 +00:00
tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill',
2024-02-08 10:19:52 -07:00
'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config',
2025-08-27 16:41:48 -07:00
'zed_slow_io', 'zed_slow_io_many_vdevs', 'zed_diagnose_multiple',
2025-09-11 11:34:07 -07:00
'zed_synchronous_zedlet', 'slow_vdev_sit_out', 'slow_vdev_sit_out_neg',
'slow_vdev_degraded_sit_out']
tags = ['functional', 'events']
2017-05-18 15:57:21 -04:00
[tests/functional/fallocate:Linux]
2022-04-20 19:07:03 -04:00
tests = ['fallocate_prealloc', 'fallocate_zero-range']
tags = ['functional', 'fallocate']
[tests/functional/fault:Linux]
tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos',
'auto_replace_001_pos', 'auto_replace_002_pos', 'auto_spare_001_pos',
2025-05-02 09:03:11 -07:00
'auto_spare_002_pos', 'auto_spare_double', 'auto_spare_multiple',
'auto_spare_ashift', 'auto_spare_shared', 'decrypt_fault',
'decompress_fault', 'fault_limits', 'scrub_after_resilver',
'suspend_on_probe_errors', 'suspend_resume_single', 'zpool_status_-s']
tags = ['functional', 'fault']
[tests/functional/features/large_dnode:Linux]
tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
tags = ['functional', 'features', 'large_dnode']
2016-03-16 18:25:34 -07:00
[tests/functional/io:Linux]
2021-01-23 15:42:42 -08:00
tests = ['libaio', 'io_uring']
2018-08-27 10:04:21 -07:00
tags = ['functional', 'io']
[tests/functional/largest_pool:Linux]
tests = ['largest_pool_001_pos']
pre =
post =
tags = ['functional', 'largest_pool']
[tests/functional/lease:Linux]
tests = ['lease_setlease']
tags = ['functional', 'lease']
[tests/functional/longname:Linux]
tests = ['longname_001_pos', 'longname_002_pos', 'longname_003_pos']
tags = ['functional', 'longname']
2024-10-25 09:07:44 -07:00
[tests/functional/luks:Linux]
pre =
post =
tests = ['luks_sanity']
tags = ['functional', 'luks']
[tests/functional/mmap:Linux]
2023-04-07 03:43:24 +10:00
tests = ['mmap_libaio_001_pos', 'mmap_sync_001_pos']
tags = ['functional', 'mmap']
2015-07-01 15:23:09 -07:00
2020-01-27 16:29:25 -05:00
[tests/functional/mmp:Linux]
tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import',
'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history',
2026-01-30 15:05:40 -08:00
'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid', 'mmp_write_slow_disk',
'mmp_concurrent_import']
2020-01-27 16:29:25 -05:00
tags = ['functional', 'mmp']
2026-01-30 15:05:40 -08:00
timeout = 1200
2020-01-27 16:29:25 -05:00
[tests/functional/mount:Linux]
tests = ['umount_unlinked_drain', 'mount_loopback']
2020-01-27 16:29:25 -05:00
tags = ['functional', 'mount']
2020-06-25 03:45:44 +02:00
[tests/functional/pam:Linux]
tests = ['pam_basic', 'pam_change_unmounted', 'pam_mount_recursively',
'pam_nounmount', 'pam_recursive', 'pam_short_password']
2020-06-25 03:45:44 +02:00
tags = ['functional', 'pam']
2019-10-25 23:03:46 -04:00
[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]
2025-06-19 17:39:20 -04:00
tests = ['defaultprojectquota_001_pos', 'defaultprojectquota_005_pos',
2025-03-05 22:29:31 +05:00
'projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
2025-06-19 17:39:20 -04:00
'projectquota_001_pos', 'projectquota_003_pos', 'projectquota_006_pos',
2018-02-14 06:54:54 +08:00
'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
2025-06-19 17:39:20 -04:00
'projectspace_004_pos', 'projectspace_005_pos', 'projecttree_001_pos']
2018-02-14 06:54:54 +08:00
tags = ['functional', 'projectquota']
2022-03-08 06:52:03 +05:00
[tests/functional/dos_attributes:Linux]
tests = ['read_dos_attrs_001', 'write_dos_attrs_001']
tags = ['functional', 'dos_attributes']
2019-06-22 10:35:11 +10:00
[tests/functional/renameat2:Linux]
tests = ['renameat2_noreplace', 'renameat2_exchange', 'renameat2_whiteout']
tags = ['functional', 'renameat2']
[tests/functional/rsend:Linux]
tests = ['send_realloc_dnode_size', 'send_encrypted_files', 'send-c_longname']
tags = ['functional', 'rsend']
2015-07-01 15:23:09 -07:00
[tests/functional/simd:Linux]
pre =
post =
tests = ['simd_supported']
tags = ['functional', 'simd']
[tests/functional/snapshot:Linux]
tests = ['snapshot_015_pos', 'snapshot_016_pos']
tags = ['functional', 'snapshot']
2017-01-26 12:25:35 -08:00
[tests/functional/syncfs:Linux]
tests = ['syncfs_suspend']
tags = ['functional', 'syncfs']
2025-06-19 14:41:31 -07:00
pre =
post =
2019-10-24 13:49:19 -04:00
[tests/functional/tmpfile:Linux]
tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',
'tmpfile_stat_mode']
2019-10-24 13:49:19 -04:00
tags = ['functional', 'tmpfile']
[tests/functional/upgrade:Linux]
tests = ['upgrade_projectquota_001_pos', 'upgrade_projectquota_002_pos']
tags = ['functional', 'upgrade']
2020-02-12 16:06:00 -05:00
[tests/functional/user_namespace:Linux]
2021-02-21 10:19:43 -06:00
tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003',
'user_namespace_004']
2020-02-12 16:06:00 -05:00
tags = ['functional', 'user_namespace']
[tests/functional/userquota:Linux]
tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
'groupspace_004_pos','userquota_013_pos', 'userspace_003_pos']
tags = ['functional', 'userquota']
2022-06-09 07:10:38 -07:00
[tests/functional/zvol/zvol_misc:Linux]
tests = ['zvol_misc_fua']
tags = ['functional', 'zvol', 'zvol_misc']
2022-10-19 14:17:09 -04:00
[tests/functional/idmap_mount:Linux]
tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003',
2022-11-08 13:28:56 -05:00
'idmap_mount_004', 'idmap_mount_005']
2022-10-19 14:17:09 -04:00
tags = ['functional', 'idmap_mount']