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 22outputdir = /var/tmp/test_results 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/atime:Linux] 34tests = ['atime_003_pos', 'root_relatime_on'] 35tags = ['functional', 'atime'] 36 37[tests/functional/block_cloning:Linux] 38tests = ['block_cloning_copyfilerange', 'block_cloning_copyfilerange_partial', 39 'block_cloning_copyfilerange_fallback', 40 'block_cloning_ficlone', 'block_cloning_ficlonerange', 41 'block_cloning_ficlonerange_partial', 42 'block_cloning_disabled_copyfilerange', 'block_cloning_disabled_ficlone', 43 'block_cloning_disabled_ficlonerange', 44 'block_cloning_copyfilerange_cross_dataset', 45 'block_cloning_cross_enc_dataset', 46 'block_cloning_copyfilerange_fallback_same_txg', 47 'block_cloning_replay', 'block_cloning_replay_encrypted', 48 'block_cloning_lwb_buffer_overflow'] 49tags = ['functional', 'block_cloning'] 50 51[tests/functional/chattr:Linux] 52tests = ['chattr_001_pos', 'chattr_002_neg'] 53tags = ['functional', 'chattr'] 54 55[tests/functional/cli_root/zfs:Linux] 56tests = ['zfs_003_neg'] 57tags = ['functional', 'cli_root', 'zfs'] 58 59[tests/functional/cli_root/zfs_mount:Linux] 60tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos', 61 'zfs_mount_014_neg', 'zfs_multi_mount'] 62tags = ['functional', 'cli_root', 'zfs_mount'] 63 64[tests/functional/cli_root/zfs_share:Linux] 65tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg', 66 'zfs_share_012_pos', 'zfs_share_013_pos'] 67tags = ['functional', 'cli_root', 'zfs_share'] 68 69[tests/functional/cli_root/zfs_unshare:Linux] 70tests = ['zfs_unshare_008_pos'] 71tags = ['functional', 'cli_root', 'zfs_unshare'] 72 73[tests/functional/cli_root/zfs_sysfs:Linux] 74tests = ['zfeature_set_unsupported', 'zfs_get_unsupported', 75 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported', 76 'zpool_set_unsupported'] 77tags = ['functional', 'cli_root', 'zfs_sysfs'] 78 79[tests/functional/cli_root/zpool_add:Linux] 80tests = ['add_nested_replacing_spare'] 81tags = ['functional', 'cli_root', 'zpool_add'] 82 83[tests/functional/cli_root/zpool_expand:Linux] 84tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos', 85 'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos'] 86tags = ['functional', 'cli_root', 'zpool_expand'] 87 88[tests/functional/cli_root/zpool_import:Linux] 89tests = ['zpool_import_hostid_changed', 90 'zpool_import_hostid_changed_unclean_export', 91 'zpool_import_hostid_changed_cachefile', 92 'zpool_import_hostid_changed_cachefile_unclean_export'] 93tags = ['functional', 'cli_root', 'zpool_import'] 94 95[tests/functional/cli_root/zpool_reopen:Linux] 96tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos', 97 'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos', 98 'zpool_reopen_006_neg', 'zpool_reopen_007_pos'] 99tags = ['functional', 'cli_root', 'zpool_reopen'] 100 101[tests/functional/cli_root/zpool_split:Linux] 102tests = ['zpool_split_wholedisk'] 103tags = ['functional', 'cli_root', 'zpool_split'] 104 105[tests/functional/compression:Linux] 106tests = ['compress_004_pos'] 107tags = ['functional', 'compression'] 108 109[tests/functional/devices:Linux] 110tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos'] 111tags = ['functional', 'devices'] 112 113[tests/functional/events:Linux] 114tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill', 115 'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config'] 116tags = ['functional', 'events'] 117 118[tests/functional/fadvise:Linux] 119tests = ['fadvise_sequential'] 120tags = ['functional', 'fadvise'] 121 122[tests/functional/fallocate:Linux] 123tests = ['fallocate_prealloc', 'fallocate_zero-range'] 124tags = ['functional', 'fallocate'] 125 126[tests/functional/fault:Linux] 127tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos', 128 'auto_replace_001_pos', 'auto_replace_002_pos', 'auto_spare_001_pos', 129 'auto_spare_002_pos', 'auto_spare_multiple', 'auto_spare_ashift', 130 'auto_spare_shared', 'decrypt_fault', 'decompress_fault', 131 'scrub_after_resilver', 'zpool_status_-s'] 132tags = ['functional', 'fault'] 133 134[tests/functional/features/large_dnode:Linux] 135tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos'] 136tags = ['functional', 'features', 'large_dnode'] 137 138[tests/functional/io:Linux] 139tests = ['libaio', 'io_uring'] 140tags = ['functional', 'io'] 141 142[tests/functional/largest_pool:Linux] 143tests = ['largest_pool_001_pos'] 144pre = 145post = 146tags = ['functional', 'largest_pool'] 147 148[tests/functional/mmap:Linux] 149tests = ['mmap_libaio_001_pos', 'mmap_sync_001_pos'] 150tags = ['functional', 'mmap'] 151 152[tests/functional/mmp:Linux] 153tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval', 154 'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import', 155 'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history', 156 'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid'] 157tags = ['functional', 'mmp'] 158 159[tests/functional/mount:Linux] 160tests = ['umount_unlinked_drain'] 161tags = ['functional', 'mount'] 162 163[tests/functional/pam:Linux] 164tests = ['pam_basic', 'pam_change_unmounted', 'pam_nounmount', 'pam_recursive', 165 'pam_short_password'] 166tags = ['functional', 'pam'] 167 168[tests/functional/procfs:Linux] 169tests = ['procfs_list_basic', 'procfs_list_concurrent_readers', 170 'procfs_list_stale_read', 'pool_state'] 171tags = ['functional', 'procfs'] 172 173[tests/functional/projectquota:Linux] 174tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos', 175 'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos', 176 'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos', 177 'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos', 178 'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos', 179 'projectspace_004_pos', 180 'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg'] 181tags = ['functional', 'projectquota'] 182 183[tests/functional/dos_attributes:Linux] 184tests = ['read_dos_attrs_001', 'write_dos_attrs_001'] 185tags = ['functional', 'dos_attributes'] 186 187[tests/functional/renameat2:Linux] 188tests = ['renameat2_noreplace', 'renameat2_exchange', 'renameat2_whiteout'] 189tags = ['functional', 'renameat2'] 190 191[tests/functional/rsend:Linux] 192tests = ['send_realloc_dnode_size', 'send_encrypted_files'] 193tags = ['functional', 'rsend'] 194 195[tests/functional/simd:Linux] 196pre = 197post = 198tests = ['simd_supported'] 199tags = ['functional', 'simd'] 200 201[tests/functional/snapshot:Linux] 202tests = ['snapshot_015_pos', 'snapshot_016_pos'] 203tags = ['functional', 'snapshot'] 204 205[tests/functional/tmpfile:Linux] 206tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos', 207 'tmpfile_stat_mode'] 208tags = ['functional', 'tmpfile'] 209 210[tests/functional/upgrade:Linux] 211tests = ['upgrade_projectquota_001_pos'] 212tags = ['functional', 'upgrade'] 213 214[tests/functional/user_namespace:Linux] 215tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003', 216 'user_namespace_004'] 217tags = ['functional', 'user_namespace'] 218 219[tests/functional/userquota:Linux] 220tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos', 221 'userquota_013_pos', 'userspace_003_pos'] 222tags = ['functional', 'userquota'] 223 224[tests/functional/zvol/zvol_misc:Linux] 225tests = ['zvol_misc_fua'] 226tags = ['functional', 'zvol', 'zvol_misc'] 227 228[tests/functional/idmap_mount:Linux] 229tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003', 230 'idmap_mount_004', 'idmap_mount_005'] 231tags = ['functional', 'idmap_mount'] 232