The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/tests/runfiles/linux.run

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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]
   13 pre = setup
   14 quiet = False
   15 pre_user = root
   16 user = root
   17 timeout = 600
   18 post_user = root
   19 post = cleanup
   20 failsafe_user = root
   21 failsafe = callbacks/zfs_failsafe
   22 outputdir = /var/tmp/test_results
   23 tags = ['functional']
   24 
   25 [tests/functional/acl/posix:Linux]
   26 tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos']
   27 tags = ['functional', 'acl', 'posix']
   28 
   29 [tests/functional/acl/posix-sa:Linux]
   30 tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos']
   31 tags = ['functional', 'acl', 'posix-sa']
   32 
   33 [tests/functional/atime:Linux]
   34 tests = ['atime_003_pos', 'root_relatime_on']
   35 tags = ['functional', 'atime']
   36 
   37 [tests/functional/chattr:Linux]
   38 tests = ['chattr_001_pos', 'chattr_002_neg']
   39 tags = ['functional', 'chattr']
   40 
   41 [tests/functional/cli_root/zfs:Linux]
   42 tests = ['zfs_003_neg']
   43 tags = ['functional', 'cli_root', 'zfs']
   44 
   45 [tests/functional/cli_root/zfs_mount:Linux]
   46 tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos',
   47     'zfs_mount_014_neg', 'zfs_multi_mount']
   48 tags = ['functional', 'cli_root', 'zfs_mount']
   49 
   50 [tests/functional/cli_root/zfs_share:Linux]
   51 tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg',
   52     'zfs_share_012_pos', 'zfs_share_013_pos']
   53 tags = ['functional', 'cli_root', 'zfs_share']
   54 
   55 [tests/functional/cli_root/zfs_sysfs:Linux]
   56 tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
   57     'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
   58     'zpool_set_unsupported']
   59 tags = ['functional', 'cli_root', 'zfs_sysfs']
   60 
   61 [tests/functional/cli_root/zpool_add:Linux]
   62 tests = ['add_nested_replacing_spare']
   63 tags = ['functional', 'cli_root', 'zpool_add']
   64 
   65 [tests/functional/cli_root/zpool_expand:Linux]
   66 tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
   67     'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos']
   68 tags = ['functional', 'cli_root', 'zpool_expand']
   69 
   70 [tests/functional/cli_root/zpool_reopen:Linux]
   71 tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos',
   72     'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos',
   73     'zpool_reopen_006_neg', 'zpool_reopen_007_pos']
   74 tags = ['functional', 'cli_root', 'zpool_reopen']
   75 
   76 [tests/functional/cli_root/zpool_split:Linux]
   77 tests = ['zpool_split_wholedisk']
   78 tags = ['functional', 'cli_root', 'zpool_split']
   79 
   80 [tests/functional/compression:Linux]
   81 tests = ['compress_004_pos']
   82 tags = ['functional', 'compression']
   83 
   84 [tests/functional/devices:Linux]
   85 tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
   86 tags = ['functional', 'devices']
   87 
   88 [tests/functional/events:Linux]
   89 tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill',
   90     'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config']
   91 tags = ['functional', 'events']
   92 
   93 [tests/functional/fadvise:Linux]
   94 tests = ['fadvise_sequential']
   95 tags = ['functional', 'fadvise']
   96 
   97 [tests/functional/fallocate:Linux]
   98 tests = ['fallocate_prealloc', 'fallocate_zero-range']
   99 tags = ['functional', 'fallocate']
  100 
  101 [tests/functional/fault:Linux]
  102 tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos',
  103     'auto_replace_001_pos', 'auto_spare_001_pos', 'auto_spare_002_pos',
  104     'auto_spare_multiple', 'auto_spare_ashift', 'auto_spare_shared',
  105     'decrypt_fault', 'decompress_fault', 'scrub_after_resilver',
  106     'zpool_status_-s']
  107 tags = ['functional', 'fault']
  108 
  109 [tests/functional/features/large_dnode:Linux]
  110 tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
  111 tags = ['functional', 'features', 'large_dnode']
  112 
  113 [tests/functional/io:Linux]
  114 tests = ['libaio', 'io_uring']
  115 tags = ['functional', 'io']
  116 
  117 [tests/functional/largest_pool:Linux]
  118 tests = ['largest_pool_001_pos']
  119 pre =
  120 post =
  121 tags = ['functional', 'largest_pool']
  122 
  123 [tests/functional/mmap:Linux]
  124 tests = ['mmap_libaio_001_pos']
  125 tags = ['functional', 'mmap']
  126 
  127 [tests/functional/mmp:Linux]
  128 tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
  129     'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import',
  130     'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history',
  131     'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid']
  132 tags = ['functional', 'mmp']
  133 
  134 [tests/functional/mount:Linux]
  135 tests = ['umount_unlinked_drain']
  136 tags = ['functional', 'mount']
  137 
  138 [tests/functional/pam:Linux]
  139 tests = ['pam_basic', 'pam_nounmount', 'pam_short_password']
  140 tags = ['functional', 'pam']
  141 
  142 [tests/functional/procfs:Linux]
  143 tests = ['procfs_list_basic', 'procfs_list_concurrent_readers',
  144     'procfs_list_stale_read', 'pool_state']
  145 tags = ['functional', 'procfs']
  146 
  147 [tests/functional/projectquota:Linux]
  148 tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
  149     'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos',
  150     'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos',
  151     'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos',
  152     'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
  153     'projectspace_004_pos',
  154     'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg']
  155 tags = ['functional', 'projectquota']
  156 
  157 [tests/functional/dos_attributes:Linux]
  158 tests = ['read_dos_attrs_001', 'write_dos_attrs_001']
  159 tags = ['functional', 'dos_attributes']
  160 
  161 [tests/functional/renameat2:Linux]
  162 tests = ['renameat2_noreplace', 'renameat2_exchange', 'renameat2_whiteout']
  163 tags = ['functional', 'renameat2']
  164 
  165 [tests/functional/rsend:Linux]
  166 tests = ['send_realloc_dnode_size', 'send_encrypted_files']
  167 tags = ['functional', 'rsend']
  168 
  169 [tests/functional/simd:Linux]
  170 pre =
  171 post =
  172 tests = ['simd_supported']
  173 tags = ['functional', 'simd']
  174 
  175 [tests/functional/snapshot:Linux]
  176 tests = ['snapshot_015_pos', 'snapshot_016_pos']
  177 tags = ['functional', 'snapshot']
  178 
  179 [tests/functional/tmpfile:Linux]
  180 tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',
  181     'tmpfile_stat_mode']
  182 tags = ['functional', 'tmpfile']
  183 
  184 [tests/functional/upgrade:Linux]
  185 tests = ['upgrade_projectquota_001_pos']
  186 tags = ['functional', 'upgrade']
  187 
  188 [tests/functional/user_namespace:Linux]
  189 tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003',
  190     'user_namespace_004']
  191 tags = ['functional', 'user_namespace']
  192 
  193 [tests/functional/userquota:Linux]
  194 tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
  195     'userquota_013_pos', 'userspace_003_pos']
  196 tags = ['functional', 'userquota']
  197 
  198 [tests/functional/zvol/zvol_misc:Linux]
  199 tests = ['zvol_misc_fua']
  200 tags = ['functional', 'zvol', 'zvol_misc']
  201 
  202 [tests/functional/idmap_mount:Linux]
  203 tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003',
  204     'idmap_mount_004', 'idmap_mount_005']
  205 tags = ['functional', 'idmap_mount']

Cache object: 69810cc877a8d3d6efd9fa563ac1c4f6


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.