Print this page
3444 README for usr/src/test
3445 ZFS tests for restricted aclmode
Reviewed by: Christopher Siden <chris.siden@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
   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 #
  13 # Copyright (c) 2012 by Delphix. All rights reserved.
  14 #
  15 
  16 [DEFAULT]
  17 pre = setup
  18 quiet = False
  19 pre_user = root
  20 user = root
  21 timeout = 600
  22 post_user = root
  23 post = cleanup
  24 outputdir = /var/tmp/test_results
  25 
  26 [/opt/zfs-tests/tests/functional/acl/cifs]
  27 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos']
  28 
  29 [/opt/zfs-tests/tests/functional/acl/nontrivial]
  30 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos',
  31     'zfs_acl_chmod_aclmode_001_pos', 'zfs_acl_chmod_compact_001_pos',
  32     'zfs_acl_chmod_delete_001_pos', 'zfs_acl_chmod_inherit_001_pos',
  33     'zfs_acl_chmod_inherit_002_neg', 'zfs_acl_chmod_inherit_002_pos',
  34     'zfs_acl_chmod_inherit_003_pos', 'zfs_acl_chmod_inherit_004_pos',
  35     'zfs_acl_chmod_owner_001_pos', 'zfs_acl_chmod_rwacl_001_pos',
  36     'zfs_acl_chmod_rwx_001_pos', 'zfs_acl_chmod_rwx_002_pos',
  37     'zfs_acl_chmod_rwx_003_pos', 'zfs_acl_chmod_rwx_004_pos',
  38     'zfs_acl_chmod_xattr_001_pos', 'zfs_acl_chmod_xattr_002_pos',
  39     'zfs_acl_cp_001_pos', 'zfs_acl_cp_002_pos', 'zfs_acl_cpio_001_pos',
  40     'zfs_acl_cpio_002_pos', 'zfs_acl_find_001_pos', 'zfs_acl_ls_001_pos',
  41     'zfs_acl_mv_001_pos', 'zfs_acl_tar_001_pos', 'zfs_acl_tar_002_pos']

  42 
  43 [/opt/zfs-tests/tests/functional/acl/trivial]
  44 tests = ['zfs_acl_chmod_001_pos', 'zfs_acl_compress_001_pos',
  45     'zfs_acl_cp_001_pos', 'zfs_acl_cp_002_neg', 'zfs_acl_cp_003_neg',
  46     'zfs_acl_find_001_pos', 'zfs_acl_find_002_neg', 'zfs_acl_ls_001_pos',
  47     'zfs_acl_ls_002_neg', 'zfs_acl_mv_001_pos', 'zfs_acl_pack_001_pos',
  48     'zfs_acl_pax_001_pos', 'zfs_acl_pax_002_pos', 'zfs_acl_pax_003_pos',
  49     'zfs_acl_pax_004_pos', 'zfs_acl_pax_005_pos', 'zfs_acl_pax_006_pos',
  50     'zfs_acl_tar_001_pos', 'zfs_acl_tar_002_neg']

  51 
  52 [/opt/zfs-tests/tests/functional/atime]
  53 tests = ['atime_001_pos', 'atime_002_neg']
  54 
  55 [/opt/zfs-tests/tests/functional/bootfs]
  56 tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos', 'bootfs_004_neg',
  57     'bootfs_005_neg', 'bootfs_006_pos', 'bootfs_007_neg', 'bootfs_008_neg']
  58 pre =
  59 post =
  60 
  61 [/opt/zfs-tests/tests/functional/cli_root/zdb]
  62 tests = ['zdb_001_neg']
  63 pre =
  64 post =
  65 
  66 [/opt/zfs-tests/tests/functional/cli_root/zfs]
  67 tests = ['zfs_001_neg', 'zfs_002_pos', 'zfs_003_neg']
  68 
  69 [/opt/zfs-tests/tests/functional/cli_root/zfs_clone]
  70 tests = ['zfs_clone_001_neg', 'zfs_clone_002_pos', 'zfs_clone_003_pos',


   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 #
  13 # Copyright (c) 2013 by Delphix. All rights reserved.
  14 #
  15 
  16 [DEFAULT]
  17 pre = setup
  18 quiet = False
  19 pre_user = root
  20 user = root
  21 timeout = 600
  22 post_user = root
  23 post = cleanup
  24 outputdir = /var/tmp/test_results
  25 
  26 [/opt/zfs-tests/tests/functional/acl/cifs]
  27 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos']
  28 
  29 [/opt/zfs-tests/tests/functional/acl/nontrivial]
  30 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos',
  31     'zfs_acl_chmod_aclmode_001_pos', 'zfs_acl_chmod_compact_001_pos',
  32     'zfs_acl_chmod_delete_001_pos', 'zfs_acl_chmod_inherit_001_pos',
  33     'zfs_acl_chmod_inherit_002_neg', 'zfs_acl_chmod_inherit_002_pos',
  34     'zfs_acl_chmod_inherit_003_pos', 'zfs_acl_chmod_inherit_004_pos',
  35     'zfs_acl_chmod_owner_001_pos', 'zfs_acl_chmod_rwacl_001_pos',
  36     'zfs_acl_chmod_rwx_001_pos', 'zfs_acl_chmod_rwx_002_pos',
  37     'zfs_acl_chmod_rwx_003_pos', 'zfs_acl_chmod_rwx_004_pos',
  38     'zfs_acl_chmod_xattr_001_pos', 'zfs_acl_chmod_xattr_002_pos',
  39     'zfs_acl_cp_001_pos', 'zfs_acl_cp_002_pos', 'zfs_acl_cpio_001_pos',
  40     'zfs_acl_cpio_002_pos', 'zfs_acl_find_001_pos', 'zfs_acl_ls_001_pos',
  41     'zfs_acl_mv_001_pos', 'zfs_acl_tar_001_pos', 'zfs_acl_tar_002_pos',
  42     'zfs_acl_aclmode_restricted_001_neg']
  43 
  44 [/opt/zfs-tests/tests/functional/acl/trivial]
  45 tests = ['zfs_acl_chmod_001_pos', 'zfs_acl_compress_001_pos',
  46     'zfs_acl_cp_001_pos', 'zfs_acl_cp_002_neg', 'zfs_acl_cp_003_neg',
  47     'zfs_acl_find_001_pos', 'zfs_acl_find_002_neg', 'zfs_acl_ls_001_pos',
  48     'zfs_acl_ls_002_neg', 'zfs_acl_mv_001_pos', 'zfs_acl_pack_001_pos',
  49     'zfs_acl_pax_001_pos', 'zfs_acl_pax_002_pos', 'zfs_acl_pax_003_pos',
  50     'zfs_acl_pax_004_pos', 'zfs_acl_pax_005_pos', 'zfs_acl_pax_006_pos',
  51     'zfs_acl_tar_001_pos', 'zfs_acl_tar_002_neg',
  52     'zfs_acl_aclmode_restricted_001_pos']
  53 
  54 [/opt/zfs-tests/tests/functional/atime]
  55 tests = ['atime_001_pos', 'atime_002_neg']
  56 
  57 [/opt/zfs-tests/tests/functional/bootfs]
  58 tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos', 'bootfs_004_neg',
  59     'bootfs_005_neg', 'bootfs_006_pos', 'bootfs_007_neg', 'bootfs_008_neg']
  60 pre =
  61 post =
  62 
  63 [/opt/zfs-tests/tests/functional/cli_root/zdb]
  64 tests = ['zdb_001_neg']
  65 pre =
  66 post =
  67 
  68 [/opt/zfs-tests/tests/functional/cli_root/zfs]
  69 tests = ['zfs_001_neg', 'zfs_002_pos', 'zfs_003_neg']
  70 
  71 [/opt/zfs-tests/tests/functional/cli_root/zfs_clone]
  72 tests = ['zfs_clone_001_neg', 'zfs_clone_002_pos', 'zfs_clone_003_pos',