annotate usr/src/pkg/manifests/system-test-zfstest.mf @ 25465:2c417db70a87

3525 Persistent L2ARC Portions contributed by: Saso Kiselkov <skiselkov@gmail.com> Portions contributed by: Jorgen Lundman <lundman@lundman.net> Portions contributed by: Brian Behlendorf <behlendorf1@llnl.gov> Portions contributed by: Alexander Motin <mav@FreeBSD.org> Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
author George Amanakis <gamanakis@gmail.com>
date Thu, 30 Jul 2020 18:40:44 -0500
parents 686f1760d194
children 6e6fa6693b95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1 #
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2 # This file and its contents are supplied under the terms of the
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3 # Common Development and Distribution License ("CDDL"), version 1.0.
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
4 # You may only use this file in accordance with the terms of version
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
5 # 1.0 of the CDDL.
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
6 #
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
7 # A full copy of the text of the CDDL should have accompanied this
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
8 # source. A copy of the CDDL is also available via the Internet at
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
9 # http://www.illumos.org/license/CDDL.
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
10 #
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
11
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
12 #
16731
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
13 # Copyright (c) 2012, 2017 by Delphix. All rights reserved.
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
14 # Copyright 2015, 2016 Nexenta Systems, Inc. All rights reserved.
15469
f0fcb8ad3889 6562 Refquota on receive doesn't account for overage
Dan McDonald <danmcd@omniti.com>
parents: 15468
diff changeset
15 # Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
24549
2377ea847e10 12245 Support inheriting properties in zfs channel programs
Jason King <jason.king@joyent.com>
parents: 24482
diff changeset
16 # Copyright 2020 Joyent, Inc.
22073
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
17 # Copyright (c) 2018 Datto Inc.
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
18 #
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
19
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
20 set name=pkg.fmri value=pkg:/system/test/zfstest@$(PKGVERS)
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
21 set name=pkg.description value="ZFS Test Suite"
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
22 set name=pkg.summary value="ZFS Functional and Stress Tests"
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
23 set name=info.classification \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
24 value=org.opensolaris.category.2008:Development/System
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
25 set name=variant.arch value=$(ARCH)
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
26 dir path=opt/zfs-tests
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
27 dir path=opt/zfs-tests/bin
15963
576b3c95b173 7503 zfs-test should tail ::zfs_dbgmsg on test failure
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 15848
diff changeset
28 dir path=opt/zfs-tests/callbacks
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
29 dir path=opt/zfs-tests/include
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
30 dir path=opt/zfs-tests/runfiles
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
31 dir path=opt/zfs-tests/tests
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
32 dir path=opt/zfs-tests/tests/functional
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
33 dir path=opt/zfs-tests/tests/functional/acl
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
34 dir path=opt/zfs-tests/tests/functional/acl/cifs
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
35 dir path=opt/zfs-tests/tests/functional/acl/nontrivial
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
36 dir path=opt/zfs-tests/tests/functional/acl/trivial
22983
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
37 dir path=opt/zfs-tests/tests/functional/alloc_class
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
38 dir path=opt/zfs-tests/tests/functional/atime
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
39 dir path=opt/zfs-tests/tests/functional/bootfs
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
40 dir path=opt/zfs-tests/tests/functional/cache
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
41 dir path=opt/zfs-tests/tests/functional/cachefile
15468
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
42 dir path=opt/zfs-tests/tests/functional/casenorm
16570
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
43 dir path=opt/zfs-tests/tests/functional/channel_program
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
44 dir path=opt/zfs-tests/tests/functional/channel_program/lua_core
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
45 dir path=opt/zfs-tests/tests/functional/channel_program/synctask_core
15215
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
46 dir path=opt/zfs-tests/tests/functional/checksum
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
47 dir path=opt/zfs-tests/tests/functional/clean_mirror
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
48 dir path=opt/zfs-tests/tests/functional/cli_root
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
49 dir path=opt/zfs-tests/tests/functional/cli_root/zdb
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
50 dir path=opt/zfs-tests/tests/functional/cli_root/zfs
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
51 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
52 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_clone
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
53 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_copies
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
54 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_create
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
55 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy
24320
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
56 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_diff
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
57 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_get
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
58 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_inherit
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
59 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
60 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_mount
22073
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
61 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_program
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
62 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_promote
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
63 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_property
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
64 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_receive
17332
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
65 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_remap
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
66 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_rename
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
67 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_reservation
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
68 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
69 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_send
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
70 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_set
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
71 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_share
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
72 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
73 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_unload-key
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
74 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
75 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
76 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
77 dir path=opt/zfs-tests/tests/functional/cli_root/zpool
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
78 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_add
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
79 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_attach
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
80 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_clear
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
81 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_create
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
82 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
83 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_detach
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
84 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_expand
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
85 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_export
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
86 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_get
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
87 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_history
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
88 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_import
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
89 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles
17290
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
90 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize
16115
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
91 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_labelclear
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
92 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_offline
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
93 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_online
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
94 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_remove
23328
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
95 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
96 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_replace
23328
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
97 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_resilver
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
98 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
99 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_set
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
100 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_status
22833
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
101 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_sync
24008
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
102 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_trim
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
103 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
104 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
105 dir path=opt/zfs-tests/tests/functional/cli_user
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
106 dir path=opt/zfs-tests/tests/functional/cli_user/misc
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
107 dir path=opt/zfs-tests/tests/functional/cli_user/zfs_list
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
108 dir path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
109 dir path=opt/zfs-tests/tests/functional/cli_user/zpool_list
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
110 dir path=opt/zfs-tests/tests/functional/compression
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
111 dir path=opt/zfs-tests/tests/functional/ctime
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
112 dir path=opt/zfs-tests/tests/functional/delegate
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
113 dir path=opt/zfs-tests/tests/functional/devices
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
114 dir path=opt/zfs-tests/tests/functional/exec
24596
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
115 dir path=opt/zfs-tests/tests/functional/fault
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
116 dir path=opt/zfs-tests/tests/functional/features
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
117 dir path=opt/zfs-tests/tests/functional/features/async_destroy
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
118 dir path=opt/zfs-tests/tests/functional/grow_pool
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
119 dir path=opt/zfs-tests/tests/functional/grow_replicas
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
120 dir path=opt/zfs-tests/tests/functional/history
15033
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
121 dir path=opt/zfs-tests/tests/functional/holes
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
122 dir path=opt/zfs-tests/tests/functional/inheritance
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
123 dir path=opt/zfs-tests/tests/functional/inuse
22662
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
124 dir path=opt/zfs-tests/tests/functional/large_dnode
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
125 dir path=opt/zfs-tests/tests/functional/large_files
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
126 dir path=opt/zfs-tests/tests/functional/largest_pool
14982
15810aff4643 5704 libzfs can only handle 255 file descriptors
Simon Klinkert <simon.klinkert@gmail.com>
parents: 14941
diff changeset
127 dir path=opt/zfs-tests/tests/functional/libzfs
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
128 dir path=opt/zfs-tests/tests/functional/link_count
24064
4e282a18d3f4 11557 Log Spacemap Project
Serapheim Dimitropoulos <serapheim@delphix.com>
parents: 24019
diff changeset
129 dir path=opt/zfs-tests/tests/functional/log_spacemap
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
130 dir path=opt/zfs-tests/tests/functional/mdb
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
131 dir path=opt/zfs-tests/tests/functional/migration
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
132 dir path=opt/zfs-tests/tests/functional/mmap
22899
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
133 dir path=opt/zfs-tests/tests/functional/mmp
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
134 dir path=opt/zfs-tests/tests/functional/mount
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
135 dir path=opt/zfs-tests/tests/functional/mv_files
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
136 dir path=opt/zfs-tests/tests/functional/nestedfs
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
137 dir path=opt/zfs-tests/tests/functional/no_space
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
138 dir path=opt/zfs-tests/tests/functional/nopwrite
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
139 dir path=opt/zfs-tests/tests/functional/online_offline
25465
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
140 dir path=opt/zfs-tests/tests/functional/persist_l2arc
17136
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
141 dir path=opt/zfs-tests/tests/functional/pool_checkpoint
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
142 dir path=opt/zfs-tests/tests/functional/pool_names
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
143 dir path=opt/zfs-tests/tests/functional/poolversion
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
144 dir path=opt/zfs-tests/tests/functional/privilege
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
145 dir path=opt/zfs-tests/tests/functional/projectquota
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
146 dir path=opt/zfs-tests/tests/functional/quota
25060
5241f36cd2e7 12668 ZFS support for vectorized algorithms on x86 (initial support)
Gvozden Neskovic <neskovic@gmail.com>
parents: 25030
diff changeset
147 dir path=opt/zfs-tests/tests/functional/raidz
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
148 dir path=opt/zfs-tests/tests/functional/redundancy
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
149 dir path=opt/zfs-tests/tests/functional/refquota
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
150 dir path=opt/zfs-tests/tests/functional/refreserv
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
151 dir path=opt/zfs-tests/tests/functional/removal
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
152 dir path=opt/zfs-tests/tests/functional/rename_dirs
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
153 dir path=opt/zfs-tests/tests/functional/replacement
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
154 dir path=opt/zfs-tests/tests/functional/reservation
24985
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
155 dir path=opt/zfs-tests/tests/functional/resilver
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
156 dir path=opt/zfs-tests/tests/functional/rootpool
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
157 dir path=opt/zfs-tests/tests/functional/rsend
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
158 dir path=opt/zfs-tests/tests/functional/scrub_mirror
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
159 dir path=opt/zfs-tests/tests/functional/slog
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
160 dir path=opt/zfs-tests/tests/functional/snapshot
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
161 dir path=opt/zfs-tests/tests/functional/snapused
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
162 dir path=opt/zfs-tests/tests/functional/sparse
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
163 dir path=opt/zfs-tests/tests/functional/threadsappend
24008
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
164 dir path=opt/zfs-tests/tests/functional/trim
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
165 dir path=opt/zfs-tests/tests/functional/truncate
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
166 dir path=opt/zfs-tests/tests/functional/upgrade
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
167 dir path=opt/zfs-tests/tests/functional/userquota
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
168 dir path=opt/zfs-tests/tests/functional/utils_test
15616
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
169 dir path=opt/zfs-tests/tests/functional/vdev_zaps
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
170 dir path=opt/zfs-tests/tests/functional/write_dirs
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
171 dir path=opt/zfs-tests/tests/functional/xattr
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
172 dir path=opt/zfs-tests/tests/functional/zvol
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
173 dir path=opt/zfs-tests/tests/functional/zvol/zvol_ENOSPC
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
174 dir path=opt/zfs-tests/tests/functional/zvol/zvol_cli
16430
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
175 dir path=opt/zfs-tests/tests/functional/zvol/zvol_dump
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
176 dir path=opt/zfs-tests/tests/functional/zvol/zvol_misc
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
177 dir path=opt/zfs-tests/tests/functional/zvol/zvol_swap
17136
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
178 dir path=opt/zfs-tests/tests/longevity
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
179 dir path=opt/zfs-tests/tests/perf
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
180 dir path=opt/zfs-tests/tests/perf/fio
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
181 dir path=opt/zfs-tests/tests/perf/regression
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
182 dir path=opt/zfs-tests/tests/perf/scripts
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
183 dir path=opt/zfs-tests/tests/stress
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
184 dir path=opt/zfs-tests/tests/stress/races
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
185 file path=opt/zfs-tests/README mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
186 file path=opt/zfs-tests/bin/chg_usr_exec mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
187 file path=opt/zfs-tests/bin/devname2devid mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
188 file path=opt/zfs-tests/bin/dir_rd_update mode=0555
16534
b5a5946fdab4 8311 ZFS_READONLY is a little too strict
Gordon Ross <gwr@nexenta.com>
parents: 16430
diff changeset
189 file path=opt/zfs-tests/bin/dos_ro mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
190 file path=opt/zfs-tests/bin/file_check mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
191 file path=opt/zfs-tests/bin/file_trunc mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
192 file path=opt/zfs-tests/bin/file_write mode=0555
15033
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
193 file path=opt/zfs-tests/bin/getholes mode=0555
24008
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
194 file path=opt/zfs-tests/bin/has_unmap mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
195 file path=opt/zfs-tests/bin/largest_file mode=0555
25174
3d50a8265b2b 12877 Port OpenZFS #7780 - Add basic zfs ioc input nvpair validation
Don Brady <don.brady@delphix.com>
parents: 25060
diff changeset
196 file path=opt/zfs-tests/bin/libzfs_input_check mode=0555
16430
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
197 file path=opt/zfs-tests/bin/memory_balloon mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
198 file path=opt/zfs-tests/bin/mkbusy mode=0555
15515
e36bd8a8c5a5 6370 ZFS send fails to transmit some holes
Paul Dagnelie <pcd@delphix.com>
parents: 15497
diff changeset
199 file path=opt/zfs-tests/bin/mkfiles mode=0555
15033
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
200 file path=opt/zfs-tests/bin/mkholes mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
201 file path=opt/zfs-tests/bin/mktree mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
202 file path=opt/zfs-tests/bin/mmapwrite mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
203 file path=opt/zfs-tests/bin/randfree_file mode=0555
17136
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
204 file path=opt/zfs-tests/bin/randwritecomp mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
205 file path=opt/zfs-tests/bin/readmmap mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
206 file path=opt/zfs-tests/bin/rename_dir mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
207 file path=opt/zfs-tests/bin/rm_lnkcnt_zero_file mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
208 file path=opt/zfs-tests/bin/zfstest mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
209 file path=opt/zfs-tests/callbacks/zfs_dbgmsg mode=0555
22899
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
210 file path=opt/zfs-tests/callbacks/zfs_mmp mode=0555
23542
c2d84481eced 11276 Allow unencrypted children of encrypted datasets
Tom Caputi <tcaputi@datto.com>
parents: 23516
diff changeset
211 file path=opt/zfs-tests/include/blkdev.shlib mode=0444
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
212 file path=opt/zfs-tests/include/commands.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
213 file path=opt/zfs-tests/include/default.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
214 file path=opt/zfs-tests/include/libtest.shlib mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
215 file path=opt/zfs-tests/include/math.shlib mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
216 file path=opt/zfs-tests/include/properties.shlib mode=0444
24596
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
217 file path=opt/zfs-tests/include/zpool_script.shlib mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
218 file path=opt/zfs-tests/runfiles/delphix.run mode=0444
17136
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
219 file path=opt/zfs-tests/runfiles/longevity.run mode=0444
14384
394f7bc6c441 4620 Add OmniOS as a runnable usr/src/test distro
Dan McDonald <danmcd@omniti.com>
parents: 14281
diff changeset
220 file path=opt/zfs-tests/runfiles/omnios.run mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
221 file path=opt/zfs-tests/runfiles/openindiana.run mode=0444
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
222 file path=opt/zfs-tests/runfiles/perf-regression.run mode=0444
23704
77d5968ae111 11305 add smartos runfile to zfs test suite
Kody Kantor <kody@kkantor.com>
parents: 23646
diff changeset
223 file path=opt/zfs-tests/runfiles/smartos.run mode=0444
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
224 file path=opt/zfs-tests/runfiles/stress.run mode=0444
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
225 file path=opt/zfs-tests/tests/functional/acl/acl.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
226 file path=opt/zfs-tests/tests/functional/acl/acl_common.kshlib mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
227 file path=opt/zfs-tests/tests/functional/acl/cifs/cifs.kshlib mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
228 file path=opt/zfs-tests/tests/functional/acl/cifs/cifs_attr_001_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
229 file path=opt/zfs-tests/tests/functional/acl/cifs/cifs_attr_002_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
230 file path=opt/zfs-tests/tests/functional/acl/cifs/cifs_attr_003_pos mode=0555
16534
b5a5946fdab4 8311 ZFS_READONLY is a little too strict
Gordon Ross <gwr@nexenta.com>
parents: 16430
diff changeset
231 file path=opt/zfs-tests/tests/functional/acl/cifs/cifs_attr_004_pos mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
232 file path=opt/zfs-tests/tests/functional/acl/cifs/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
233 file path=opt/zfs-tests/tests/functional/acl/cifs/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
234 file path=opt/zfs-tests/tests/functional/acl/nontrivial/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
235 file path=opt/zfs-tests/tests/functional/acl/nontrivial/setup mode=0555
13920
91e6d0c446e5 3444 README for usr/src/test
John Wren Kennedy <john.kennedy@delphix.com>
parents: 13899
diff changeset
236 file \
91e6d0c446e5 3444 README for usr/src/test
John Wren Kennedy <john.kennedy@delphix.com>
parents: 13899
diff changeset
237 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_aclmode_restricted_001_neg \
91e6d0c446e5 3444 README for usr/src/test
John Wren Kennedy <john.kennedy@delphix.com>
parents: 13899
diff changeset
238 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
239 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
240 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
241 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
242 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
243 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
244 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_aclmode_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
245 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
246 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
247 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_compact_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
248 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
249 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
250 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_delete_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
251 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
252 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
253 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_inherit_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
254 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
255 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
256 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_inherit_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
257 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
258 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
259 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_inherit_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
260 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
261 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
262 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_inherit_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
263 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
264 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
265 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_inherit_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
266 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
267 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
268 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_owner_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
269 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
270 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
271 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwacl_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
272 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
273 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
274 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
275 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
276 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
277 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
278 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
279 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
280 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
281 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
282 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
283 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
284 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
285 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
286 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_xattr_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
287 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
288 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
289 path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_xattr_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
290 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
291 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_cp_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
292 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
293 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_cp_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
294 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
295 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_cpio_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
296 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
297 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_cpio_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
298 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
299 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_find_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
300 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
301 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_ls_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
302 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
303 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_mv_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
304 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
305 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_tar_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
306 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
307 file path=opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_tar_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
308 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
309 file path=opt/zfs-tests/tests/functional/acl/trivial/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
310 file path=opt/zfs-tests/tests/functional/acl/trivial/setup mode=0555
13920
91e6d0c446e5 3444 README for usr/src/test
John Wren Kennedy <john.kennedy@delphix.com>
parents: 13899
diff changeset
311 file \
91e6d0c446e5 3444 README for usr/src/test
John Wren Kennedy <john.kennedy@delphix.com>
parents: 13899
diff changeset
312 path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_aclmode_restricted_001_pos \
91e6d0c446e5 3444 README for usr/src/test
John Wren Kennedy <john.kennedy@delphix.com>
parents: 13899
diff changeset
313 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
314 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_chmod_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
315 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
316 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_compress_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
317 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
318 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_cp_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
319 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
320 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_cp_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
321 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
322 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_cp_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
323 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
324 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_find_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
325 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
326 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_find_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
327 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
328 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_ls_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
329 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
330 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_ls_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
331 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
332 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_mv_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
333 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
334 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pack_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
335 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
336 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pax_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
337 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
338 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pax_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
339 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
340 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pax_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
341 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
342 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pax_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
343 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
344 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pax_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
345 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
346 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_pax_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
347 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
348 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_tar_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
349 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
350 file path=opt/zfs-tests/tests/functional/acl/trivial/zfs_acl_tar_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
351 mode=0555
22983
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
352 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class.cfg mode=0444
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
353 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class.kshlib \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
354 mode=0444
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
355 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_001_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
356 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
357 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_002_neg \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
358 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
359 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_003_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
360 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
361 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_004_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
362 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
363 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_005_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
364 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
365 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_006_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
366 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
367 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_007_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
368 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
369 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_008_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
370 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
371 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_009_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
372 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
373 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_010_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
374 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
375 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_011_neg \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
376 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
377 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_012_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
378 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
379 file path=opt/zfs-tests/tests/functional/alloc_class/alloc_class_013_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
380 mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
381 file path=opt/zfs-tests/tests/functional/alloc_class/cleanup mode=0555
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
382 file path=opt/zfs-tests/tests/functional/alloc_class/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
383 file path=opt/zfs-tests/tests/functional/atime/atime.cfg mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
384 file path=opt/zfs-tests/tests/functional/atime/atime_001_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
385 file path=opt/zfs-tests/tests/functional/atime/atime_002_neg mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
386 file path=opt/zfs-tests/tests/functional/atime/atime_common.kshlib mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
387 file path=opt/zfs-tests/tests/functional/atime/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
388 file path=opt/zfs-tests/tests/functional/atime/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
389 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_001_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
390 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_002_neg mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
391 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_003_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
392 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_004_neg mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
393 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_005_neg mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
394 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_006_pos mode=0555
14941
d76afbc77907 5684 ZFS bootfs tests need some work
Hans Rosenfeld <hans.rosenfeld@nexenta.com>
parents: 14540
diff changeset
395 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_007_pos mode=0555
16033
c3ea82a72161 7404 rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits
Toomas Soome <tsoome@me.com>
parents: 16020
diff changeset
396 file path=opt/zfs-tests/tests/functional/bootfs/bootfs_008_pos mode=0555
23297
fe08feb22a1e 10608 zfs tests could be more reliable (fix packaging)
Dan McDonald <danmcd@joyent.com>
parents: 23205
diff changeset
397 file path=opt/zfs-tests/tests/functional/bootfs/cleanup mode=0555
fe08feb22a1e 10608 zfs tests could be more reliable (fix packaging)
Dan McDonald <danmcd@joyent.com>
parents: 23205
diff changeset
398 file path=opt/zfs-tests/tests/functional/bootfs/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
399 file path=opt/zfs-tests/tests/functional/cache/cache.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
400 file path=opt/zfs-tests/tests/functional/cache/cache.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
401 file path=opt/zfs-tests/tests/functional/cache/cache_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
402 file path=opt/zfs-tests/tests/functional/cache/cache_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
403 file path=opt/zfs-tests/tests/functional/cache/cache_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
404 file path=opt/zfs-tests/tests/functional/cache/cache_004_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
405 file path=opt/zfs-tests/tests/functional/cache/cache_005_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
406 file path=opt/zfs-tests/tests/functional/cache/cache_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
407 file path=opt/zfs-tests/tests/functional/cache/cache_007_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
408 file path=opt/zfs-tests/tests/functional/cache/cache_008_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
409 file path=opt/zfs-tests/tests/functional/cache/cache_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
410 file path=opt/zfs-tests/tests/functional/cache/cache_010_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
411 file path=opt/zfs-tests/tests/functional/cache/cache_011_pos mode=0555
25465
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
412 file path=opt/zfs-tests/tests/functional/cache/cache_012_pos mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
413 file path=opt/zfs-tests/tests/functional/cache/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
414 file path=opt/zfs-tests/tests/functional/cache/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
415 file path=opt/zfs-tests/tests/functional/cachefile/cachefile.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
416 file path=opt/zfs-tests/tests/functional/cachefile/cachefile.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
417 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
418 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
419 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
420 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_004_pos mode=0555
15468
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
421 file path=opt/zfs-tests/tests/functional/casenorm/case_all_values mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
422 file path=opt/zfs-tests/tests/functional/casenorm/casenorm.cfg mode=0444
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
423 file path=opt/zfs-tests/tests/functional/casenorm/casenorm.kshlib mode=0444
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
424 file path=opt/zfs-tests/tests/functional/casenorm/cleanup mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
425 file path=opt/zfs-tests/tests/functional/casenorm/insensitive_formd_delete \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
426 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
427 file path=opt/zfs-tests/tests/functional/casenorm/insensitive_formd_lookup \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
428 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
429 file path=opt/zfs-tests/tests/functional/casenorm/insensitive_none_delete \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
430 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
431 file path=opt/zfs-tests/tests/functional/casenorm/insensitive_none_lookup \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
432 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
433 file path=opt/zfs-tests/tests/functional/casenorm/mixed_formd_delete mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
434 file path=opt/zfs-tests/tests/functional/casenorm/mixed_formd_lookup mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
435 file path=opt/zfs-tests/tests/functional/casenorm/mixed_formd_lookup_ci \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
436 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
437 file path=opt/zfs-tests/tests/functional/casenorm/mixed_none_delete mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
438 file path=opt/zfs-tests/tests/functional/casenorm/mixed_none_lookup mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
439 file path=opt/zfs-tests/tests/functional/casenorm/mixed_none_lookup_ci \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
440 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
441 file path=opt/zfs-tests/tests/functional/casenorm/norm_all_values mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
442 file path=opt/zfs-tests/tests/functional/casenorm/sensitive_formd_delete \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
443 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
444 file path=opt/zfs-tests/tests/functional/casenorm/sensitive_formd_lookup \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
445 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
446 file path=opt/zfs-tests/tests/functional/casenorm/sensitive_none_delete \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
447 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
448 file path=opt/zfs-tests/tests/functional/casenorm/sensitive_none_lookup \
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
449 mode=0555
f7128d222f19 6528 need casesensitivity/normalization test cases for zfs-tests
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 15416
diff changeset
450 file path=opt/zfs-tests/tests/functional/casenorm/setup mode=0555
16570
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
451 file path=opt/zfs-tests/tests/functional/channel_program/channel_common.kshlib \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
452 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
453 file path=opt/zfs-tests/tests/functional/channel_program/lua_core/cleanup \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
454 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
455 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
456 path=opt/zfs-tests/tests/functional/channel_program/lua_core/nvlist_to_lua.exe \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
457 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
458 file path=opt/zfs-tests/tests/functional/channel_program/lua_core/setup \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
459 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
460 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
461 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.args_to_lua \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
462 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
463 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
464 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.args_to_lua.out \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
465 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
466 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
467 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.args_to_lua.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
468 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
469 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
470 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.divide_by_zero \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
471 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
472 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
473 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.divide_by_zero.err \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
474 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
475 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
476 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.divide_by_zero.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
477 mode=0444
16720
045ede1bfc28 8605 zfs channel programs: zfs.exists undocumented and non-working
Chris Williamson <chris.williamson@delphix.com>
parents: 16570
diff changeset
478 file path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.exists \
045ede1bfc28 8605 zfs channel programs: zfs.exists undocumented and non-working
Chris Williamson <chris.williamson@delphix.com>
parents: 16570
diff changeset
479 mode=0555
045ede1bfc28 8605 zfs channel programs: zfs.exists undocumented and non-working
Chris Williamson <chris.williamson@delphix.com>
parents: 16570
diff changeset
480 file \
045ede1bfc28 8605 zfs channel programs: zfs.exists undocumented and non-working
Chris Williamson <chris.williamson@delphix.com>
parents: 16570
diff changeset
481 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.exists.zcp \
045ede1bfc28 8605 zfs channel programs: zfs.exists undocumented and non-working
Chris Williamson <chris.williamson@delphix.com>
parents: 16570
diff changeset
482 mode=0444
16570
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
483 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
484 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.integer_illegal \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
485 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
486 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
487 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.integer_overflow \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
488 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
489 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
490 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.language_functions_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
491 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
492 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
493 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.language_functions_pos \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
494 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
495 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
496 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.large_prog \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
497 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
498 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
499 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.large_prog.out \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
500 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
501 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
502 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.large_prog.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
503 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
504 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
505 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.memory_limit \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
506 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
507 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
508 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.nested_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
509 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
510 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
511 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.nested_neg.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
512 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
513 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
514 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.nested_pos \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
515 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
516 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
517 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.nested_pos.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
518 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
519 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
520 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.nvlist_to_lua \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
521 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
522 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
523 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.recursive.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
524 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
525 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
526 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.recursive_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
527 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
528 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
529 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.recursive_pos \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
530 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
531 file \
16732
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
532 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.return_large \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
533 mode=0555
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
534 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
535 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.return_large.zcp \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
536 mode=0444
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
537 file \
16570
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
538 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.return_nvlist_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
539 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
540 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
541 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.return_nvlist_pos \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
542 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
543 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
544 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.return_recursive_table \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
545 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
546 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
547 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.return_recursive_table.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
548 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
549 file path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.timeout \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
550 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
551 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
552 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.timeout.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
553 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
554 file path=opt/zfs-tests/tests/functional/channel_program/synctask_core/cleanup \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
555 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
556 file path=opt/zfs-tests/tests/functional/channel_program/synctask_core/setup \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
557 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
558 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
559 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.destroy_fs \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
560 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
561 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
562 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.destroy_snap \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
563 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
564 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
565 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_count_and_limit \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
566 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
567 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
568 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_index_props \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
569 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
570 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
571 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_index_props.out \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
572 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
573 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
574 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_index_props.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
575 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
576 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
577 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_mountpoint \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
578 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
579 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
580 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
581 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
582 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
583 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_number_props \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
584 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
585 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
586 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_number_props.out \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
587 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
588 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
589 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_number_props.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
590 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
591 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
592 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_string_props \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
593 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
594 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
595 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_string_props.out \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
596 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
597 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
598 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_string_props.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
599 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
600 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
601 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_type \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
602 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
603 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
604 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_userquota \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
605 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
606 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
607 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.get_written \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
608 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
609 file \
24549
2377ea847e10 12245 Support inheriting properties in zfs channel programs
Jason King <jason.king@joyent.com>
parents: 24482
diff changeset
610 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.inherit \
2377ea847e10 12245 Support inheriting properties in zfs channel programs
Jason King <jason.king@joyent.com>
parents: 24482
diff changeset
611 mode=0555
2377ea847e10 12245 Support inheriting properties in zfs channel programs
Jason King <jason.king@joyent.com>
parents: 24482
diff changeset
612 file \
16570
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
613 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.list_children \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
614 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
615 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
616 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.list_clones \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
617 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
618 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
619 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.list_snapshots \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
620 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
621 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
622 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.list_system_props \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
623 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
624 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
625 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.parse_args_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
626 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
627 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
628 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.promote_conflict \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
629 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
630 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
631 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.promote_conflict.zcp \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
632 mode=0444
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
633 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
634 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.promote_multiple \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
635 mode=0555
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
636 file \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
637 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.promote_simple \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
638 mode=0555
16731
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
639 file \
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
640 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.rollback_mult \
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
641 mode=0555
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
642 file \
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
643 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.rollback_one \
4293f87d16ce 8592 ZFS channel programs - rollback
Brad Lewis <brad.lewis@delphix.com>
parents: 16720
diff changeset
644 mode=0555
16732
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
645 file \
24630
b9e7ea6f5db4 12308 Support setting user properties in a channel program
Sara Hartse <sara.hartse@delphix.com>
parents: 24596
diff changeset
646 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.set_props \
b9e7ea6f5db4 12308 Support setting user properties in a channel program
Sara Hartse <sara.hartse@delphix.com>
parents: 24596
diff changeset
647 mode=0555
b9e7ea6f5db4 12308 Support setting user properties in a channel program
Sara Hartse <sara.hartse@delphix.com>
parents: 24596
diff changeset
648 file \
b9e7ea6f5db4 12308 Support setting user properties in a channel program
Sara Hartse <sara.hartse@delphix.com>
parents: 24596
diff changeset
649 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.set_props.zcp \
b9e7ea6f5db4 12308 Support setting user properties in a channel program
Sara Hartse <sara.hartse@delphix.com>
parents: 24596
diff changeset
650 mode=0444
b9e7ea6f5db4 12308 Support setting user properties in a channel program
Sara Hartse <sara.hartse@delphix.com>
parents: 24596
diff changeset
651 file \
16732
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
652 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_destroy \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
653 mode=0555
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
654 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
655 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_destroy.zcp \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
656 mode=0444
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
657 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
658 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_neg \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
659 mode=0555
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
660 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
661 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_neg.zcp \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
662 mode=0444
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
663 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
664 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_recursive \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
665 mode=0555
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
666 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
667 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_recursive.zcp \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
668 mode=0444
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
669 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
670 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_simple \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
671 mode=0555
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
672 file \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
673 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.snapshot_simple.zcp \
f63829204189 8600 ZFS channel programs - snapshot
Chris Williamson <chris.williamson@delphix.com>
parents: 16731
diff changeset
674 mode=0444
22666
a92898de765a 9425 allow channel programs to be stopped via signals
Don Brady <don.brady@delphix.com>
parents: 22662
diff changeset
675 file \
a92898de765a 9425 allow channel programs to be stopped via signals
Don Brady <don.brady@delphix.com>
parents: 22662
diff changeset
676 path=opt/zfs-tests/tests/functional/channel_program/synctask_core/tst.terminate_by_signal \
a92898de765a 9425 allow channel programs to be stopped via signals
Don Brady <don.brady@delphix.com>
parents: 22662
diff changeset
677 mode=0555
15215
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
678 $(i386_ONLY)file path=opt/zfs-tests/tests/functional/checksum/edonr_test.amd64 \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
679 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
680 $(i386_ONLY)file path=opt/zfs-tests/tests/functional/checksum/edonr_test.i386 \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
681 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
682 $(sparc_ONLY)file \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
683 path=opt/zfs-tests/tests/functional/checksum/edonr_test.sparc mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
684 $(sparc_ONLY)file \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
685 path=opt/zfs-tests/tests/functional/checksum/edonr_test.sparcv9 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
686 file path=opt/zfs-tests/tests/functional/checksum/run_edonr_test mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
687 file path=opt/zfs-tests/tests/functional/checksum/run_sha2_test mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
688 file path=opt/zfs-tests/tests/functional/checksum/run_skein_test mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
689 $(i386_ONLY)file path=opt/zfs-tests/tests/functional/checksum/sha2_test.amd64 \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
690 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
691 $(i386_ONLY)file path=opt/zfs-tests/tests/functional/checksum/sha2_test.i386 \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
692 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
693 $(sparc_ONLY)file path=opt/zfs-tests/tests/functional/checksum/sha2_test.sparc \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
694 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
695 $(sparc_ONLY)file \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
696 path=opt/zfs-tests/tests/functional/checksum/sha2_test.sparcv9 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
697 $(i386_ONLY)file path=opt/zfs-tests/tests/functional/checksum/skein_test.amd64 \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
698 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
699 $(i386_ONLY)file path=opt/zfs-tests/tests/functional/checksum/skein_test.i386 \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
700 mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
701 $(sparc_ONLY)file \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
702 path=opt/zfs-tests/tests/functional/checksum/skein_test.sparc mode=0555
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
703 $(sparc_ONLY)file \
5094d4b8d1cd 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Matthew Ahrens <mahrens@delphix.com>
parents: 15033
diff changeset
704 path=opt/zfs-tests/tests/functional/checksum/skein_test.sparcv9 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
705 file path=opt/zfs-tests/tests/functional/clean_mirror/clean_mirror_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
706 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
707 file path=opt/zfs-tests/tests/functional/clean_mirror/clean_mirror_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
708 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
709 file path=opt/zfs-tests/tests/functional/clean_mirror/clean_mirror_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
710 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
711 file path=opt/zfs-tests/tests/functional/clean_mirror/clean_mirror_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
712 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
713 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
714 path=opt/zfs-tests/tests/functional/clean_mirror/clean_mirror_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
715 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
716 file path=opt/zfs-tests/tests/functional/clean_mirror/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
717 file path=opt/zfs-tests/tests/functional/clean_mirror/default.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
718 file path=opt/zfs-tests/tests/functional/clean_mirror/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
719 file path=opt/zfs-tests/tests/functional/cli_root/cli_common.kshlib mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
720 file path=opt/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg mode=0555
15628
e63687b8a7c6 6880 zdb incorrectly reports feature count mismatch when feature is disabled
Matthew Ahrens <mahrens@delphix.com>
parents: 15616
diff changeset
721 file path=opt/zfs-tests/tests/functional/cli_root/zdb/zdb_002_pos mode=0555
25275
9c774274c5e4 13017 Dump unique configurations and Uberblocks in zdb -lu
Olaf Faaland <faaland1@llnl.gov>
parents: 25174
diff changeset
722 file path=opt/zfs-tests/tests/functional/cli_root/zdb/zdb_003_pos mode=0555
9c774274c5e4 13017 Dump unique configurations and Uberblocks in zdb -lu
Olaf Faaland <faaland1@llnl.gov>
parents: 25174
diff changeset
723 file path=opt/zfs-tests/tests/functional/cli_root/zdb/zdb_004_pos mode=0555
9c774274c5e4 13017 Dump unique configurations and Uberblocks in zdb -lu
Olaf Faaland <faaland1@llnl.gov>
parents: 25174
diff changeset
724 file path=opt/zfs-tests/tests/functional/cli_root/zdb/zdb_005_pos mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
725 file path=opt/zfs-tests/tests/functional/cli_root/zfs/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
726 file path=opt/zfs-tests/tests/functional/cli_root/zfs/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
727 file path=opt/zfs-tests/tests/functional/cli_root/zfs/zfs_001_neg mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
728 file path=opt/zfs-tests/tests/functional/cli_root/zfs/zfs_002_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
729 file path=opt/zfs-tests/tests/functional/cli_root/zfs/zfs_003_neg mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
730 file path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/cleanup \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
731 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
732 file path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/setup \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
733 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
734 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
735 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
736 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
737 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
738 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_child \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
739 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
740 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
741 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_format \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
742 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
743 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
744 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_inherit \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
745 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
746 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
747 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_load \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
748 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
749 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
750 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_location \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
751 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
752 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
753 path=opt/zfs-tests/tests/functional/cli_root/zfs_change-key/zfs_change-key_pbkdf2iters \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
754 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
755 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
756 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
757 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
758 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
759 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
760 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
761 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
762 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
763 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
764 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
765 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
766 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
767 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
768 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
769 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_007_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
770 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
771 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_008_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
772 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
773 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
774 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
775 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_010_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
776 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
777 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
778 path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
779 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
780 file path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
781 file path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
782 file path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
783 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
784 file path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
785 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
786 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
787 path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
788 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
789 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
790 path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
791 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
792 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
793 path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
794 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
795 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
796 path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
797 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
798 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
799 path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
800 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
801 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
802 path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/zfs_copies_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
803 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
804 file path=opt/zfs-tests/tests/functional/cli_root/zfs_create/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
805 file path=opt/zfs-tests/tests/functional/cli_root/zfs_create/properties.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
806 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
807 file path=opt/zfs-tests/tests/functional/cli_root/zfs_create/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
808 file path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
809 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
810 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
811 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
812 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
813 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
814 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
815 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
816 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
817 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
818 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
819 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
820 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
821 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
822 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
823 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
824 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
825 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
826 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
827 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
828 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
829 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_007_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
830 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
831 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
832 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_008_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
833 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
834 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
835 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
836 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
837 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
838 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_010_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
839 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
840 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
841 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_011_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
842 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
843 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
844 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_012_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
845 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
846 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
847 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_013_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
848 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
849 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
850 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
851 mode=0444
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
852 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
853 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_crypt_combos \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
854 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
855 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
856 path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
857 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
858 file path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
859 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
860 file path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
861 file path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
862 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
863 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
864 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
865 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
866 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
867 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
868 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
869 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
870 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
871 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
872 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
873 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
874 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
875 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
876 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
877 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
878 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
879 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_006_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
880 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
881 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
882 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
883 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
884 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
885 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
886 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
887 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
888 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_009_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
889 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
890 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
891 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_010_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
892 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
893 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
894 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_011_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
895 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
896 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
897 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_012_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
898 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
899 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
900 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_013_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
901 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
902 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
903 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_014_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
904 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
905 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
906 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_015_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
907 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
908 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
909 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_016_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
910 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
911 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
912 path=opt/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
913 mode=0444
24320
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
914 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/cleanup mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
915 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/setup mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
916 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/socket mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
917 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/zfs_diff_changes \
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
918 mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
919 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/zfs_diff_cliargs \
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
920 mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
921 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/zfs_diff_encrypted \
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
922 mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
923 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/zfs_diff_timestamp \
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
924 mode=0555
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
925 file path=opt/zfs-tests/tests/functional/cli_root/zfs_diff/zfs_diff_types \
5e8f2f212aa9 11962 Port ZoL zfs diff tests to illumos
LOLi <loli10K@users.noreply.github.com>
parents: 24237
diff changeset
926 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
927 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
928 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
929 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
930 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
931 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
932 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
933 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
934 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
935 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
936 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
937 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
938 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
939 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_006_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
940 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
941 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
942 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
943 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
944 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
945 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_009_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
946 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
947 file path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_010_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
948 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
949 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
950 path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
951 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
952 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
953 path=opt/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_list_d.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
954 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
955 file path=opt/zfs-tests/tests/functional/cli_root/zfs_inherit/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
956 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
957 file path=opt/zfs-tests/tests/functional/cli_root/zfs_inherit/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
958 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
959 path=opt/zfs-tests/tests/functional/cli_root/zfs_inherit/zfs_inherit_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
960 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
961 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
962 path=opt/zfs-tests/tests/functional/cli_root/zfs_inherit/zfs_inherit_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
963 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
964 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
965 path=opt/zfs-tests/tests/functional/cli_root/zfs_inherit/zfs_inherit_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
966 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
967 file path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/cleanup \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
968 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
969 file path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/setup mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
970 file path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
971 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
972 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
973 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key.cfg \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
974 mode=0444
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
975 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
976 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_all \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
977 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
978 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
979 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_common.kshlib \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
980 mode=0444
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
981 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
982 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
983 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
984 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
985 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_location \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
986 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
987 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
988 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_noop \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
989 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
990 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
991 path=opt/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_recursive \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
992 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
993 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
994 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
995 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
996 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
997 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
998 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
999 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1000 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1001 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1002 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1003 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1004 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1005 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1006 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1007 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1008 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1009 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1010 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1011 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_007_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1012 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1013 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1014 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1015 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1016 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1017 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_010_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1018 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1019 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_011_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1020 mode=0555
15848
8c0312687b50 7336 vfork and O_CLOEXEC causes zfs_mount EBUSY
Prakash Surya <prakash.surya@delphix.com>
parents: 15837
diff changeset
1021 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_012_neg \
8c0312687b50 7336 vfork and O_CLOEXEC causes zfs_mount EBUSY
Prakash Surya <prakash.surya@delphix.com>
parents: 15837
diff changeset
1022 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1023 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1024 path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_all_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1025 mode=0555
17331
ed6fc7aa6407 8115 parallel zfs mount
Sebastien Roy <seb@delphix.com>
parents: 17290
diff changeset
1026 file path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_all_fail \
ed6fc7aa6407 8115 parallel zfs mount
Sebastien Roy <seb@delphix.com>
parents: 17290
diff changeset
1027 mode=0555
ed6fc7aa6407 8115 parallel zfs mount
Sebastien Roy <seb@delphix.com>
parents: 17290
diff changeset
1028 file \
ed6fc7aa6407 8115 parallel zfs mount
Sebastien Roy <seb@delphix.com>
parents: 17290
diff changeset
1029 path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_all_mountpoints \
ed6fc7aa6407 8115 parallel zfs mount
Sebastien Roy <seb@delphix.com>
parents: 17290
diff changeset
1030 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1031 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1032 path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1033 mode=0555
22073
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
1034 file path=opt/zfs-tests/tests/functional/cli_root/zfs_program/cleanup \
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
1035 mode=0555
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
1036 file path=opt/zfs-tests/tests/functional/cli_root/zfs_program/setup mode=0555
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
1037 file path=opt/zfs-tests/tests/functional/cli_root/zfs_program/zfs_program_json \
2285bbb66ced 9466 add JSON output support to channel programs
Alek Pinchuk <apinchuk@datto.com>
parents: 17442
diff changeset
1038 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1039 file path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1040 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1041 file path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1042 file path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1043 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1044 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1045 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1046 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1047 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1048 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1049 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1050 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1051 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1052 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1053 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1054 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1055 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1056 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1057 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1058 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1059 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1060 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_006_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1061 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1062 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1063 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1064 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1065 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1066 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1067 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1068 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1069 path=opt/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_encryptionroot \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1070 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1071 file path=opt/zfs-tests/tests/functional/cli_root/zfs_property/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1072 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1073 file path=opt/zfs-tests/tests/functional/cli_root/zfs_property/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1074 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1075 path=opt/zfs-tests/tests/functional/cli_root/zfs_property/zfs_written_property_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1076 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1077 file path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1078 mode=0555
23799
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1079 file \
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1080 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/receive-o-x_props_override \
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1081 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1082 file path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1083 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1084 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1085 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1086 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1087 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1088 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1089 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1090 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1091 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1092 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1093 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1094 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1095 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1096 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1097 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1098 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1099 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1100 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1101 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1102 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1103 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1104 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1105 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1106 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1107 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1108 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1109 mode=0555
15401
1cf7e85fcfe7 6393 zfs receive a full send as a clone
Paul Dagnelie <pcd@delphix.com>
parents: 15340
diff changeset
1110 file \
1cf7e85fcfe7 6393 zfs receive a full send as a clone
Paul Dagnelie <pcd@delphix.com>
parents: 15340
diff changeset
1111 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos \
1cf7e85fcfe7 6393 zfs receive a full send as a clone
Paul Dagnelie <pcd@delphix.com>
parents: 15340
diff changeset
1112 mode=0555
15416
2329152f954a 4986 receiving replication stream fails if any snapshot exceeds refquota
Dan McDonald <danmcd@omniti.com>
parents: 15401
diff changeset
1113 file \
2329152f954a 4986 receiving replication stream fails if any snapshot exceeds refquota
Dan McDonald <danmcd@omniti.com>
parents: 15401
diff changeset
1114 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_011_pos \
2329152f954a 4986 receiving replication stream fails if any snapshot exceeds refquota
Dan McDonald <danmcd@omniti.com>
parents: 15401
diff changeset
1115 mode=0555
15469
f0fcb8ad3889 6562 Refquota on receive doesn't account for overage
Dan McDonald <danmcd@omniti.com>
parents: 15468
diff changeset
1116 file \
f0fcb8ad3889 6562 Refquota on receive doesn't account for overage
Dan McDonald <danmcd@omniti.com>
parents: 15468
diff changeset
1117 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_012_pos \
f0fcb8ad3889 6562 Refquota on receive doesn't account for overage
Dan McDonald <danmcd@omniti.com>
parents: 15468
diff changeset
1118 mode=0555
15837
e788be2ff0aa 7247 zfs receive of deduplicated stream fails
Chris Williamson <chris.williamson@delphix.com>
parents: 15747
diff changeset
1119 file \
e788be2ff0aa 7247 zfs receive of deduplicated stream fails
Chris Williamson <chris.williamson@delphix.com>
parents: 15747
diff changeset
1120 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_013_pos \
e788be2ff0aa 7247 zfs receive of deduplicated stream fails
Chris Williamson <chris.williamson@delphix.com>
parents: 15747
diff changeset
1121 mode=0555
17020
9b9ed35a333a 8408 dsl_props_set_sync_impl() does not handle nested nvlists correctly
loli10K <ezomori.nozomu@gmail.com>
parents: 16935
diff changeset
1122 file \
9b9ed35a333a 8408 dsl_props_set_sync_impl() does not handle nested nvlists correctly
loli10K <ezomori.nozomu@gmail.com>
parents: 16935
diff changeset
1123 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_014_pos \
9b9ed35a333a 8408 dsl_props_set_sync_impl() does not handle nested nvlists correctly
loli10K <ezomori.nozomu@gmail.com>
parents: 16935
diff changeset
1124 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1125 file \
23799
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1126 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_015_pos \
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1127 mode=0555
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1128 file \
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1129 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_from_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1130 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1131 file path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_raw \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1132 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1133 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1134 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_raw_incremental \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1135 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1136 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1137 path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_to_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1138 mode=0555
17332
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1139 file path=opt/zfs-tests/tests/functional/cli_root/zfs_remap/cleanup mode=0555
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1140 file path=opt/zfs-tests/tests/functional/cli_root/zfs_remap/setup mode=0555
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1141 file path=opt/zfs-tests/tests/functional/cli_root/zfs_remap/zfs_remap_cliargs \
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1142 mode=0555
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1143 file \
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1144 path=opt/zfs-tests/tests/functional/cli_root/zfs_remap/zfs_remap_obsolete_counts \
b058175809d1 9512 zfs remap poolname@snapname coredumps
loli10K <ezomori.nozomu@gmail.com>
parents: 17331
diff changeset
1145 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1146 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1147 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1148 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1149 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1150 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1151 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1152 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1153 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1154 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1155 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1156 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1157 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1158 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1159 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1160 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1161 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1162 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1163 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1164 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1165 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1166 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1167 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1168 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1169 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1170 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1171 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_007_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1172 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1173 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1174 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1175 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1176 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1177 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1178 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1179 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1180 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_010_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1181 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1182 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1183 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_011_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1184 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1185 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1186 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_012_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1187 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1188 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1189 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_013_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1190 mode=0555
17351
b45b8f1c3e38 9330 stack overflow when creating a deeply nested dataset
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17332
diff changeset
1191 file \
b45b8f1c3e38 9330 stack overflow when creating a deeply nested dataset
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17332
diff changeset
1192 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_014_neg \
b45b8f1c3e38 9330 stack overflow when creating a deeply nested dataset
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17332
diff changeset
1193 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1194 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1195 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_encrypted_child \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1196 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1197 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1198 path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_to_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1199 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1200 file path=opt/zfs-tests/tests/functional/cli_root/zfs_reservation/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1201 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1202 file path=opt/zfs-tests/tests/functional/cli_root/zfs_reservation/setup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1203 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1204 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1205 path=opt/zfs-tests/tests/functional/cli_root/zfs_reservation/zfs_reservation_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1206 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1207 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1208 path=opt/zfs-tests/tests/functional/cli_root/zfs_reservation/zfs_reservation_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1209 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1210 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1211 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1212 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1213 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1214 path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1215 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1216 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1217 path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1218 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1219 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1220 path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1221 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1222 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1223 path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1224 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1225 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1226 path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1227 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1228 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1229 path=opt/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1230 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1231 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1232 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/setup mode=0555
23799
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1233 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send-b \
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
1234 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1235 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1236 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1237 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1238 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1239 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1240 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1241 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1242 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1243 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1244 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1245 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1246 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1247 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1248 mode=0555
15515
e36bd8a8c5a5 6370 ZFS send fails to transmit some holes
Paul Dagnelie <pcd@delphix.com>
parents: 15497
diff changeset
1249 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_007_pos \
e36bd8a8c5a5 6370 ZFS send fails to transmit some holes
Paul Dagnelie <pcd@delphix.com>
parents: 15497
diff changeset
1250 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1251 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1252 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1253 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1254 path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_encrypted_unloaded \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1255 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1256 file path=opt/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_raw \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1257 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1258 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/cache_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1259 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1260 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/cache_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1261 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1262 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/canmount_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1263 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1264 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/canmount_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1265 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1266 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/canmount_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1267 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1268 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/canmount_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1269 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1270 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/checksum_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1271 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1272 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1273 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/compression_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1274 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1275 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/mountpoint_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1276 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1277 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/mountpoint_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1278 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1279 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/mountpoint_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1280 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1281 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/onoffs_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1282 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1283 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1284 path=opt/zfs-tests/tests/functional/cli_root/zfs_set/property_alias_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1285 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1286 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/readonly_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1287 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1288 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/reservation_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1289 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1290 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/ro_props_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1291 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1292 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1293 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/share_mount_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1294 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1295 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/snapdir_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1296 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1297 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1298 path=opt/zfs-tests/tests/functional/cli_root/zfs_set/user_property_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1299 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1300 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1301 path=opt/zfs-tests/tests/functional/cli_root/zfs_set/user_property_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1302 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1303 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1304 path=opt/zfs-tests/tests/functional/cli_root/zfs_set/user_property_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1305 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1306 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1307 path=opt/zfs-tests/tests/functional/cli_root/zfs_set/user_property_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1308 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1309 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/version_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1310 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1311 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/zfs_set_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1312 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1313 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/zfs_set_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1314 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1315 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/zfs_set_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1316 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1317 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1318 path=opt/zfs-tests/tests/functional/cli_root/zfs_set/zfs_set_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1319 mode=0444
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1320 file path=opt/zfs-tests/tests/functional/cli_root/zfs_set/zfs_set_keylocation \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1321 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1322 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1323 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1324 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1325 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1326 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1327 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1328 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1329 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1330 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1331 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1332 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1333 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1334 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1335 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1336 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1337 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1338 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1339 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1340 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_008_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1341 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1342 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1343 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1344 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_010_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1345 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1346 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_011_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1347 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1348 file path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1349 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1350 file path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1351 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1352 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1353 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1354 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1355 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1356 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1357 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1358 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1359 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1360 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1361 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1362 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1363 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1364 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1365 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1366 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1367 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1368 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1369 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1370 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1371 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1372 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1373 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1374 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1375 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1376 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_008_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1377 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1378 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1379 path=opt/zfs-tests/tests/functional/cli_root/zfs_snapshot/zfs_snapshot_009_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1380 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1381 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unload-key/cleanup \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1382 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1383 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unload-key/setup \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1384 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1385 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1386 path=opt/zfs-tests/tests/functional/cli_root/zfs_unload-key/zfs_unload-key \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1387 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1388 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1389 path=opt/zfs-tests/tests/functional/cli_root/zfs_unload-key/zfs_unload-key_all \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1390 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1391 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1392 path=opt/zfs-tests/tests/functional/cli_root/zfs_unload-key/zfs_unload-key_recursive \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1393 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1394 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1395 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1396 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1397 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1398 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1399 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1400 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1401 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1402 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1403 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1404 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1405 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1406 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1407 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1408 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1409 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1410 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1411 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1412 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1413 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1414 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1415 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1416 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1417 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1418 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1419 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1420 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1421 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1422 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1423 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1424 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_008_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1425 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1426 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1427 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_009_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1428 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1429 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1430 path=opt/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_all_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1431 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1432 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1433 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1434 file path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1435 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1436 path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/zfs_unshare_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1437 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1438 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1439 path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/zfs_unshare_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1440 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1441 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1442 path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/zfs_unshare_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1443 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1444 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1445 path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/zfs_unshare_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1446 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1447 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1448 path=opt/zfs-tests/tests/functional/cli_root/zfs_unshare/zfs_unshare_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1449 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1450 file path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1451 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1452 file path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1453 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1454 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1455 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1456 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1457 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1458 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1459 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1460 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1461 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1462 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1463 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1464 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1465 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1466 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1467 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1468 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1469 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1470 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1471 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1472 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_006_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1473 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1474 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1475 path=opt/zfs-tests/tests/functional/cli_root/zfs_upgrade/zfs_upgrade_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1476 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1477 file path=opt/zfs-tests/tests/functional/cli_root/zpool/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1478 file path=opt/zfs-tests/tests/functional/cli_root/zpool/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1479 file path=opt/zfs-tests/tests/functional/cli_root/zpool/zpool_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1480 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1481 file path=opt/zfs-tests/tests/functional/cli_root/zpool/zpool_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1482 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1483 file path=opt/zfs-tests/tests/functional/cli_root/zpool/zpool_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1484 mode=0555
23982
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1485 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/add-o_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1486 mode=0555
17023
ff1d32b925e4 8941 zpool add: assertion failed in get_replication() with nested interior VDEVs
loli10K <ezomori.nozomu@gmail.com>
parents: 17021
diff changeset
1487 file \
ff1d32b925e4 8941 zpool add: assertion failed in get_replication() with nested interior VDEVs
loli10K <ezomori.nozomu@gmail.com>
parents: 17021
diff changeset
1488 path=opt/zfs-tests/tests/functional/cli_root/zpool_add/add_nested_replacing_spare \
ff1d32b925e4 8941 zpool add: assertion failed in get_replication() with nested interior VDEVs
loli10K <ezomori.nozomu@gmail.com>
parents: 17021
diff changeset
1489 mode=0555
23982
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1490 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/add_prop_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1491 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1492 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1493 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1494 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1495 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1496 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1497 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1498 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1499 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1500 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1501 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1502 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1503 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1504 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1505 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1506 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1507 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1508 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1509 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1510 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1511 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1512 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_008_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1513 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1514 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1515 mode=0555
22983
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
1516 file path=opt/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_010_pos \
fa771b64ab2d 10601 Pool allocation classes
Don Brady <don.brady@delphix.com>
parents: 22899
diff changeset
1517 mode=0555
23982
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1518 file path=opt/zfs-tests/tests/functional/cli_root/zpool_attach/attach-o_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1519 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1520 file path=opt/zfs-tests/tests/functional/cli_root/zpool_attach/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1521 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1522 file path=opt/zfs-tests/tests/functional/cli_root/zpool_attach/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1523 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1524 path=opt/zfs-tests/tests/functional/cli_root/zpool_attach/zpool_attach_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1525 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1526 file path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1527 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1528 file path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1529 file path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/zpool_clear.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1530 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1531 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1532 path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/zpool_clear_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1533 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1534 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1535 path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/zpool_clear_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1536 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1537 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1538 path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/zpool_clear_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1539 mode=0555
17021
7f52a58a6500 8477 Assertion failed in vdev_state_dirty(): spa_writeable(spa)
loli10K <ezomori.nozomu@gmail.com>
parents: 17020
diff changeset
1540 file \
7f52a58a6500 8477 Assertion failed in vdev_state_dirty(): spa_writeable(spa)
loli10K <ezomori.nozomu@gmail.com>
parents: 17020
diff changeset
1541 path=opt/zfs-tests/tests/functional/cli_root/zpool_clear/zpool_clear_readonly \
7f52a58a6500 8477 Assertion failed in vdev_state_dirty(): spa_writeable(spa)
loli10K <ezomori.nozomu@gmail.com>
parents: 17020
diff changeset
1542 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1543 file path=opt/zfs-tests/tests/functional/cli_root/zpool_create/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1544 mode=0555
23982
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1545 file path=opt/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1546 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1547 file path=opt/zfs-tests/tests/functional/cli_root/zpool_create/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1548 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1549 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1550 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1551 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1552 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create.shlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1553 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1554 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1555 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1556 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1557 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1558 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1559 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1560 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1561 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1562 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1563 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1564 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1565 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1566 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1567 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1568 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1569 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1570 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1571 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1572 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1573 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_007_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1574 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1575 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1576 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1577 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1578 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1579 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1580 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1581 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1582 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_010_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1583 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1584 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1585 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_011_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1586 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1587 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1588 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_012_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1589 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1590 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1591 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_014_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1592 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1593 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1594 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_015_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1595 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1596 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1597 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_016_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1598 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1599 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1600 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_017_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1601 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1602 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1603 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_018_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1604 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1605 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1606 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_019_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1607 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1608 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1609 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_020_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1610 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1611 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1612 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_021_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1613 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1614 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1615 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_022_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1616 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1617 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1618 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_023_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1619 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1620 file \
23205
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
1621 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_024_pos \
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
1622 mode=0555
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
1623 file \
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1624 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_crypt_combos \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1625 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1626 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1627 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1628 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1629 file \
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1630 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1631 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1632 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1633 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1634 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1635 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1636 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1637 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1638 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1639 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1640 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1641 file \
24881
f53b7f55bacf 12635 Allow for '-o feature@<feature>=disabled' on the command line
LOLi <loli10K@users.noreply.github.com>
parents: 24630
diff changeset
1642 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_005_pos \
f53b7f55bacf 12635 Allow for '-o feature@<feature>=disabled' on the command line
LOLi <loli10K@users.noreply.github.com>
parents: 24630
diff changeset
1643 mode=0555
f53b7f55bacf 12635 Allow for '-o feature@<feature>=disabled' on the command line
LOLi <loli10K@users.noreply.github.com>
parents: 24630
diff changeset
1644 file \
22281
1b067535df8e 5882 Temporary pool names
Andriy Gapon <agapon@panzura.com>
parents: 22073
diff changeset
1645 path=opt/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_tempname \
1b067535df8e 5882 Temporary pool names
Andriy Gapon <agapon@panzura.com>
parents: 22073
diff changeset
1646 mode=0555
1b067535df8e 5882 Temporary pool names
Andriy Gapon <agapon@panzura.com>
parents: 22073
diff changeset
1647 file \
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1648 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1649 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1650 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1651 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1652 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1653 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1654 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1655 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1656 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1657 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1658 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1659 file path=opt/zfs-tests/tests/functional/cli_root/zpool_detach/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1660 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1661 file path=opt/zfs-tests/tests/functional/cli_root/zpool_detach/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1662 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1663 path=opt/zfs-tests/tests/functional/cli_root/zpool_detach/zpool_detach_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1664 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1665 file path=opt/zfs-tests/tests/functional/cli_root/zpool_expand/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1666 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1667 file path=opt/zfs-tests/tests/functional/cli_root/zpool_expand/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1668 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1669 path=opt/zfs-tests/tests/functional/cli_root/zpool_expand/zpool_expand.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1670 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1671 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1672 path=opt/zfs-tests/tests/functional/cli_root/zpool_expand/zpool_expand_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1673 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1674 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1675 path=opt/zfs-tests/tests/functional/cli_root/zpool_expand/zpool_expand_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1676 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1677 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1678 path=opt/zfs-tests/tests/functional/cli_root/zpool_expand/zpool_expand_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1679 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1680 file path=opt/zfs-tests/tests/functional/cli_root/zpool_export/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1681 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1682 file path=opt/zfs-tests/tests/functional/cli_root/zpool_export/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1683 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1684 path=opt/zfs-tests/tests/functional/cli_root/zpool_export/zpool_export_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1685 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1686 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1687 path=opt/zfs-tests/tests/functional/cli_root/zpool_export/zpool_export_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1688 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1689 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1690 path=opt/zfs-tests/tests/functional/cli_root/zpool_export/zpool_export_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1691 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1692 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1693 path=opt/zfs-tests/tests/functional/cli_root/zpool_export/zpool_export_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1694 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1695 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1696 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1697 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1698 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1699 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1700 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1701 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1702 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1703 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1704 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1705 file path=opt/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get_004_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1706 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1707 file path=opt/zfs-tests/tests/functional/cli_root/zpool_history/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1708 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1709 file path=opt/zfs-tests/tests/functional/cli_root/zpool_history/setup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1710 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1711 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1712 path=opt/zfs-tests/tests/functional/cli_root/zpool_history/zpool_history_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1713 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1714 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1715 path=opt/zfs-tests/tests/functional/cli_root/zpool_history/zpool_history_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1716 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1717 file \
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1718 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/missing_ivset.dat.bz2 \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1719 mode=0444
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1720 file \
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1721 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/unclean_export.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1722 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1723 file path=opt/zfs-tests/tests/functional/cli_root/zpool_import/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1724 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1725 file path=opt/zfs-tests/tests/functional/cli_root/zpool_import/cryptv0.dat.bz2 \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1726 mode=0444
17046
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1727 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1728 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_device_added \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1729 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1730 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1731 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_device_removed \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1732 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1733 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1734 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_device_replaced \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1735 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1736 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1737 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_mirror_attached \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1738 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1739 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1740 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_mirror_detached \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1741 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1742 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1743 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_shared_device \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1744 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1745 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1746 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1747 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1748 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1749 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1750 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1751 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1752 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1753 mode=0555
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1754 file \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1755 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1756 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1757 file path=opt/zfs-tests/tests/functional/cli_root/zpool_import/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1758 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1759 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1760 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1761 file \
17046
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1762 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib \
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1763 mode=0444
0ad6ea901345 9075 Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov <pavel.zakharov@delphix.com>
parents: 17023
diff changeset
1764 file \
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1765 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1766 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1767 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1768 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1769 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1770 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1771 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1772 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1773 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1774 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1775 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1776 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1777 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1778 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1779 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1780 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_006_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1781 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1782 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1783 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_007_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1784 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1785 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1786 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1787 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1788 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1789 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1790 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1791 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1792 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_010_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1793 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1794 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1795 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_011_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1796 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1797 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1798 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_012_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1799 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1800 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1801 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_013_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1802 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1803 file \
22281
1b067535df8e 5882 Temporary pool names
Andriy Gapon <agapon@panzura.com>
parents: 22073
diff changeset
1804 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_014_pos \
1b067535df8e 5882 Temporary pool names
Andriy Gapon <agapon@panzura.com>
parents: 22073
diff changeset
1805 mode=0555
1b067535df8e 5882 Temporary pool names
Andriy Gapon <agapon@panzura.com>
parents: 22073
diff changeset
1806 file \
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1807 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_all_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1808 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1809 file \
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1810 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_encrypted \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1811 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1812 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1813 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_encrypted_load \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1814 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1815 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1816 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_errata3 \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1817 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1818 file \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1819 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_errata4 \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1820 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
1821 file \
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1822 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1823 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1824 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1825 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1826 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1827 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1828 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1829 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1830 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1831 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_missing_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1832 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1833 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1834 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_missing_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1835 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1836 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1837 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_missing_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1838 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1839 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1840 path=opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_rename_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1841 mode=0555
17290
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1842 file path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/cleanup \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1843 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1844 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1845 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize.kshlib \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1846 mode=0444
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1847 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1848 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_attach_detach_add_remove \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1849 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1850 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1851 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_import_export \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1852 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1853 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1854 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_offline_export_import_online \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1855 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1856 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1857 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_online_offline \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1858 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1859 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1860 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_split \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1861 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1862 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1863 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_start_and_cancel_neg \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1864 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1865 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1866 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_start_and_cancel_pos \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1867 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1868 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1869 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_suspend_resume \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1870 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1871 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1872 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_unsupported_vdevs \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1873 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1874 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1875 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_verify_checksums \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1876 mode=0555
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1877 file \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1878 path=opt/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_verify_initialized \
70b29b874c9d 9102 zfs should be able to initialize storage devices
George Wilson <george.wilson@delphix.com>
parents: 17176
diff changeset
1879 mode=0555
16115
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1880 file \
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1881 path=opt/zfs-tests/tests/functional/cli_root/zpool_labelclear/labelclear.cfg \
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1882 mode=0444
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1883 file \
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1884 path=opt/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_active \
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1885 mode=0555
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1886 file \
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1887 path=opt/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_exported \
45c7c9915775 6865 want zfs-tests cases for zpool labelclear command
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 16067
diff changeset
1888 mode=0555
25285
686f1760d194 13013 Port OpenZFS zpool label clear improvements
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 25275
diff changeset
1889 file \
686f1760d194 13013 Port OpenZFS zpool label clear improvements
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 25275
diff changeset
1890 path=opt/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_removed \
686f1760d194 13013 Port OpenZFS zpool label clear improvements
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 25275
diff changeset
1891 mode=0555
686f1760d194 13013 Port OpenZFS zpool label clear improvements
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 25275
diff changeset
1892 file \
686f1760d194 13013 Port OpenZFS zpool label clear improvements
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 25275
diff changeset
1893 path=opt/zfs-tests/tests/functional/cli_root/zpool_labelclear/zpool_labelclear_valid \
686f1760d194 13013 Port OpenZFS zpool label clear improvements
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 25275
diff changeset
1894 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1895 file path=opt/zfs-tests/tests/functional/cli_root/zpool_offline/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1896 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1897 file path=opt/zfs-tests/tests/functional/cli_root/zpool_offline/setup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1898 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1899 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1900 path=opt/zfs-tests/tests/functional/cli_root/zpool_offline/zpool_offline_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1901 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1902 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1903 path=opt/zfs-tests/tests/functional/cli_root/zpool_offline/zpool_offline_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1904 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1905 file path=opt/zfs-tests/tests/functional/cli_root/zpool_online/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1906 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1907 file path=opt/zfs-tests/tests/functional/cli_root/zpool_online/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1908 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1909 path=opt/zfs-tests/tests/functional/cli_root/zpool_online/zpool_online_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1910 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1911 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1912 path=opt/zfs-tests/tests/functional/cli_root/zpool_online/zpool_online_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1913 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1914 file path=opt/zfs-tests/tests/functional/cli_root/zpool_remove/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1915 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1916 file path=opt/zfs-tests/tests/functional/cli_root/zpool_remove/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1917 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1918 path=opt/zfs-tests/tests/functional/cli_root/zpool_remove/zpool_remove.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1919 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1920 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1921 path=opt/zfs-tests/tests/functional/cli_root/zpool_remove/zpool_remove_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1922 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1923 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1924 path=opt/zfs-tests/tests/functional/cli_root/zpool_remove/zpool_remove_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1925 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1926 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1927 path=opt/zfs-tests/tests/functional/cli_root/zpool_remove/zpool_remove_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1928 mode=0555
23328
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1929 file path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/cleanup \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1930 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1931 file path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/setup mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1932 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1933 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.cfg \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1934 mode=0444
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1935 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1936 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1937 mode=0444
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1938 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1939 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_001_pos \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1940 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1941 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1942 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_002_pos \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1943 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1944 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1945 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_003_pos \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1946 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1947 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1948 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_004_pos \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1949 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1950 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1951 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_005_pos \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1952 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1953 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1954 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_006_neg \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1955 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1956 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1957 path=opt/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_007_pos \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1958 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1959 file path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1960 mode=0555
23982
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1961 file \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1962 path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/replace-o_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1963 mode=0555
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1964 file \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1965 path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/replace_prop_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
1966 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1967 file path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/setup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1968 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1969 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1970 path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/zpool_replace_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1971 mode=0555
24482
ce42a2836d9d 10241 ZFS not detecting faulty spares in a timely manner
Kody A Kantor <kody@kkantor.com>
parents: 24328
diff changeset
1972 file \
ce42a2836d9d 10241 ZFS not detecting faulty spares in a timely manner
Kody A Kantor <kody@kkantor.com>
parents: 24328
diff changeset
1973 path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/zpool_replace_002_neg \
ce42a2836d9d 10241 ZFS not detecting faulty spares in a timely manner
Kody A Kantor <kody@kkantor.com>
parents: 24328
diff changeset
1974 mode=0555
23328
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1975 file path=opt/zfs-tests/tests/functional/cli_root/zpool_resilver/cleanup \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1976 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1977 file path=opt/zfs-tests/tests/functional/cli_root/zpool_resilver/setup \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1978 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1979 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1980 path=opt/zfs-tests/tests/functional/cli_root/zpool_resilver/zpool_resilver.cfg \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1981 mode=0444
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1982 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1983 path=opt/zfs-tests/tests/functional/cli_root/zpool_resilver/zpool_resilver_bad_args \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1984 mode=0555
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1985 file \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1986 path=opt/zfs-tests/tests/functional/cli_root/zpool_resilver/zpool_resilver_restart \
61706a713008 10952 defer new resilvers and misc. resilver-related fixes
Tom Caputi <tcaputi@datto.com>
parents: 23297
diff changeset
1987 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1988 file path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1989 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1990 file path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1991 file path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
1992 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1993 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1994 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_001_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1995 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1996 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1997 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1998 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
1999 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2000 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2001 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2002 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2003 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2004 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2005 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2006 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_005_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2007 mode=0555
23127
cc7d534bc510 10808 Print "(repairing)" in zpool status again
Tony Hutter <hutter2@llnl.gov>
parents: 22983
diff changeset
2008 file \
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
2009 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_encrypted_unloaded \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
2010 mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
2011 file \
23205
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
2012 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_multiple_copies \
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
2013 mode=0555
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
2014 file \
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
2015 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_offline_device \
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
2016 mode=0555
f5d5935005a1 10566 Multiple DVA Scrubbing Fix
Tom Caputi <tcaputi@datto.com>
parents: 23127
diff changeset
2017 file \
23127
cc7d534bc510 10808 Print "(repairing)" in zpool status again
Tony Hutter <hutter2@llnl.gov>
parents: 22983
diff changeset
2018 path=opt/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_print_repairing \
cc7d534bc510 10808 Print "(repairing)" in zpool status again
Tony Hutter <hutter2@llnl.gov>
parents: 22983
diff changeset
2019 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2020 file path=opt/zfs-tests/tests/functional/cli_root/zpool_set/zpool_set_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2021 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2022 file path=opt/zfs-tests/tests/functional/cli_root/zpool_set/zpool_set_002_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2023 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2024 file path=opt/zfs-tests/tests/functional/cli_root/zpool_set/zpool_set_003_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2025 mode=0555
23982
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
2026 file path=opt/zfs-tests/tests/functional/cli_root/zpool_set/zpool_set_ashift \
cec8e2557ab7 11640 add zpool ashift property tunable
loli10K <ezomori.nozomu@gmail.com>
parents: 23898
diff changeset
2027 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2028 file path=opt/zfs-tests/tests/functional/cli_root/zpool_status/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2029 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2030 file path=opt/zfs-tests/tests/functional/cli_root/zpool_status/setup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2031 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2032 path=opt/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2033 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2034 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2035 path=opt/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2036 mode=0555
22833
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2037 file path=opt/zfs-tests/tests/functional/cli_root/zpool_sync/cleanup mode=0555
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2038 file path=opt/zfs-tests/tests/functional/cli_root/zpool_sync/setup mode=0555
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2039 file \
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2040 path=opt/zfs-tests/tests/functional/cli_root/zpool_sync/zpool_sync_001_pos \
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2041 mode=0555
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2042 file \
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2043 path=opt/zfs-tests/tests/functional/cli_root/zpool_sync/zpool_sync_002_neg \
eea2182a5093 10554 Implemented zpool sync command
Alek Pinchuk <apinchuk@datto.com>
parents: 22753
diff changeset
2044 mode=0555
24008
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2045 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/cleanup mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2046 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/setup mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2047 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim.kshlib \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2048 mode=0444
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2049 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2050 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_attach_detach_add_remove \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2051 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2052 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2053 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_import_export \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2054 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2055 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2056 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_multiple \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2057 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2058 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_neg \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2059 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2060 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2061 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_offline_export_import_online \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2062 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2063 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2064 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_online_offline \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2065 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2066 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2067 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_partial \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2068 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2069 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_rate \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2070 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2071 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2072 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_rate_neg \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2073 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2074 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_secure \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2075 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2076 file path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_split \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2077 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2078 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2079 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_start_and_cancel_neg \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2080 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2081 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2082 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_start_and_cancel_pos \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2083 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2084 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2085 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_suspend_resume \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2086 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2087 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2088 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_unsupported_vdevs \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2089 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2090 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2091 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_verify_checksums \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2092 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2093 file \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2094 path=opt/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_verify_trimmed \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
2095 mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2096 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2097 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-broken-mirror1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2098 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2099 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2100 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-broken-mirror2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2101 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2102 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2103 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2104 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2105 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2106 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v10.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2107 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2108 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2109 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v11.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2110 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2111 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2112 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v12.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2113 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2114 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2115 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v13.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2116 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2117 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2118 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v14.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2119 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2120 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2121 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v15.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2122 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2123 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2124 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1mirror1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2125 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2126 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2127 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1mirror2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2128 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2129 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2130 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1mirror3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2131 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2132 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2133 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1raidz1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2134 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2135 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2136 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1raidz2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2137 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2138 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2139 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1raidz3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2140 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2141 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2142 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1stripe1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2143 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2144 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2145 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1stripe2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2146 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2147 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2148 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1stripe3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2149 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2150 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2151 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2152 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2153 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2154 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2mirror1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2155 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2156 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2157 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2mirror2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2158 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2159 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2160 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2mirror3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2161 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2162 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2163 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2raidz1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2164 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2165 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2166 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2raidz2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2167 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2168 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2169 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2raidz3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2170 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2171 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2172 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2stripe1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2173 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2174 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2175 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2stripe2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2176 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2177 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2178 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2stripe3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2179 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2180 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2181 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2182 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2183 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2184 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3hotspare1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2185 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2186 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2187 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3hotspare2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2188 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2189 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2190 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3hotspare3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2191 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2192 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2193 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3mirror1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2194 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2195 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2196 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3mirror2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2197 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2198 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2199 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3mirror3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2200 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2201 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2202 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3raidz1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2203 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2204 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2205 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3raidz2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2206 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2207 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2208 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3raidz21.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2209 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2210 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2211 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3raidz22.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2212 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2213 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2214 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3raidz23.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2215 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2216 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2217 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3raidz3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2218 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2219 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2220 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3stripe1.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2221 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2222 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2223 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3stripe2.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2224 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2225 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2226 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v3stripe3.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2227 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2228 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2229 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v4.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2230 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2231 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2232 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v5.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2233 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2234 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2235 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v6.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2236 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2237 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2238 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v7.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2239 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2240 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2241 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v8.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2242 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2243 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2244 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v9.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2245 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2246 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2247 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v999.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2248 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2249 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2250 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-vBROKEN.dat.bz2 \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2251 mode=0444
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2252 file path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/cleanup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2253 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2254 file path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/setup \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2255 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2256 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2257 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2258 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2259 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2260 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2261 mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2262 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2263 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_001_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2264 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2265 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2266 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_002_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2267 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2268 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2269 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_003_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2270 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2271 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2272 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_004_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2273 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2274 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2275 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_005_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2276 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2277 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2278 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_006_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2279 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2280 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2281 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_007_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2282 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2283 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2284 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_008_pos \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2285 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2286 file \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2287 path=opt/zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_009_neg \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2288 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2289 file path=opt/zfs-tests/tests/functional/cli_user/misc/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2290 file path=opt/zfs-tests/tests/functional/cli_user/misc/misc.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2291 file path=opt/zfs-tests/tests/functional/cli_user/misc/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2292 file path=opt/zfs-tests/tests/functional/cli_user/misc/zdb_001_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2293 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_001_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2294 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_allow_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2295 mode=0555
16570
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
2296 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_channel_001_neg \
2d19d87c1bb8 7431 ZFS Channel Programs
Chris Williamson <chris.williamson@delphix.com>
parents: 16534
diff changeset
2297 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2298 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_clone_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2299 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2300 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_create_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2301 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2302 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_destroy_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2303 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2304 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_get_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2305 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2306 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_inherit_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2307 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2308 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_mount_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2309 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2310 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_promote_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2311 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2312 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_receive_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2313 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2314 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_rename_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2315 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2316 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_rollback_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2317 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2318 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_send_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2319 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2320 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_set_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2321 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2322 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_share_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2323 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2324 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_snapshot_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2325 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2326 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_unallow_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2327 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2328 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_unmount_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2329 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2330 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_unshare_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2331 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2332 file path=opt/zfs-tests/tests/functional/cli_user/misc/zfs_upgrade_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2333 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2334 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_001_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2335 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_add_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2336 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2337 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_attach_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2338 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2339 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_clear_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2340 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2341 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_create_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2342 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2343 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_destroy_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2344 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2345 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_detach_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2346 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2347 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_export_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2348 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2349 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_get_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2350 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2351 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_history_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2352 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2353 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_import_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2354 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2355 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_import_002_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2356 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2357 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_offline_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2358 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2359 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_online_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2360 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2361 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_remove_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2362 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2363 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_replace_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2364 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2365 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_scrub_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2366 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2367 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_set_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2368 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2369 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_status_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2370 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2371 file path=opt/zfs-tests/tests/functional/cli_user/misc/zpool_upgrade_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2372 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2373 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2374 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2375 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2376 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2377 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2378 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2379 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2380 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2381 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2382 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2383 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2384 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2385 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list_004_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2386 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2387 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list_007_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2388 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2389 file path=opt/zfs-tests/tests/functional/cli_user/zfs_list/zfs_list_008_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2390 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2391 file path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat/cleanup \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2392 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2393 file path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2394 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2395 path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2396 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2397 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2398 path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2399 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2400 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2401 path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_003_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2402 mode=0555
24596
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2403 file \
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2404 path=opt/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos \
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2405 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2406 file path=opt/zfs-tests/tests/functional/cli_user/zpool_list/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2407 file path=opt/zfs-tests/tests/functional/cli_user/zpool_list/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2408 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2409 path=opt/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2410 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2411 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2412 path=opt/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_002_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2413 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2414 file path=opt/zfs-tests/tests/functional/compression/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2415 file path=opt/zfs-tests/tests/functional/compression/compress.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2416 file path=opt/zfs-tests/tests/functional/compression/compress_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2417 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2418 file path=opt/zfs-tests/tests/functional/compression/compress_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2419 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2420 file path=opt/zfs-tests/tests/functional/compression/compress_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2421 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2422 file path=opt/zfs-tests/tests/functional/compression/compress_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2423 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2424 file path=opt/zfs-tests/tests/functional/compression/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2425 file path=opt/zfs-tests/tests/functional/ctime/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2426 file path=opt/zfs-tests/tests/functional/ctime/ctime_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2427 file path=opt/zfs-tests/tests/functional/ctime/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2428 file path=opt/zfs-tests/tests/functional/delegate/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2429 file path=opt/zfs-tests/tests/functional/delegate/delegate.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2430 file path=opt/zfs-tests/tests/functional/delegate/delegate_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2431 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2432 file path=opt/zfs-tests/tests/functional/delegate/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2433 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2434 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2435 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2436 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2437 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2438 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2439 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2440 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2441 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_009_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2442 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_010_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2443 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_011_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2444 file path=opt/zfs-tests/tests/functional/delegate/zfs_allow_012_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2445 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2446 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2447 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2448 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2449 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2450 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2451 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2452 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2453 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_005_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2454 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2455 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_006_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2456 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2457 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_007_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2458 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2459 file path=opt/zfs-tests/tests/functional/delegate/zfs_unallow_008_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2460 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2461 file path=opt/zfs-tests/tests/functional/devices/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2462 file path=opt/zfs-tests/tests/functional/devices/devices.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2463 file path=opt/zfs-tests/tests/functional/devices/devices_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2464 file path=opt/zfs-tests/tests/functional/devices/devices_002_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2465 file path=opt/zfs-tests/tests/functional/devices/devices_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2466 file path=opt/zfs-tests/tests/functional/devices/devices_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2467 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2468 file path=opt/zfs-tests/tests/functional/devices/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2469 file path=opt/zfs-tests/tests/functional/exec/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2470 file path=opt/zfs-tests/tests/functional/exec/exec_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2471 file path=opt/zfs-tests/tests/functional/exec/exec_002_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2472 file path=opt/zfs-tests/tests/functional/exec/mmap_exec mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2473 file path=opt/zfs-tests/tests/functional/exec/setup mode=0555
24596
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2474 file path=opt/zfs-tests/tests/functional/fault/cleanup mode=0555
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2475 file path=opt/zfs-tests/tests/functional/fault/fault.cfg mode=0444
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2476 file path=opt/zfs-tests/tests/functional/fault/setup mode=0555
06c80fdd502b 11682 zpool iostat and status improvements
Tony Hutter <hutter2@llnl.gov>
parents: 24549
diff changeset
2477 file path=opt/zfs-tests/tests/functional/fault/zpool_status_-s mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2478 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2479 path=opt/zfs-tests/tests/functional/features/async_destroy/async_destroy_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2480 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2481 file path=opt/zfs-tests/tests/functional/features/async_destroy/cleanup \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2482 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2483 file path=opt/zfs-tests/tests/functional/features/async_destroy/setup \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2484 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2485 file path=opt/zfs-tests/tests/functional/grow_pool/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2486 file path=opt/zfs-tests/tests/functional/grow_pool/grow_pool.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2487 file path=opt/zfs-tests/tests/functional/grow_pool/grow_pool_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2488 file path=opt/zfs-tests/tests/functional/grow_pool/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2489 file path=opt/zfs-tests/tests/functional/grow_replicas/grow_replicas.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2490 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2491 file path=opt/zfs-tests/tests/functional/grow_replicas/grow_replicas_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2492 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2493 file path=opt/zfs-tests/tests/functional/history/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2494 file path=opt/zfs-tests/tests/functional/history/history.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2495 file path=opt/zfs-tests/tests/functional/history/history_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2496 file path=opt/zfs-tests/tests/functional/history/history_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2497 file path=opt/zfs-tests/tests/functional/history/history_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2498 file path=opt/zfs-tests/tests/functional/history/history_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2499 file path=opt/zfs-tests/tests/functional/history/history_005_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2500 file path=opt/zfs-tests/tests/functional/history/history_006_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2501 file path=opt/zfs-tests/tests/functional/history/history_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2502 file path=opt/zfs-tests/tests/functional/history/history_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2503 file path=opt/zfs-tests/tests/functional/history/history_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2504 file path=opt/zfs-tests/tests/functional/history/history_010_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2505 file path=opt/zfs-tests/tests/functional/history/history_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2506 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2507 file path=opt/zfs-tests/tests/functional/history/i386.migratedpool.DAT.Z \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2508 mode=0444
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2509 file path=opt/zfs-tests/tests/functional/history/i386.orig_history.txt \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2510 mode=0444
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2511 file path=opt/zfs-tests/tests/functional/history/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2512 file path=opt/zfs-tests/tests/functional/history/sparc.migratedpool.DAT.Z \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2513 mode=0444
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2514 file path=opt/zfs-tests/tests/functional/history/sparc.orig_history.txt \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2515 mode=0444
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2516 file path=opt/zfs-tests/tests/functional/history/zfs-pool-v4.dat.Z mode=0444
15033
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
2517 file path=opt/zfs-tests/tests/functional/holes/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2518 file path=opt/zfs-tests/tests/functional/holes/holes.shlib mode=0444
15033
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
2519 file path=opt/zfs-tests/tests/functional/holes/holes_sanity mode=0555
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
2520 file path=opt/zfs-tests/tests/functional/holes/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2521 file path=opt/zfs-tests/tests/functional/inheritance/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2522 file path=opt/zfs-tests/tests/functional/inheritance/config001.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2523 file path=opt/zfs-tests/tests/functional/inheritance/config002.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2524 file path=opt/zfs-tests/tests/functional/inheritance/config003.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2525 file path=opt/zfs-tests/tests/functional/inheritance/config004.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2526 file path=opt/zfs-tests/tests/functional/inheritance/config005.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2527 file path=opt/zfs-tests/tests/functional/inheritance/config006.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2528 file path=opt/zfs-tests/tests/functional/inheritance/config007.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2529 file path=opt/zfs-tests/tests/functional/inheritance/config008.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2530 file path=opt/zfs-tests/tests/functional/inheritance/config009.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2531 file path=opt/zfs-tests/tests/functional/inheritance/config010.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2532 file path=opt/zfs-tests/tests/functional/inheritance/config011.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2533 file path=opt/zfs-tests/tests/functional/inheritance/config012.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2534 file path=opt/zfs-tests/tests/functional/inheritance/config013.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2535 file path=opt/zfs-tests/tests/functional/inheritance/config014.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2536 file path=opt/zfs-tests/tests/functional/inheritance/config015.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2537 file path=opt/zfs-tests/tests/functional/inheritance/config016.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2538 file path=opt/zfs-tests/tests/functional/inheritance/config017.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2539 file path=opt/zfs-tests/tests/functional/inheritance/config018.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2540 file path=opt/zfs-tests/tests/functional/inheritance/config019.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2541 file path=opt/zfs-tests/tests/functional/inheritance/config020.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2542 file path=opt/zfs-tests/tests/functional/inheritance/config021.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2543 file path=opt/zfs-tests/tests/functional/inheritance/config022.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2544 file path=opt/zfs-tests/tests/functional/inheritance/config023.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2545 file path=opt/zfs-tests/tests/functional/inheritance/config024.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2546 file path=opt/zfs-tests/tests/functional/inheritance/inherit.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2547 file path=opt/zfs-tests/tests/functional/inheritance/inherit_001_pos mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2548 file path=opt/zfs-tests/tests/functional/inheritance/state001.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2549 file path=opt/zfs-tests/tests/functional/inheritance/state002.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2550 file path=opt/zfs-tests/tests/functional/inheritance/state003.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2551 file path=opt/zfs-tests/tests/functional/inheritance/state004.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2552 file path=opt/zfs-tests/tests/functional/inheritance/state005.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2553 file path=opt/zfs-tests/tests/functional/inheritance/state006.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2554 file path=opt/zfs-tests/tests/functional/inheritance/state007.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2555 file path=opt/zfs-tests/tests/functional/inheritance/state008.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2556 file path=opt/zfs-tests/tests/functional/inheritance/state009.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2557 file path=opt/zfs-tests/tests/functional/inheritance/state010.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2558 file path=opt/zfs-tests/tests/functional/inheritance/state011.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2559 file path=opt/zfs-tests/tests/functional/inheritance/state012.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2560 file path=opt/zfs-tests/tests/functional/inheritance/state013.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2561 file path=opt/zfs-tests/tests/functional/inheritance/state014.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2562 file path=opt/zfs-tests/tests/functional/inheritance/state015.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2563 file path=opt/zfs-tests/tests/functional/inheritance/state016.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2564 file path=opt/zfs-tests/tests/functional/inheritance/state017.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2565 file path=opt/zfs-tests/tests/functional/inheritance/state018.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2566 file path=opt/zfs-tests/tests/functional/inheritance/state019.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2567 file path=opt/zfs-tests/tests/functional/inheritance/state020.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2568 file path=opt/zfs-tests/tests/functional/inheritance/state021.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2569 file path=opt/zfs-tests/tests/functional/inheritance/state022.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2570 file path=opt/zfs-tests/tests/functional/inheritance/state023.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2571 file path=opt/zfs-tests/tests/functional/inheritance/state024.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2572 file path=opt/zfs-tests/tests/functional/inuse/inuse.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2573 file path=opt/zfs-tests/tests/functional/inuse/inuse_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2574 file path=opt/zfs-tests/tests/functional/inuse/inuse_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2575 file path=opt/zfs-tests/tests/functional/inuse/inuse_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2576 file path=opt/zfs-tests/tests/functional/inuse/inuse_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2577 file path=opt/zfs-tests/tests/functional/inuse/inuse_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2578 file path=opt/zfs-tests/tests/functional/inuse/inuse_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2579 file path=opt/zfs-tests/tests/functional/inuse/inuse_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2580 file path=opt/zfs-tests/tests/functional/inuse/inuse_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2581 file path=opt/zfs-tests/tests/functional/inuse/setup mode=0555
22662
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2582 file path=opt/zfs-tests/tests/functional/large_dnode/cleanup mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2583 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_001_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2584 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2585 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_002_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2586 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2587 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_003_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2588 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2589 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_004_neg \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2590 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2591 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_005_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2592 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2593 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_006_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2594 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2595 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_007_neg \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2596 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2597 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_008_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2598 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2599 file path=opt/zfs-tests/tests/functional/large_dnode/large_dnode_009_pos \
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2600 mode=0555
6994ca4c78fb 10392 large_dnode tests
Ned Bass <bass6@llnl.gov>
parents: 22281
diff changeset
2601 file path=opt/zfs-tests/tests/functional/large_dnode/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2602 file path=opt/zfs-tests/tests/functional/large_files/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2603 file path=opt/zfs-tests/tests/functional/large_files/large_files_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2604 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2605 file path=opt/zfs-tests/tests/functional/large_files/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2606 file path=opt/zfs-tests/tests/functional/largest_pool/largest_pool.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2607 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2608 file path=opt/zfs-tests/tests/functional/largest_pool/largest_pool_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2609 mode=0555
25174
3d50a8265b2b 12877 Port OpenZFS #7780 - Add basic zfs ioc input nvpair validation
Don Brady <don.brady@delphix.com>
parents: 25060
diff changeset
2610 file path=opt/zfs-tests/tests/functional/libzfs/cleanup mode=0555
3d50a8265b2b 12877 Port OpenZFS #7780 - Add basic zfs ioc input nvpair validation
Don Brady <don.brady@delphix.com>
parents: 25060
diff changeset
2611 file path=opt/zfs-tests/tests/functional/libzfs/libzfs_input mode=0555
14982
15810aff4643 5704 libzfs can only handle 255 file descriptors
Simon Klinkert <simon.klinkert@gmail.com>
parents: 14941
diff changeset
2612 file path=opt/zfs-tests/tests/functional/libzfs/many_fds mode=0555
25174
3d50a8265b2b 12877 Port OpenZFS #7780 - Add basic zfs ioc input nvpair validation
Don Brady <don.brady@delphix.com>
parents: 25060
diff changeset
2613 file path=opt/zfs-tests/tests/functional/libzfs/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2614 file path=opt/zfs-tests/tests/functional/link_count/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2615 file path=opt/zfs-tests/tests/functional/link_count/link_count_001 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2616 file path=opt/zfs-tests/tests/functional/link_count/setup mode=0555
24064
4e282a18d3f4 11557 Log Spacemap Project
Serapheim Dimitropoulos <serapheim@delphix.com>
parents: 24019
diff changeset
2617 file path=opt/zfs-tests/tests/functional/log_spacemap/log_spacemap_import_logs \
4e282a18d3f4 11557 Log Spacemap Project
Serapheim Dimitropoulos <serapheim@delphix.com>
parents: 24019
diff changeset
2618 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2619 file path=opt/zfs-tests/tests/functional/mdb/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2620 file path=opt/zfs-tests/tests/functional/mdb/mdb_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2621 file path=opt/zfs-tests/tests/functional/mdb/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2622 file path=opt/zfs-tests/tests/functional/migration/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2623 file path=opt/zfs-tests/tests/functional/migration/migration.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2624 file path=opt/zfs-tests/tests/functional/migration/migration.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2625 file path=opt/zfs-tests/tests/functional/migration/migration_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2626 file path=opt/zfs-tests/tests/functional/migration/migration_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2627 file path=opt/zfs-tests/tests/functional/migration/migration_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2628 file path=opt/zfs-tests/tests/functional/migration/migration_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2629 file path=opt/zfs-tests/tests/functional/migration/migration_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2630 file path=opt/zfs-tests/tests/functional/migration/migration_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2631 file path=opt/zfs-tests/tests/functional/migration/migration_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2632 file path=opt/zfs-tests/tests/functional/migration/migration_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2633 file path=opt/zfs-tests/tests/functional/migration/migration_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2634 file path=opt/zfs-tests/tests/functional/migration/migration_010_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2635 file path=opt/zfs-tests/tests/functional/migration/migration_011_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2636 file path=opt/zfs-tests/tests/functional/migration/migration_012_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2637 file path=opt/zfs-tests/tests/functional/migration/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2638 file path=opt/zfs-tests/tests/functional/mmap/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2639 file path=opt/zfs-tests/tests/functional/mmap/mmap_read_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2640 file path=opt/zfs-tests/tests/functional/mmap/mmap_write_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2641 file path=opt/zfs-tests/tests/functional/mmap/setup mode=0555
22899
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2642 file path=opt/zfs-tests/tests/functional/mmp/cleanup mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2643 file path=opt/zfs-tests/tests/functional/mmp/mmp.cfg mode=0444
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2644 file path=opt/zfs-tests/tests/functional/mmp/mmp.kshlib mode=0444
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2645 file path=opt/zfs-tests/tests/functional/mmp/mmp_active_import mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2646 file path=opt/zfs-tests/tests/functional/mmp/mmp_exported_import mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2647 file path=opt/zfs-tests/tests/functional/mmp/mmp_inactive_import mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2648 file path=opt/zfs-tests/tests/functional/mmp/mmp_interval mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2649 file path=opt/zfs-tests/tests/functional/mmp/mmp_on_off mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2650 file path=opt/zfs-tests/tests/functional/mmp/mmp_on_thread mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2651 file path=opt/zfs-tests/tests/functional/mmp/mmp_on_uberblocks mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2652 file path=opt/zfs-tests/tests/functional/mmp/mmp_on_zdb mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2653 file path=opt/zfs-tests/tests/functional/mmp/mmp_reset_interval mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2654 file path=opt/zfs-tests/tests/functional/mmp/mmp_write_distribution mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2655 file path=opt/zfs-tests/tests/functional/mmp/mmp_write_uberblocks mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2656 file path=opt/zfs-tests/tests/functional/mmp/multihost_history mode=0555
b1cdbaf75052 10499 Multi-modifier protection (MMP)
Olaf Faaland <faaland1@llnl.gov>
parents: 22833
diff changeset
2657 file path=opt/zfs-tests/tests/functional/mmp/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2658 file path=opt/zfs-tests/tests/functional/mount/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2659 file path=opt/zfs-tests/tests/functional/mount/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2660 file path=opt/zfs-tests/tests/functional/mount/umount_001 mode=0555
24328
e52b083c96e4 12002 async unlinked drain
Alek Pinchuk <apinchuk@datto.com>
parents: 24320
diff changeset
2661 file path=opt/zfs-tests/tests/functional/mount/umount_002 mode=0555
e52b083c96e4 12002 async unlinked drain
Alek Pinchuk <apinchuk@datto.com>
parents: 24320
diff changeset
2662 file path=opt/zfs-tests/tests/functional/mount/umount_unlinked_drain mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2663 file path=opt/zfs-tests/tests/functional/mount/umountall_001 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2664 file path=opt/zfs-tests/tests/functional/mv_files/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2665 file path=opt/zfs-tests/tests/functional/mv_files/mv_files.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2666 file path=opt/zfs-tests/tests/functional/mv_files/mv_files_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2667 file path=opt/zfs-tests/tests/functional/mv_files/mv_files_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2668 file path=opt/zfs-tests/tests/functional/mv_files/mv_files_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2669 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2670 file path=opt/zfs-tests/tests/functional/mv_files/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2671 file path=opt/zfs-tests/tests/functional/nestedfs/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2672 file path=opt/zfs-tests/tests/functional/nestedfs/nestedfs_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2673 file path=opt/zfs-tests/tests/functional/nestedfs/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2674 file path=opt/zfs-tests/tests/functional/no_space/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2675 file path=opt/zfs-tests/tests/functional/no_space/enospc.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2676 file path=opt/zfs-tests/tests/functional/no_space/enospc_001_pos mode=0555
14540
75dd5d8b5c1a 4951 ZFS administrative commands should use reserved space, not fail with ENOSPC
Matthew Ahrens <mahrens@delphix.com>
parents: 14384
diff changeset
2677 file path=opt/zfs-tests/tests/functional/no_space/enospc_002_pos mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2678 file path=opt/zfs-tests/tests/functional/no_space/setup mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2679 file path=opt/zfs-tests/tests/functional/nopwrite/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2680 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite.shlib mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2681 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_copies mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2682 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_mtime mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2683 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_negative mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2684 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_promoted_clone \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2685 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2686 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_recsize mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2687 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_sync mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2688 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_varying_compression \
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2689 mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2690 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_volume mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
2691 file path=opt/zfs-tests/tests/functional/nopwrite/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2692 file path=opt/zfs-tests/tests/functional/online_offline/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2693 file path=opt/zfs-tests/tests/functional/online_offline/online_offline_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2694 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2695 file path=opt/zfs-tests/tests/functional/online_offline/online_offline_002_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2696 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2697 file path=opt/zfs-tests/tests/functional/online_offline/online_offline_003_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2698 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2699 file path=opt/zfs-tests/tests/functional/online_offline/setup mode=0555
25465
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2700 file path=opt/zfs-tests/tests/functional/persist_l2arc/cleanup mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2701 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc.cfg \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2702 mode=0444
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2703 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_001_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2704 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2705 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_002_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2706 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2707 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_003_neg \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2708 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2709 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_004_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2710 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2711 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_005_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2712 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2713 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_006_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2714 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2715 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_007_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2716 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2717 file path=opt/zfs-tests/tests/functional/persist_l2arc/persist_l2arc_008_pos \
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2718 mode=0555
2c417db70a87 3525 Persistent L2ARC
George Amanakis <gamanakis@gmail.com>
parents: 25285
diff changeset
2719 file path=opt/zfs-tests/tests/functional/persist_l2arc/setup mode=0555
17136
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2720 file \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2721 path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_after_rewind \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2722 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2723 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_big_rewind \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2724 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2725 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_capacity \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2726 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2727 file \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2728 path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_conf_change \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2729 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2730 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2731 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2732 file \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2733 path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2734 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2735 file \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2736 path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_many \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2737 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2738 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_indirect \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2739 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2740 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_invalid \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2741 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2742 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_lun_expsz \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2743 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2744 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_open \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2745 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2746 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_removal \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2747 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2748 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_rewind \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2749 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2750 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_ro_rewind \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2751 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2752 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_sm_scale \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2753 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2754 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_twice \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2755 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2756 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_vdev_add \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2757 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2758 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_zdb \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2759 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2760 file path=opt/zfs-tests/tests/functional/pool_checkpoint/checkpoint_zhack_feat \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2761 mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2762 file path=opt/zfs-tests/tests/functional/pool_checkpoint/cleanup mode=0555
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2763 file \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2764 path=opt/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib \
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2765 mode=0444
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
2766 file path=opt/zfs-tests/tests/functional/pool_checkpoint/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2767 file path=opt/zfs-tests/tests/functional/pool_names/pool_names_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2768 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2769 file path=opt/zfs-tests/tests/functional/pool_names/pool_names_002_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2770 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2771 file path=opt/zfs-tests/tests/functional/poolversion/cleanup mode=0555
23297
fe08feb22a1e 10608 zfs tests could be more reliable (fix packaging)
Dan McDonald <danmcd@joyent.com>
parents: 23205
diff changeset
2772 file path=opt/zfs-tests/tests/functional/poolversion/poolversion.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2773 file path=opt/zfs-tests/tests/functional/poolversion/poolversion_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2774 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2775 file path=opt/zfs-tests/tests/functional/poolversion/poolversion_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2776 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2777 file path=opt/zfs-tests/tests/functional/poolversion/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2778 file path=opt/zfs-tests/tests/functional/privilege/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2779 file path=opt/zfs-tests/tests/functional/privilege/privilege_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2780 file path=opt/zfs-tests/tests/functional/privilege/privilege_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2781 file path=opt/zfs-tests/tests/functional/privilege/setup mode=0555
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2782 file path=opt/zfs-tests/tests/functional/projectquota/cleanup mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2783 file path=opt/zfs-tests/tests/functional/projectquota/projectid_001_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2784 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2785 file path=opt/zfs-tests/tests/functional/projectquota/projectid_002_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2786 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2787 file path=opt/zfs-tests/tests/functional/projectquota/projectid_003_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2788 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2789 file path=opt/zfs-tests/tests/functional/projectquota/projectquota.cfg \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2790 mode=0444
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2791 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_001_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2792 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2793 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_002_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2794 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2795 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_003_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2796 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2797 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_004_neg \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2798 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2799 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_005_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2800 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2801 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_006_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2802 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2803 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_007_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2804 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2805 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_008_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2806 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2807 file path=opt/zfs-tests/tests/functional/projectquota/projectquota_009_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2808 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2809 file \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2810 path=opt/zfs-tests/tests/functional/projectquota/projectquota_common.kshlib \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2811 mode=0444
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2812 file path=opt/zfs-tests/tests/functional/projectquota/projectspace_001_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2813 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2814 file path=opt/zfs-tests/tests/functional/projectquota/projectspace_002_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2815 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2816 file path=opt/zfs-tests/tests/functional/projectquota/projectspace_003_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2817 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2818 file path=opt/zfs-tests/tests/functional/projectquota/projectspace_004_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2819 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2820 file path=opt/zfs-tests/tests/functional/projectquota/projecttree_001_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2821 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2822 file path=opt/zfs-tests/tests/functional/projectquota/projecttree_002_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2823 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2824 file path=opt/zfs-tests/tests/functional/projectquota/projecttree_003_neg \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2825 mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
2826 file path=opt/zfs-tests/tests/functional/projectquota/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2827 file path=opt/zfs-tests/tests/functional/quota/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2828 file path=opt/zfs-tests/tests/functional/quota/quota.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2829 file path=opt/zfs-tests/tests/functional/quota/quota.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2830 file path=opt/zfs-tests/tests/functional/quota/quota_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2831 file path=opt/zfs-tests/tests/functional/quota/quota_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2832 file path=opt/zfs-tests/tests/functional/quota/quota_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2833 file path=opt/zfs-tests/tests/functional/quota/quota_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2834 file path=opt/zfs-tests/tests/functional/quota/quota_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2835 file path=opt/zfs-tests/tests/functional/quota/quota_006_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2836 file path=opt/zfs-tests/tests/functional/quota/setup mode=0555
25060
5241f36cd2e7 12668 ZFS support for vectorized algorithms on x86 (initial support)
Gvozden Neskovic <neskovic@gmail.com>
parents: 25030
diff changeset
2837 file path=opt/zfs-tests/tests/functional/raidz/cleanup mode=0555
5241f36cd2e7 12668 ZFS support for vectorized algorithms on x86 (initial support)
Gvozden Neskovic <neskovic@gmail.com>
parents: 25030
diff changeset
2838 file path=opt/zfs-tests/tests/functional/raidz/raidz_001_neg mode=0555
5241f36cd2e7 12668 ZFS support for vectorized algorithms on x86 (initial support)
Gvozden Neskovic <neskovic@gmail.com>
parents: 25030
diff changeset
2839 file path=opt/zfs-tests/tests/functional/raidz/raidz_002_pos mode=0555
5241f36cd2e7 12668 ZFS support for vectorized algorithms on x86 (initial support)
Gvozden Neskovic <neskovic@gmail.com>
parents: 25030
diff changeset
2840 file path=opt/zfs-tests/tests/functional/raidz/setup mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2841 file path=opt/zfs-tests/tests/functional/redundancy/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2842 file path=opt/zfs-tests/tests/functional/redundancy/redundancy.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2843 file path=opt/zfs-tests/tests/functional/redundancy/redundancy.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2844 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2845 file path=opt/zfs-tests/tests/functional/redundancy/redundancy_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2846 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2847 file path=opt/zfs-tests/tests/functional/redundancy/redundancy_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2848 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2849 file path=opt/zfs-tests/tests/functional/redundancy/redundancy_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2850 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2851 file path=opt/zfs-tests/tests/functional/redundancy/redundancy_004_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2852 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2853 file path=opt/zfs-tests/tests/functional/redundancy/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2854 file path=opt/zfs-tests/tests/functional/refquota/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2855 file path=opt/zfs-tests/tests/functional/refquota/refquota_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2856 file path=opt/zfs-tests/tests/functional/refquota/refquota_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2857 file path=opt/zfs-tests/tests/functional/refquota/refquota_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2858 file path=opt/zfs-tests/tests/functional/refquota/refquota_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2859 file path=opt/zfs-tests/tests/functional/refquota/refquota_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2860 file path=opt/zfs-tests/tests/functional/refquota/refquota_006_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2861 file path=opt/zfs-tests/tests/functional/refquota/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2862 file path=opt/zfs-tests/tests/functional/refreserv/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2863 file path=opt/zfs-tests/tests/functional/refreserv/refreserv.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2864 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2865 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2866 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2867 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2868 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_005_pos mode=0555
23489
886760f1b760 9318 vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts <mike.gerdts@joyent.com>
parents: 23328
diff changeset
2869 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_multi_raidz \
886760f1b760 9318 vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts <mike.gerdts@joyent.com>
parents: 23328
diff changeset
2870 mode=0555
886760f1b760 9318 vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts <mike.gerdts@joyent.com>
parents: 23328
diff changeset
2871 file path=opt/zfs-tests/tests/functional/refreserv/refreserv_raidz mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2872 file path=opt/zfs-tests/tests/functional/refreserv/setup mode=0555
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2873 file path=opt/zfs-tests/tests/functional/removal/cleanup mode=0555
17440
587f76cfd4e8 9591 ms_shift can be incorrectly changed in MOS config for indirect vdevs that have been historically expanded
Serapheim Dimitropoulos <serapheim@delphix.com>
parents: 17395
diff changeset
2874 file path=opt/zfs-tests/tests/functional/removal/removal.kshlib mode=0444
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2875 file path=opt/zfs-tests/tests/functional/removal/removal_all_vdev mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2876 file path=opt/zfs-tests/tests/functional/removal/removal_check_space mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2877 file path=opt/zfs-tests/tests/functional/removal/removal_condense_export \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2878 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2879 file path=opt/zfs-tests/tests/functional/removal/removal_multiple_indirection \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2880 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2881 file path=opt/zfs-tests/tests/functional/removal/removal_remap mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2882 file path=opt/zfs-tests/tests/functional/removal/removal_remap_deadlists \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2883 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2884 file path=opt/zfs-tests/tests/functional/removal/removal_reservation mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2885 file path=opt/zfs-tests/tests/functional/removal/removal_resume_export \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2886 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2887 file path=opt/zfs-tests/tests/functional/removal/removal_sanity mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2888 file path=opt/zfs-tests/tests/functional/removal/removal_with_add mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2889 file path=opt/zfs-tests/tests/functional/removal/removal_with_create_fs \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2890 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2891 file path=opt/zfs-tests/tests/functional/removal/removal_with_dedup mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2892 file path=opt/zfs-tests/tests/functional/removal/removal_with_export mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2893 file path=opt/zfs-tests/tests/functional/removal/removal_with_ganging \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2894 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2895 file path=opt/zfs-tests/tests/functional/removal/removal_with_remap mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2896 file path=opt/zfs-tests/tests/functional/removal/removal_with_remove mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2897 file path=opt/zfs-tests/tests/functional/removal/removal_with_scrub mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2898 file path=opt/zfs-tests/tests/functional/removal/removal_with_send mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2899 file path=opt/zfs-tests/tests/functional/removal/removal_with_send_recv \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2900 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2901 file path=opt/zfs-tests/tests/functional/removal/removal_with_snapshot \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2902 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2903 file path=opt/zfs-tests/tests/functional/removal/removal_with_write mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2904 file path=opt/zfs-tests/tests/functional/removal/removal_with_zdb mode=0555
17440
587f76cfd4e8 9591 ms_shift can be incorrectly changed in MOS config for indirect vdevs that have been historically expanded
Serapheim Dimitropoulos <serapheim@delphix.com>
parents: 17395
diff changeset
2905 file path=opt/zfs-tests/tests/functional/removal/remove_expanded mode=0555
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2906 file path=opt/zfs-tests/tests/functional/removal/remove_mirror mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2907 file path=opt/zfs-tests/tests/functional/removal/remove_mirror_sanity \
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2908 mode=0555
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
2909 file path=opt/zfs-tests/tests/functional/removal/remove_raidz mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2910 file path=opt/zfs-tests/tests/functional/rename_dirs/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2911 file path=opt/zfs-tests/tests/functional/rename_dirs/rename_dirs_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2912 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2913 file path=opt/zfs-tests/tests/functional/rename_dirs/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2914 file path=opt/zfs-tests/tests/functional/replacement/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2915 file path=opt/zfs-tests/tests/functional/replacement/replacement.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2916 file path=opt/zfs-tests/tests/functional/replacement/replacement_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2917 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2918 file path=opt/zfs-tests/tests/functional/replacement/replacement_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2919 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2920 file path=opt/zfs-tests/tests/functional/replacement/replacement_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2921 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2922 file path=opt/zfs-tests/tests/functional/replacement/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2923 file path=opt/zfs-tests/tests/functional/reservation/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2924 file path=opt/zfs-tests/tests/functional/reservation/reservation.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2925 file path=opt/zfs-tests/tests/functional/reservation/reservation.shlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2926 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2927 file path=opt/zfs-tests/tests/functional/reservation/reservation_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2928 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2929 file path=opt/zfs-tests/tests/functional/reservation/reservation_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2930 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2931 file path=opt/zfs-tests/tests/functional/reservation/reservation_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2932 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2933 file path=opt/zfs-tests/tests/functional/reservation/reservation_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2934 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2935 file path=opt/zfs-tests/tests/functional/reservation/reservation_005_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2936 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2937 file path=opt/zfs-tests/tests/functional/reservation/reservation_006_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2938 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2939 file path=opt/zfs-tests/tests/functional/reservation/reservation_007_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2940 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2941 file path=opt/zfs-tests/tests/functional/reservation/reservation_008_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2942 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2943 file path=opt/zfs-tests/tests/functional/reservation/reservation_009_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2944 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2945 file path=opt/zfs-tests/tests/functional/reservation/reservation_010_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2946 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2947 file path=opt/zfs-tests/tests/functional/reservation/reservation_011_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2948 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2949 file path=opt/zfs-tests/tests/functional/reservation/reservation_012_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2950 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2951 file path=opt/zfs-tests/tests/functional/reservation/reservation_013_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2952 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2953 file path=opt/zfs-tests/tests/functional/reservation/reservation_014_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2954 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2955 file path=opt/zfs-tests/tests/functional/reservation/reservation_015_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2956 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2957 file path=opt/zfs-tests/tests/functional/reservation/reservation_016_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2958 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2959 file path=opt/zfs-tests/tests/functional/reservation/reservation_017_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2960 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2961 file path=opt/zfs-tests/tests/functional/reservation/reservation_018_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2962 mode=0555
17176
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2963 file path=opt/zfs-tests/tests/functional/reservation/reservation_019_pos \
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2964 mode=0555
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2965 file path=opt/zfs-tests/tests/functional/reservation/reservation_020_pos \
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2966 mode=0555
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2967 file path=opt/zfs-tests/tests/functional/reservation/reservation_021_neg \
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2968 mode=0555
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2969 file path=opt/zfs-tests/tests/functional/reservation/reservation_022_pos \
d2ab5e6756db 9286 want refreservation=auto
Mike Gerdts <mike.gerdts@joyent.com>
parents: 17136
diff changeset
2970 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2971 file path=opt/zfs-tests/tests/functional/reservation/setup mode=0555
24985
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
2972 file path=opt/zfs-tests/tests/functional/resilver/cleanup mode=0555
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
2973 file path=opt/zfs-tests/tests/functional/resilver/resilver.cfg mode=0444
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
2974 file path=opt/zfs-tests/tests/functional/resilver/resilver_restart_001 \
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
2975 mode=0555
25030
6f6decd36a4e 12774 Resilver restarts unnecessarily when it encounters errors
John Poduska <jpoduska@datto.com>
parents: 24985
diff changeset
2976 file path=opt/zfs-tests/tests/functional/resilver/resilver_restart_002 \
6f6decd36a4e 12774 Resilver restarts unnecessarily when it encounters errors
John Poduska <jpoduska@datto.com>
parents: 24985
diff changeset
2977 mode=0555
24985
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
2978 file path=opt/zfs-tests/tests/functional/resilver/setup mode=0555
61546580872a 12636 Prevent unnecessary resilver restarts
jwpoduska <jpoduska@datto.com>
parents: 24881
diff changeset
2979 file path=opt/zfs-tests/tests/functional/resilver/sysevent mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2980 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2981 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2982 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=0555
16033
c3ea82a72161 7404 rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits
Toomas Soome <tsoome@me.com>
parents: 16020
diff changeset
2983 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_007_pos mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2984 file path=opt/zfs-tests/tests/functional/rootpool/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2985 file path=opt/zfs-tests/tests/functional/rsend/cleanup mode=0555
23646
3de6e03427d2 11309 zfs recv on delegated dataset inside a zone can fail
Jerry Jelinek <jerry.jelinek@joyent.com>
parents: 23542
diff changeset
2986 file path=opt/zfs-tests/tests/functional/rsend/recv_secpolicy mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2987 file path=opt/zfs-tests/tests/functional/rsend/rsend.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
2988 file path=opt/zfs-tests/tests/functional/rsend/rsend.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2989 file path=opt/zfs-tests/tests/functional/rsend/rsend_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2990 file path=opt/zfs-tests/tests/functional/rsend/rsend_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2991 file path=opt/zfs-tests/tests/functional/rsend/rsend_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2992 file path=opt/zfs-tests/tests/functional/rsend/rsend_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2993 file path=opt/zfs-tests/tests/functional/rsend/rsend_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2994 file path=opt/zfs-tests/tests/functional/rsend/rsend_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2995 file path=opt/zfs-tests/tests/functional/rsend/rsend_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2996 file path=opt/zfs-tests/tests/functional/rsend/rsend_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2997 file path=opt/zfs-tests/tests/functional/rsend/rsend_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2998 file path=opt/zfs-tests/tests/functional/rsend/rsend_010_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
2999 file path=opt/zfs-tests/tests/functional/rsend/rsend_011_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3000 file path=opt/zfs-tests/tests/functional/rsend/rsend_012_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3001 file path=opt/zfs-tests/tests/functional/rsend/rsend_013_pos mode=0555
15033
b5ba00c0fe9c 5767 fix several problems with zfs test suite
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14982
diff changeset
3002 file path=opt/zfs-tests/tests/functional/rsend/rsend_014_pos mode=0555
15291
8db6001f7332 2605 want to resume interrupted zfs send
Matthew Ahrens <mahrens@delphix.com>
parents: 15215
diff changeset
3003 file path=opt/zfs-tests/tests/functional/rsend/rsend_019_pos mode=0555
8db6001f7332 2605 want to resume interrupted zfs send
Matthew Ahrens <mahrens@delphix.com>
parents: 15215
diff changeset
3004 file path=opt/zfs-tests/tests/functional/rsend/rsend_020_pos mode=0555
8db6001f7332 2605 want to resume interrupted zfs send
Matthew Ahrens <mahrens@delphix.com>
parents: 15215
diff changeset
3005 file path=opt/zfs-tests/tests/functional/rsend/rsend_021_pos mode=0555
8db6001f7332 2605 want to resume interrupted zfs send
Matthew Ahrens <mahrens@delphix.com>
parents: 15215
diff changeset
3006 file path=opt/zfs-tests/tests/functional/rsend/rsend_022_pos mode=0555
8db6001f7332 2605 want to resume interrupted zfs send
Matthew Ahrens <mahrens@delphix.com>
parents: 15215
diff changeset
3007 file path=opt/zfs-tests/tests/functional/rsend/rsend_024_pos mode=0555
16020
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3008 file path=opt/zfs-tests/tests/functional/rsend/send-cD mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3009 file path=opt/zfs-tests/tests/functional/rsend/send-c_embedded_blocks \
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3010 mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3011 file path=opt/zfs-tests/tests/functional/rsend/send-c_incremental mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3012 file path=opt/zfs-tests/tests/functional/rsend/send-c_lz4_disabled mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3013 file path=opt/zfs-tests/tests/functional/rsend/send-c_mixed_compression \
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3014 mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3015 file path=opt/zfs-tests/tests/functional/rsend/send-c_props mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3016 file path=opt/zfs-tests/tests/functional/rsend/send-c_recv_dedup mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3017 file path=opt/zfs-tests/tests/functional/rsend/send-c_recv_lz4_disabled \
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3018 mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3019 file path=opt/zfs-tests/tests/functional/rsend/send-c_resume mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3020 file path=opt/zfs-tests/tests/functional/rsend/send-c_stream_size_estimate \
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3021 mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3022 file path=opt/zfs-tests/tests/functional/rsend/send-c_verify_contents \
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3023 mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3024 file path=opt/zfs-tests/tests/functional/rsend/send-c_verify_ratio mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3025 file path=opt/zfs-tests/tests/functional/rsend/send-c_volume mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3026 file path=opt/zfs-tests/tests/functional/rsend/send-c_zstreamdump mode=0555
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3027 file path=opt/zfs-tests/tests/functional/rsend/send-cpL_varied_recsize \
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3028 mode=0555
23542
c2d84481eced 11276 Allow unencrypted children of encrypted datasets
Tom Caputi <tcaputi@datto.com>
parents: 23516
diff changeset
3029 file path=opt/zfs-tests/tests/functional/rsend/send-wDR_encrypted_zvol \
c2d84481eced 11276 Allow unencrypted children of encrypted datasets
Tom Caputi <tcaputi@datto.com>
parents: 23516
diff changeset
3030 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3031 file path=opt/zfs-tests/tests/functional/rsend/send_encrypted_files mode=0555
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3032 file path=opt/zfs-tests/tests/functional/rsend/send_encrypted_hierarchy \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3033 mode=0555
23799
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
3034 file path=opt/zfs-tests/tests/functional/rsend/send_encrypted_props mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3035 file path=opt/zfs-tests/tests/functional/rsend/send_encrypted_truncated_files \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3036 mode=0555
22753
4c8506ef92f2 10452 ZoL: merge in large dnode feature fixes
Fabian Grünbichler <f.gruenbichler@proxmox.com>
parents: 22666
diff changeset
3037 file path=opt/zfs-tests/tests/functional/rsend/send_freeobjects mode=0555
23799
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
3038 file path=opt/zfs-tests/tests/functional/rsend/send_holds mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3039 file path=opt/zfs-tests/tests/functional/rsend/send_mixed_raw mode=0555
22753
4c8506ef92f2 10452 ZoL: merge in large dnode feature fixes
Fabian Grünbichler <f.gruenbichler@proxmox.com>
parents: 22666
diff changeset
3040 file path=opt/zfs-tests/tests/functional/rsend/send_realloc_dnode_size \
4c8506ef92f2 10452 ZoL: merge in large dnode feature fixes
Fabian Grünbichler <f.gruenbichler@proxmox.com>
parents: 22666
diff changeset
3041 mode=0555
23516
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3042 file path=opt/zfs-tests/tests/functional/rsend/send_realloc_encrypted_files \
cdac48beb362 8727 Native data and metadata encryption for zfs
Tom Caputi <tcaputi@datto.com>
parents: 23489
diff changeset
3043 mode=0555
23799
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
3044 file path=opt/zfs-tests/tests/functional/rsend/send_realloc_files mode=0555
684ad95a1f9c 11282 port ZoL send/recv fixes
loli10K <ezomori.nozomu@gmail.com>
parents: 23704
diff changeset
3045 file path=opt/zfs-tests/tests/functional/rsend/send_spill_block mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3046 file path=opt/zfs-tests/tests/functional/rsend/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3047 file path=opt/zfs-tests/tests/functional/scrub_mirror/cleanup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3048 file path=opt/zfs-tests/tests/functional/scrub_mirror/default.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3049 file path=opt/zfs-tests/tests/functional/scrub_mirror/scrub_mirror_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3050 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3051 file path=opt/zfs-tests/tests/functional/scrub_mirror/scrub_mirror_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3052 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3053 file path=opt/zfs-tests/tests/functional/scrub_mirror/scrub_mirror_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3054 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3055 file path=opt/zfs-tests/tests/functional/scrub_mirror/scrub_mirror_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3056 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3057 file \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3058 path=opt/zfs-tests/tests/functional/scrub_mirror/scrub_mirror_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3059 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3060 file path=opt/zfs-tests/tests/functional/scrub_mirror/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3061 file path=opt/zfs-tests/tests/functional/slog/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3062 file path=opt/zfs-tests/tests/functional/slog/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3063 file path=opt/zfs-tests/tests/functional/slog/slog.cfg mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3064 file path=opt/zfs-tests/tests/functional/slog/slog.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3065 file path=opt/zfs-tests/tests/functional/slog/slog_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3066 file path=opt/zfs-tests/tests/functional/slog/slog_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3067 file path=opt/zfs-tests/tests/functional/slog/slog_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3068 file path=opt/zfs-tests/tests/functional/slog/slog_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3069 file path=opt/zfs-tests/tests/functional/slog/slog_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3070 file path=opt/zfs-tests/tests/functional/slog/slog_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3071 file path=opt/zfs-tests/tests/functional/slog/slog_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3072 file path=opt/zfs-tests/tests/functional/slog/slog_008_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3073 file path=opt/zfs-tests/tests/functional/slog/slog_009_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3074 file path=opt/zfs-tests/tests/functional/slog/slog_010_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3075 file path=opt/zfs-tests/tests/functional/slog/slog_011_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3076 file path=opt/zfs-tests/tests/functional/slog/slog_012_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3077 file path=opt/zfs-tests/tests/functional/slog/slog_013_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3078 file path=opt/zfs-tests/tests/functional/slog/slog_014_pos mode=0555
16914
3c2166047812 8909 8585 can cause a use-after-free kernel panic
Prakash Surya <prakash.surya@delphix.com>
parents: 16732
diff changeset
3079 file path=opt/zfs-tests/tests/functional/slog/slog_015_neg mode=0555
24237
48f1fe57c62d 11943 Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen <david.chen@nutanix.com>
parents: 24064
diff changeset
3080 file path=opt/zfs-tests/tests/functional/slog/slog_replay_fs_001 mode=0555
48f1fe57c62d 11943 Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen <david.chen@nutanix.com>
parents: 24064
diff changeset
3081 file path=opt/zfs-tests/tests/functional/slog/slog_replay_fs_002 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3082 file path=opt/zfs-tests/tests/functional/snapshot/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3083 file path=opt/zfs-tests/tests/functional/snapshot/clone_001_pos mode=0555
16249
cf2596a75c15 7869 panic in bpobj_space(): null pointer dereference
Serapheim Dimitropoulos <serapheim@delphix.com>
parents: 16115
diff changeset
3084 file path=opt/zfs-tests/tests/functional/snapshot/deadlist_lock mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3085 file path=opt/zfs-tests/tests/functional/snapshot/rollback_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3086 file path=opt/zfs-tests/tests/functional/snapshot/rollback_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3087 file path=opt/zfs-tests/tests/functional/snapshot/rollback_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3088 file path=opt/zfs-tests/tests/functional/snapshot/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3089 file path=opt/zfs-tests/tests/functional/snapshot/snapshot.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3090 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3091 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3092 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3093 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3094 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3095 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3096 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3097 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3098 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3099 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_010_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3100 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_011_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3101 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_012_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3102 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_013_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3103 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_014_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3104 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_015_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3105 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_016_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3106 file path=opt/zfs-tests/tests/functional/snapshot/snapshot_017_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3107 file path=opt/zfs-tests/tests/functional/snapused/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3108 file path=opt/zfs-tests/tests/functional/snapused/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3109 file path=opt/zfs-tests/tests/functional/snapused/snapused.kshlib mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3110 file path=opt/zfs-tests/tests/functional/snapused/snapused_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3111 file path=opt/zfs-tests/tests/functional/snapused/snapused_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3112 file path=opt/zfs-tests/tests/functional/snapused/snapused_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3113 file path=opt/zfs-tests/tests/functional/snapused/snapused_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3114 file path=opt/zfs-tests/tests/functional/snapused/snapused_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3115 file path=opt/zfs-tests/tests/functional/sparse/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3116 file path=opt/zfs-tests/tests/functional/sparse/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3117 file path=opt/zfs-tests/tests/functional/sparse/sparse.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3118 file path=opt/zfs-tests/tests/functional/sparse/sparse_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3119 file path=opt/zfs-tests/tests/functional/threadsappend/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3120 file path=opt/zfs-tests/tests/functional/threadsappend/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3121 file path=opt/zfs-tests/tests/functional/threadsappend/threadsappend mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3122 file path=opt/zfs-tests/tests/functional/threadsappend/threadsappend_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3123 mode=0555
24008
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3124 file path=opt/zfs-tests/tests/functional/trim/autotrim_config mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3125 file path=opt/zfs-tests/tests/functional/trim/autotrim_integrity mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3126 file path=opt/zfs-tests/tests/functional/trim/autotrim_trim_integrity \
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3127 mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3128 file path=opt/zfs-tests/tests/functional/trim/cleanup mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3129 file path=opt/zfs-tests/tests/functional/trim/setup mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3130 file path=opt/zfs-tests/tests/functional/trim/trim.cfg mode=0444
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3131 file path=opt/zfs-tests/tests/functional/trim/trim.kshlib mode=0444
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3132 file path=opt/zfs-tests/tests/functional/trim/trim_config mode=0555
d646a8c7730b 1701 ZFS to support UNMAP/TRIM for SSD
Brian Behlendorf <behlendorf1@llnl.gov>
parents: 23982
diff changeset
3133 file path=opt/zfs-tests/tests/functional/trim/trim_integrity mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3134 file path=opt/zfs-tests/tests/functional/truncate/cleanup mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3135 file path=opt/zfs-tests/tests/functional/truncate/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3136 file path=opt/zfs-tests/tests/functional/truncate/truncate.cfg mode=0444
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3137 file path=opt/zfs-tests/tests/functional/truncate/truncate_001_pos mode=0555
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3138 file path=opt/zfs-tests/tests/functional/truncate/truncate_002_pos mode=0555
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3139 file path=opt/zfs-tests/tests/functional/upgrade/cleanup mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3140 file path=opt/zfs-tests/tests/functional/upgrade/setup mode=0555
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3141 file path=opt/zfs-tests/tests/functional/upgrade/upgrade_common.kshlib \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3142 mode=0444
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3143 file path=opt/zfs-tests/tests/functional/upgrade/upgrade_projectquota_001_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3144 mode=0555
24019
bcfcf326348a 11650 ZFS user accounting fixes
Tom Caputi <tcaputi@datto.com>
parents: 24008
diff changeset
3145 file path=opt/zfs-tests/tests/functional/upgrade/upgrade_readonly_pool \
bcfcf326348a 11650 ZFS user accounting fixes
Tom Caputi <tcaputi@datto.com>
parents: 24008
diff changeset
3146 mode=0555
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3147 file path=opt/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3148 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3149 file path=opt/zfs-tests/tests/functional/userquota/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3150 file path=opt/zfs-tests/tests/functional/userquota/groupspace_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3151 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3152 file path=opt/zfs-tests/tests/functional/userquota/groupspace_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3153 mode=0555
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3154 file path=opt/zfs-tests/tests/functional/userquota/groupspace_003_pos \
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3155 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3156 file path=opt/zfs-tests/tests/functional/userquota/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3157 file path=opt/zfs-tests/tests/functional/userquota/userquota.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3158 file path=opt/zfs-tests/tests/functional/userquota/userquota_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3159 file path=opt/zfs-tests/tests/functional/userquota/userquota_002_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3160 file path=opt/zfs-tests/tests/functional/userquota/userquota_003_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3161 file path=opt/zfs-tests/tests/functional/userquota/userquota_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3162 file path=opt/zfs-tests/tests/functional/userquota/userquota_005_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3163 file path=opt/zfs-tests/tests/functional/userquota/userquota_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3164 file path=opt/zfs-tests/tests/functional/userquota/userquota_007_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3165 file path=opt/zfs-tests/tests/functional/userquota/userquota_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3166 file path=opt/zfs-tests/tests/functional/userquota/userquota_009_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3167 file path=opt/zfs-tests/tests/functional/userquota/userquota_010_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3168 file path=opt/zfs-tests/tests/functional/userquota/userquota_011_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3169 file path=opt/zfs-tests/tests/functional/userquota/userquota_012_neg mode=0555
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3170 file path=opt/zfs-tests/tests/functional/userquota/userquota_013_pos mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3171 file path=opt/zfs-tests/tests/functional/userquota/userquota_common.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3172 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3173 file path=opt/zfs-tests/tests/functional/userquota/userspace_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3174 file path=opt/zfs-tests/tests/functional/userquota/userspace_002_pos mode=0555
23898
9461986bbf6d 11479 zfs project support
Nasf-Fan <fan.yong@intel.com>
parents: 23799
diff changeset
3175 file path=opt/zfs-tests/tests/functional/userquota/userspace_003_pos mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3176 file path=opt/zfs-tests/tests/functional/utils_test/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3177 file path=opt/zfs-tests/tests/functional/utils_test/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3178 file path=opt/zfs-tests/tests/functional/utils_test/utils_test.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3179 file path=opt/zfs-tests/tests/functional/utils_test/utils_test.kshlib \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3180 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3181 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3182 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3183 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3184 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3185 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3186 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3187 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3188 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3189 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_005_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3190 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3191 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_006_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3192 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3193 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_007_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3194 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3195 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_008_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3196 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3197 file path=opt/zfs-tests/tests/functional/utils_test/utils_test_009_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3198 mode=0555
15616
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3199 file path=opt/zfs-tests/tests/functional/vdev_zaps/cleanup mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3200 file path=opt/zfs-tests/tests/functional/vdev_zaps/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3201 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps.kshlib mode=0444
15616
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3202 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_001_pos mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3203 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_002_pos mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3204 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_003_pos mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3205 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3206 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_005_pos mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3207 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_006_pos mode=0555
ba5ea92f5da3 6736 ZFS per-vdev ZAPs
Joe Stein <joe.stein@delphix.com>
parents: 15515
diff changeset
3208 file path=opt/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_007_pos mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3209 file path=opt/zfs-tests/tests/functional/write_dirs/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3210 file path=opt/zfs-tests/tests/functional/write_dirs/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3211 file path=opt/zfs-tests/tests/functional/write_dirs/write_dirs_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3212 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3213 file path=opt/zfs-tests/tests/functional/write_dirs/write_dirs_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3214 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3215 file path=opt/zfs-tests/tests/functional/xattr/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3216 file path=opt/zfs-tests/tests/functional/xattr/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3217 file path=opt/zfs-tests/tests/functional/xattr/xattr_001_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3218 file path=opt/zfs-tests/tests/functional/xattr/xattr_002_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3219 file path=opt/zfs-tests/tests/functional/xattr/xattr_003_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3220 file path=opt/zfs-tests/tests/functional/xattr/xattr_004_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3221 file path=opt/zfs-tests/tests/functional/xattr/xattr_005_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3222 file path=opt/zfs-tests/tests/functional/xattr/xattr_006_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3223 file path=opt/zfs-tests/tests/functional/xattr/xattr_007_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3224 file path=opt/zfs-tests/tests/functional/xattr/xattr_008_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3225 file path=opt/zfs-tests/tests/functional/xattr/xattr_009_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3226 file path=opt/zfs-tests/tests/functional/xattr/xattr_010_neg mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3227 file path=opt/zfs-tests/tests/functional/xattr/xattr_011_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3228 file path=opt/zfs-tests/tests/functional/xattr/xattr_012_pos mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3229 file path=opt/zfs-tests/tests/functional/xattr/xattr_013_pos mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3230 file path=opt/zfs-tests/tests/functional/xattr/xattr_common.kshlib mode=0444
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3231 file path=opt/zfs-tests/tests/functional/zvol/zvol.cfg mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3232 file path=opt/zfs-tests/tests/functional/zvol/zvol_ENOSPC/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3233 file path=opt/zfs-tests/tests/functional/zvol/zvol_ENOSPC/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3234 file path=opt/zfs-tests/tests/functional/zvol/zvol_ENOSPC/zvol_ENOSPC_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3235 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3236 file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3237 file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3238 file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/zvol_cli_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3239 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3240 file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/zvol_cli_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3241 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3242 file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/zvol_cli_003_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3243 mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3244 file path=opt/zfs-tests/tests/functional/zvol/zvol_common.shlib mode=0444
16430
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3245 file path=opt/zfs-tests/tests/functional/zvol/zvol_dump/zvol_dump_raidz \
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3246 mode=0555
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3247 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3248 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3249 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_001_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3250 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3251 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3252 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3253 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_003_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3254 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3255 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3256 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3257 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_005_neg \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3258 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3259 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_006_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3260 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3261 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/cleanup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3262 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/setup mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3263 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap.cfg \
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3264 mode=0444
14281
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3265 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap_001_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3266 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3267 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap_002_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3268 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3269 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap_003_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3270 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3271 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap_004_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3272 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3273 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap_005_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3274 mode=0555
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3275 file path=opt/zfs-tests/tests/functional/zvol/zvol_swap/zvol_swap_006_pos \
020dfaa92034 4206 history_003_pos relies on exact size of history log and entries
John Wren Kennedy <john.kennedy@delphix.com>
parents: 14232
diff changeset
3276 mode=0555
17136
7e1edb1841b7 9166 zfs storage pool checkpoint
Serapheim Dimitropoulos <serapheim.dimitro@delphix.com>
parents: 17046
diff changeset
3277 file path=opt/zfs-tests/tests/longevity/slop_space_test mode=0555
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3278 file path=opt/zfs-tests/tests/perf/fio/mkfiles.fio mode=0444
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3279 file path=opt/zfs-tests/tests/perf/fio/random_reads.fio mode=0444
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3280 file path=opt/zfs-tests/tests/perf/fio/random_readwrite.fio mode=0444
17442
d38de2301deb 9184 Add ZFS performance test for fixed blocksize random read/write IO
John Wren Kennedy <john.kennedy@delphix.com>
parents: 17440
diff changeset
3281 file path=opt/zfs-tests/tests/perf/fio/random_readwrite_fixed.fio mode=0444
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3282 file path=opt/zfs-tests/tests/perf/fio/random_writes.fio mode=0444
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3283 file path=opt/zfs-tests/tests/perf/fio/sequential_reads.fio mode=0444
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3284 file path=opt/zfs-tests/tests/perf/fio/sequential_writes.fio mode=0444
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3285 file path=opt/zfs-tests/tests/perf/perf.shlib mode=0444
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3286 file path=opt/zfs-tests/tests/perf/regression/random_reads mode=0555
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3287 file path=opt/zfs-tests/tests/perf/regression/random_readwrite mode=0555
17442
d38de2301deb 9184 Add ZFS performance test for fixed blocksize random read/write IO
John Wren Kennedy <john.kennedy@delphix.com>
parents: 17440
diff changeset
3288 file path=opt/zfs-tests/tests/perf/regression/random_readwrite_fixed mode=0555
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3289 file path=opt/zfs-tests/tests/perf/regression/random_writes mode=0555
17395
d00b3945fae1 9082 Add ZFS performance test targeting ZIL latency
John Wren Kennedy <john.kennedy@delphix.com>
parents: 17351
diff changeset
3290 file path=opt/zfs-tests/tests/perf/regression/random_writes_zil mode=0555
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3291 file path=opt/zfs-tests/tests/perf/regression/sequential_reads mode=0555
16430
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3292 file path=opt/zfs-tests/tests/perf/regression/sequential_reads_arc_cached \
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3293 mode=0555
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3294 file \
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3295 path=opt/zfs-tests/tests/perf/regression/sequential_reads_arc_cached_clone \
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3296 mode=0555
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3297 file path=opt/zfs-tests/tests/perf/regression/sequential_reads_dbuf_cached \
15747
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3298 mode=0555
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3299 file path=opt/zfs-tests/tests/perf/regression/sequential_writes mode=0555
506e78b5eb98 6950 ARC should cache compressed data
George Wilson <george.wilson@delphix.com>
parents: 15628
diff changeset
3300 file path=opt/zfs-tests/tests/perf/regression/setup mode=0555
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3301 file path=opt/zfs-tests/tests/perf/scripts/io.d mode=0444
17395
d00b3945fae1 9082 Add ZFS performance test targeting ZIL latency
John Wren Kennedy <john.kennedy@delphix.com>
parents: 17351
diff changeset
3302 file path=opt/zfs-tests/tests/perf/scripts/offcpu-profile.d mode=0444
16067
ceabf5b6a8e1 7512 Simplify the Makefiles in zfstest
John Wren Kennedy <john.kennedy@delphix.com>
parents: 16033
diff changeset
3303 file path=opt/zfs-tests/tests/perf/scripts/prefetch_io.d mode=0444
16430
640da3cd959f 8021 ARC buf data scatter-ization
Dan Kimmel <dan.kimmel@delphix.com>
parents: 16361
diff changeset
3304 file path=opt/zfs-tests/tests/perf/scripts/profile.d mode=0444
17395
d00b3945fae1 9082 Add ZFS performance test targeting ZIL latency
John Wren Kennedy <john.kennedy@delphix.com>
parents: 17351
diff changeset
3305 file path=opt/zfs-tests/tests/perf/scripts/zil.d mode=0444
16935
57858b75ee0a 7614 zfs device evacuation/removal
Prashanth Sreenivasa <pks@delphix.com>
parents: 16914
diff changeset
3306 file path=opt/zfs-tests/tests/stress/races/remove_file_while_remap mode=0555
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3307 license cr_Sun license=cr_Sun
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3308 license lic_CDDL license=lic_CDDL
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3309 depend fmri=system/file-system/zfs/tests type=require
16020
447c4863905f 7252 compressed zfs send / receive
Dan Kimmel <dan.kimmel@delphix.com>
parents: 15963
diff changeset
3310 depend fmri=system/test/fio type=require
13899
0bcf78798346 3311 Want a test framework for arbitrary OS unit tests
John Wren Kennedy <john.kennedy@delphix.com>
parents:
diff changeset
3311 depend fmri=system/test/testrunner type=require
14232
fedf408dfa94 4263 system/test/zfstest should depend on system/xopen/xcu4
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13920
diff changeset
3312 depend fmri=system/xopen/xcu4 type=require