1# 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. 6# 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. 10# 11 12[DEFAULT] 13pre = setup 14quiet = False 15pre_user = root 16user = root 17timeout = 600 18post_user = root 19post = cleanup 20failsafe_user = root 21failsafe = callbacks/zfs_failsafe 22outputdir = /var/tmp/test_results 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