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/inuse:illumos] 26tests = ['inuse_001_pos', 'inuse_003_pos', 'inuse_006_pos', 'inuse_007_pos'] 27post = 28tags = ['functional', 'inuse'] 29 30[tests/functional/cli_root/zpool_add:illumos] 31tests = ['zpool_add_005_pos'] 32tags = ['functional', 'cli_root', 'zpool_add'] 33 34[tests/functional/cli_root/zpool_create:illumos] 35tests = ['zpool_create_016_pos'] 36tags = ['functional', 'cli_root', 'zpool_create'] 37 38[tests/functional/privilege] 39tests = ['privilege_001_pos', 'privilege_002_pos'] 40tags = ['functional', 'privilege'] 41 42[tests/functional/xattr:illumos] 43tests = ['xattr_008_pos', 'xattr_009_neg', 'xattr_010_neg'] 44tags = ['functional', 'xattr'] 45 46[tests/functional/zvol/zvol_misc:illumos] 47tests = ['zvol_misc_001_neg', 'zvol_misc_003_neg', 'zvol_misc_004_pos', 48 'zvol_misc_005_neg', 'zvol_misc_006_pos'] 49tags = ['functional', 'zvol', 'zvol_misc'] 50 51[tests/functional/zvol/zvol_swap:illumos] 52tests = ['zvol_swap_003_pos', 'zvol_swap_005_pos', 'zvol_swap_006_pos'] 53tags = ['functional', 'zvol', 'zvol_swap'] 54