1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12[DEFAULT] 13pre = setup 14quiet = False 15pre_user = root 16user = root 17timeout = 600 18post_user = root 19post = cleanup 20failsafe_user = root 21failsafe = callbacks/zfs_failsafe 22tags = ['functional'] 23 24[tests/functional/acl/posix:Linux] 25tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos'] 26tags = ['functional', 'acl', 'posix'] 27 28[tests/functional/acl/posix-sa:Linux] 29tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos'] 30tags = ['functional', 'acl', 'posix-sa'] 31 32[tests/functional/atime:Linux] 33tests = ['atime_003_pos', 'root_relatime_on'] 34tags = ['functional', 'atime'] 35 36[tests/functional/block_cloning:Linux] 37tests = ['block_cloning_ficlone', 'block_cloning_ficlonerange', 38 'block_cloning_ficlonerange_partial', 'block_cloning_disabled_ficlone', 39 'block_cloning_disabled_ficlonerange'] 40tags = ['functional', 'block_cloning'] 41 42[tests/functional/chattr:Linux] 43tests = ['chattr_001_pos', 'chattr_002_neg'] 44tags = ['functional', 'chattr'] 45 46[tests/functional/cli_root/zfs:Linux] 47tests = ['zfs_003_neg'] 48tags = ['functional', 'cli_root', 'zfs'] 49 50[tests/functional/cli_root/zfs_mount:Linux] 51tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos', 52 'zfs_mount_014_neg', 'zfs_multi_mount'] 53tags = ['functional', 'cli_root', 'zfs_mount'] 54 55[tests/functional/cli_root/zfs_share:Linux] 56tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg', 57 'zfs_share_012_pos', 'zfs_share_013_pos'] 58tags = ['functional', 'cli_root', 'zfs_share'] 59 60[tests/functional/cli_root/zfs_unshare:Linux] 61tests = ['zfs_unshare_008_pos'] 62tags = ['functional', 'cli_root', 'zfs_unshare'] 63 64[tests/functional/cli_root/zfs_sysfs:Linux] 65tests = ['zfeature_set_unsupported', 'zfs_get_unsupported', 66 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported', 67 'zpool_set_unsupported'] 68tags = ['functional', 'cli_root', 'zfs_sysfs'] 69 70[tests/functional/cli_root/zpool_add:Linux] 71tests = ['add_nested_replacing_spare'] 72tags = ['functional', 'cli_root', 'zpool_add'] 73 74[tests/functional/cli_root/zpool_expand:Linux] 75tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos', 76 'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos'] 77tags = ['functional', 'cli_root', 'zpool_expand'] 78 79[tests/functional/cli_root/zpool_import:Linux] 80tests = ['zpool_import_hostid_changed', 81 'zpool_import_hostid_changed_unclean_export', 82 'zpool_import_hostid_changed_cachefile', 83 'zpool_import_hostid_changed_cachefile_unclean_export'] 84tags = ['functional', 'cli_root', 'zpool_import'] 85 86[tests/functional/cli_root/zpool_reopen:Linux] 87tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos', 88 'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos', 89 'zpool_reopen_006_neg', 'zpool_reopen_007_pos'] 90tags = ['functional', 'cli_root', 'zpool_reopen'] 91 92[tests/functional/cli_root/zpool_split:Linux] 93tests = ['zpool_split_wholedisk'] 94tags = ['functional', 'cli_root', 'zpool_split'] 95 96[tests/functional/compression:Linux] 97tests = ['compress_004_pos'] 98tags = ['functional', 'compression'] 99 100[tests/functional/devices:Linux] 101tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos'] 102tags = ['functional', 'devices'] 103 104[tests/functional/direct:Linux] 105tests = ['dio_loopback_dev', 'dio_write_verify'] 106tags = ['functional', 'direct'] 107 108[tests/functional/events:Linux] 109tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill', 110 'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config', 111 'zed_slow_io', 'zed_slow_io_many_vdevs', 'zed_diagnose_multiple'] 112tags = ['functional', 'events'] 113 114[tests/functional/fadvise:Linux] 115tests = ['fadvise_sequential'] 116tags = ['functional', 'fadvise'] 117 118[tests/functional/fallocate:Linux] 119tests = ['fallocate_prealloc', 'fallocate_zero-range'] 120tags = ['functional', 'fallocate'] 121 122[tests/functional/fault:Linux] 123tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos', 124 'auto_replace_001_pos', 'auto_replace_002_pos', 'auto_spare_001_pos', 125 'auto_spare_002_pos', 'auto_spare_multiple', 'auto_spare_ashift', 126 'auto_spare_shared', 'decrypt_fault', 'decompress_fault', 127 'fault_limits', 'scrub_after_resilver', 'suspend_on_probe_errors', 128 'suspend_resume_single', 'zpool_status_-s'] 129tags = ['functional', 'fault'] 130 131[tests/functional/features/large_dnode:Linux] 132tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos'] 133tags = ['functional', 'features', 'large_dnode'] 134 135[tests/functional/io:Linux] 136tests = ['libaio', 'io_uring'] 137tags = ['functional', 'io'] 138 139[tests/functional/largest_pool:Linux] 140tests = ['largest_pool_001_pos'] 141pre = 142post = 143tags = ['functional', 'largest_pool'] 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'] 164tags = ['functional', 'mmp'] 165 166[tests/functional/mount:Linux] 167tests = ['umount_unlinked_drain'] 168tags = ['functional', 'mount'] 169 170[tests/functional/pam:Linux] 171tests = ['pam_basic', 'pam_change_unmounted', 'pam_mount_recursively', 172 'pam_nounmount', 'pam_recursive', 'pam_short_password'] 173tags = ['functional', 'pam'] 174 175[tests/functional/procfs:Linux] 176tests = ['procfs_list_basic', 'procfs_list_concurrent_readers', 177 'procfs_list_stale_read', 'pool_state'] 178tags = ['functional', 'procfs'] 179 180[tests/functional/projectquota:Linux] 181tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos', 182 'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos', 183 'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos', 184 'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos', 185 'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos', 186 'projectspace_004_pos', 187 'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg'] 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/tmpfile:Linux] 213tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos', 214 'tmpfile_stat_mode'] 215tags = ['functional', 'tmpfile'] 216 217[tests/functional/upgrade:Linux] 218tests = ['upgrade_projectquota_001_pos', 'upgrade_projectquota_002_pos'] 219tags = ['functional', 'upgrade'] 220 221[tests/functional/user_namespace:Linux] 222tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003', 223 'user_namespace_004'] 224tags = ['functional', 'user_namespace'] 225 226[tests/functional/userquota:Linux] 227tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos', 228 'userquota_013_pos', 'userspace_003_pos'] 229tags = ['functional', 'userquota'] 230 231[tests/functional/zvol/zvol_misc:Linux] 232tests = ['zvol_misc_fua'] 233tags = ['functional', 'zvol', 'zvol_misc'] 234 235[tests/functional/idmap_mount:Linux] 236tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003', 237 'idmap_mount_004', 'idmap_mount_005'] 238tags = ['functional', 'idmap_mount'] 239