Linux: Fix detection of register_sysctl_sz
[zfs.git] / tests / runfiles / bclone.run
blob3d0f545d922673744a5a0b3408abd15f4ae157f3
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
11 # This run file contains all of the common functional tests. When
12 # adding a new test consider also adding it to the sanity.run file
13 # if the new test runs to completion in only a few seconds.
15 # Approximate run time: 5 hours
18 [DEFAULT]
19 pre = setup
20 quiet = False
21 pre_user = root
22 user = root
23 timeout = 28800
24 post_user = root
25 post = cleanup
26 failsafe_user = root
27 failsafe = callbacks/zfs_failsafe
28 outputdir = /var/tmp/test_results
29 tags = ['bclone']
31 [tests/functional/bclone]
32 tests = ['bclone_crossfs_corner_cases',
33 'bclone_crossfs_data',
34 'bclone_crossfs_embedded',
35 'bclone_crossfs_hole',
36 'bclone_diffprops_all',
37 'bclone_diffprops_checksum',
38 'bclone_diffprops_compress',
39 'bclone_diffprops_copies',
40 'bclone_diffprops_recordsize',
41 'bclone_prop_sync',
42 'bclone_samefs_corner_cases',
43 'bclone_samefs_data',
44 'bclone_samefs_embedded',
45 'bclone_samefs_hole']
46 tags = ['bclone']