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 13[DEFAULT] 14pre = setup 15quiet = False 16pre_user = root 17user = root 18timeout = 600 19post_user = root 20post = cleanup 21failsafe_user = root 22failsafe = callbacks/zfs_failsafe 23tags = ['functional'] 24 25[tests/functional/cli_root/zfs_jail:FreeBSD] 26tests = ['zfs_jail_001_pos'] 27tags = ['functional', 'cli_root', 'zfs_jail'] 28 29[tests/functional/pam:FreeBSD] 30tests = ['pam_basic', 'pam_change_unmounted', 'pam_mount_recursively', 31 'pam_nounmount', 'pam_recursive', 'pam_short_password'] 32tags = ['functional', 'pam'] 33 34[tests/functional/direct:FreeBSD] 35tests = ['dio_write_stable_pages'] 36tags = ['functional', 'direct'] 37