1# SPDX-License-Identifier: CDDL-1.0 2# 3# This file and its contents are supplied under the terms of the 4# Common Development and Distribution License ("CDDL"), version 1.0. 5# You may only use this file in accordance with the terms of version 6# 1.0 of the CDDL. 7# 8# A full copy of the text of the CDDL should have accompanied this 9# source. A copy of the CDDL is also available via the Internet at 10# http://www.illumos.org/license/CDDL. 11# 12 13[DEFAULT] 14pre = setup 15quiet = False 16pre_user = root 17user = root 18timeout = 600 19post_user = root 20post = cleanup 21failsafe_user = root 22failsafe = callbacks/zfs_failsafe 23tags = ['functional'] 24 25[tests/functional/acl/posix:Linux] 26tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos'] 27tags = ['functional', 'acl', 'posix'] 28 29[tests/functional/acl/posix-sa:Linux] 30tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos'] 31tags = ['functional', 'acl', 'posix-sa'] 32 33[tests/functional/block_cloning:Linux] 34tests = ['block_cloning_ficlone', 'block_cloning_ficlonerange', 35 'block_cloning_ficlonerange_partial', 'block_cloning_disabled_ficlone', 36 'block_cloning_disabled_ficlonerange'] 37tags = ['functional', 'block_cloning'] 38 39[tests/functional/chattr:Linux] 40tests = ['chattr_001_pos', 'chattr_002_neg'] 41tags = ['functional', 'chattr'] 42 43[tests/functional/cli_root/zfs:Linux] 44tests = ['zfs_003_neg'] 45tags = ['functional', 'cli_root', 'zfs'] 46 47[tests/functional/cli_root/zfs_mount:Linux] 48tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos', 49 'zfs_mount_014_neg', 'zfs_multi_mount'] 50tags = ['functional', 'cli_root', 'zfs_mount'] 51 52[tests/functional/cli_root/zfs_share:Linux] 53tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg', 54 'zfs_share_012_pos', 'zfs_share_013_pos'] 55tags = ['functional', 'cli_root', 'zfs_share'] 56 57[tests/functional/cli_root/zfs_unshare:Linux] 58tests = ['zfs_unshare_008_pos'] 59tags = ['functional', 'cli_root', 'zfs_unshare'] 60 61[tests/functional/cli_root/zfs_sysfs:Linux] 62tests = ['zfeature_set_unsupported', 'zfs_get_unsupported', 63 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported', 64 'zpool_set_unsupported'] 65tags = ['functional', 'cli_root', 'zfs_sysfs'] 66 67[tests/functional/cli_root/zpool_add:Linux] 68tests = ['add_nested_replacing_spare'] 69tags = ['functional', 'cli_root', 'zpool_add'] 70 71[tests/functional/cli_root/zpool_expand:Linux] 72tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos', 73 'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos'] 74tags = ['functional', 'cli_root', 'zpool_expand'] 75 76[tests/functional/cli_root/zpool_import:Linux] 77tests = ['zpool_import_hostid_changed', 78 'zpool_import_hostid_changed_unclean_export', 79 'zpool_import_hostid_changed_cachefile', 80 'zpool_import_hostid_changed_cachefile_unclean_export'] 81tags = ['functional', 'cli_root', 'zpool_import'] 82 83[tests/functional/cli_root/zpool_reopen:Linux] 84tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos', 85 'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos', 86 'zpool_reopen_006_neg', 'zpool_reopen_007_pos'] 87tags = ['functional', 'cli_root', 'zpool_reopen'] 88 89[tests/functional/cli_root/zpool_split:Linux] 90tests = ['zpool_split_wholedisk'] 91tags = ['functional', 'cli_root', 'zpool_split'] 92 93[tests/functional/compression:Linux] 94tests = ['compress_004_pos'] 95tags = ['functional', 'compression'] 96 97[tests/functional/devices:Linux] 98tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos'] 99tags = ['functional', 'devices'] 100 101[tests/functional/direct:Linux] 102tests = ['dio_loopback_dev', 'dio_write_verify'] 103tags = ['functional', 'direct'] 104 105[tests/functional/events:Linux] 106tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill', 107 'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config', 108 'zed_slow_io', 'zed_slow_io_many_vdevs', 'zed_diagnose_multiple', 109 'zed_synchronous_zedlet', 'slow_vdev_sit_out', 'slow_vdev_sit_out_neg', 110 'slow_vdev_degraded_sit_out'] 111tags = ['functional', 'events'] 112 113[tests/functional/fallocate:Linux] 114tests = ['fallocate_prealloc', 'fallocate_zero-range'] 115tags = ['functional', 'fallocate'] 116 117[tests/functional/fault:Linux] 118tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos', 119 'auto_replace_001_pos', 'auto_replace_002_pos', 'auto_spare_001_pos', 120 'auto_spare_002_pos', 'auto_spare_double', 'auto_spare_multiple', 121 'auto_spare_ashift', 'auto_spare_shared', 'decrypt_fault', 122 'decompress_fault', 'fault_limits', 'scrub_after_resilver', 123 'suspend_on_probe_errors', 'suspend_resume_single', 'suspend_draid_fgroups', 124 'zpool_status_-s'] 125tags = ['functional', 'fault'] 126 127[tests/functional/features/large_dnode:Linux] 128tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos'] 129tags = ['functional', 'features', 'large_dnode'] 130 131[tests/functional/io:Linux] 132tests = ['libaio', 'io_uring'] 133tags = ['functional', 'io'] 134 135[tests/functional/largest_pool:Linux] 136tests = ['largest_pool_001_pos'] 137pre = 138post = 139tags = ['functional', 'largest_pool'] 140 141[tests/functional/lease:Linux] 142tests = ['lease_setlease'] 143tags = ['functional', 'lease'] 144 145[tests/functional/longname:Linux] 146tests = ['longname_001_pos', 'longname_002_pos', 'longname_003_pos'] 147tags = ['functional', 'longname'] 148 149[tests/functional/luks:Linux] 150pre = 151post = 152tests = ['luks_sanity'] 153tags = ['functional', 'luks'] 154 155[tests/functional/mmap:Linux] 156tests = ['mmap_libaio_001_pos', 'mmap_sync_001_pos'] 157tags = ['functional', 'mmap'] 158 159[tests/functional/mmp:Linux] 160tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval', 161 'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import', 162 'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history', 163 'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid', 'mmp_write_slow_disk', 164 'mmp_concurrent_import'] 165tags = ['functional', 'mmp'] 166timeout = 1200 167 168[tests/functional/mount:Linux] 169tests = ['umount_unlinked_drain', 'mount_loopback'] 170tags = ['functional', 'mount'] 171 172[tests/functional/pam:Linux] 173tests = ['pam_basic', 'pam_change_unmounted', 'pam_mount_recursively', 174 'pam_nounmount', 'pam_recursive', 'pam_short_password'] 175tags = ['functional', 'pam'] 176 177[tests/functional/procfs:Linux] 178tests = ['procfs_list_basic', 'procfs_list_concurrent_readers', 179 'procfs_list_stale_read', 'pool_state'] 180tags = ['functional', 'procfs'] 181 182[tests/functional/projectquota:Linux] 183tests = ['defaultprojectquota_001_pos', 'defaultprojectquota_005_pos', 184 'projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos', 185 'projectquota_001_pos', 'projectquota_003_pos', 'projectquota_006_pos', 186 'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos', 187 'projectspace_004_pos', 'projectspace_005_pos', 'projecttree_001_pos'] 188tags = ['functional', 'projectquota'] 189 190[tests/functional/dos_attributes:Linux] 191tests = ['read_dos_attrs_001', 'write_dos_attrs_001'] 192tags = ['functional', 'dos_attributes'] 193 194[tests/functional/renameat2:Linux] 195tests = ['renameat2_noreplace', 'renameat2_exchange', 'renameat2_whiteout'] 196tags = ['functional', 'renameat2'] 197 198[tests/functional/rsend:Linux] 199tests = ['send_realloc_dnode_size', 'send_encrypted_files', 'send-c_longname'] 200tags = ['functional', 'rsend'] 201 202[tests/functional/simd:Linux] 203pre = 204post = 205tests = ['simd_supported'] 206tags = ['functional', 'simd'] 207 208[tests/functional/snapshot:Linux] 209tests = ['snapshot_015_pos', 'snapshot_016_pos'] 210tags = ['functional', 'snapshot'] 211 212[tests/functional/syncfs:Linux] 213tests = ['syncfs_suspend'] 214tags = ['functional', 'syncfs'] 215pre = 216post = 217 218[tests/functional/tmpfile:Linux] 219tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos', 220 'tmpfile_stat_mode'] 221tags = ['functional', 'tmpfile'] 222 223[tests/functional/upgrade:Linux] 224tests = ['upgrade_projectquota_001_pos', 'upgrade_projectquota_002_pos'] 225tags = ['functional', 'upgrade'] 226 227[tests/functional/user_namespace:Linux] 228tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003', 229 'user_namespace_004'] 230tags = ['functional', 'user_namespace'] 231 232[tests/functional/userquota:Linux] 233tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos', 234 'groupspace_004_pos','userquota_013_pos', 'userspace_003_pos'] 235tags = ['functional', 'userquota'] 236 237[tests/functional/zvol/zvol_misc:Linux] 238tests = ['zvol_misc_fua'] 239tags = ['functional', 'zvol', 'zvol_misc'] 240 241[tests/functional/idmap_mount:Linux] 242tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003', 243 'idmap_mount_004', 'idmap_mount_005'] 244tags = ['functional', 'idmap_mount'] 245