1# SPDX-License-Identifier: CDDL-1.0 2# 3# This file and its contents are supplied under the terms of the 4# Common Development and Distribution License ("CDDL"), version 1.0. 5# You may only use this file in accordance with the terms of version 6# 1.0 of the CDDL. 7# 8# A full copy of the text of the CDDL should have accompanied this 9# source. A copy of the CDDL is also available via the Internet at 10# http://www.illumos.org/license/CDDL. 11# 12# This run file contains all of the common functional tests. When 13# adding a new test consider also adding it to the sanity.run file 14# if the new test runs to completion in only a few seconds. 15# 16# Approximate run time: 5 hours 17# 18 19[DEFAULT] 20pre = setup 21quiet = False 22pre_user = root 23user = root 24timeout = 28800 25post_user = root 26post = cleanup 27failsafe_user = root 28failsafe = callbacks/zfs_failsafe 29tags = ['bclone'] 30 31[tests/functional/bclone] 32tests = ['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'] 46tags = ['bclone'] 47