1*61145dc2SMartin Matuska# SPDX-License-Identifier: CDDL-1.0 2eda14cbcSMatt Macy# 3eda14cbcSMatt Macy# This file and its contents are supplied under the terms of the 4eda14cbcSMatt Macy# Common Development and Distribution License ("CDDL"), version 1.0. 5eda14cbcSMatt Macy# You may only use this file in accordance with the terms of version 6eda14cbcSMatt Macy# 1.0 of the CDDL. 7eda14cbcSMatt Macy# 8eda14cbcSMatt Macy# A full copy of the text of the CDDL should have accompanied this 9eda14cbcSMatt Macy# source. A copy of the CDDL is also available via the Internet at 10eda14cbcSMatt Macy# http://www.illumos.org/license/CDDL. 11eda14cbcSMatt Macy# 12eda14cbcSMatt Macy 13eda14cbcSMatt Macy[DEFAULT] 14eda14cbcSMatt Macypre = setup 15eda14cbcSMatt Macyquiet = False 16eda14cbcSMatt Macypre_user = root 17eda14cbcSMatt Macyuser = root 18eda14cbcSMatt Macytimeout = 600 19eda14cbcSMatt Macypost_user = root 20eda14cbcSMatt Macypost = cleanup 21eda14cbcSMatt Macyfailsafe_user = root 22eda14cbcSMatt Macyfailsafe = callbacks/zfs_failsafe 23eda14cbcSMatt Macytags = ['functional'] 24eda14cbcSMatt Macy 25eda14cbcSMatt Macy[tests/functional/inuse:illumos] 26eda14cbcSMatt Macytests = ['inuse_001_pos', 'inuse_003_pos', 'inuse_006_pos', 'inuse_007_pos'] 27eda14cbcSMatt Macypost = 28eda14cbcSMatt Macytags = ['functional', 'inuse'] 29eda14cbcSMatt Macy 30eda14cbcSMatt Macy[tests/functional/cli_root/zpool_add:illumos] 31eda14cbcSMatt Macytests = ['zpool_add_005_pos'] 32eda14cbcSMatt Macytags = ['functional', 'cli_root', 'zpool_add'] 33eda14cbcSMatt Macy 34eda14cbcSMatt Macy[tests/functional/cli_root/zpool_create:illumos] 35eda14cbcSMatt Macytests = ['zpool_create_016_pos'] 36eda14cbcSMatt Macytags = ['functional', 'cli_root', 'zpool_create'] 37eda14cbcSMatt Macy 38eda14cbcSMatt Macy[tests/functional/privilege] 39eda14cbcSMatt Macytests = ['privilege_001_pos', 'privilege_002_pos'] 40eda14cbcSMatt Macytags = ['functional', 'privilege'] 41eda14cbcSMatt Macy 42eda14cbcSMatt Macy[tests/functional/xattr:illumos] 43eda14cbcSMatt Macytests = ['xattr_008_pos', 'xattr_009_neg', 'xattr_010_neg'] 44eda14cbcSMatt Macytags = ['functional', 'xattr'] 45eda14cbcSMatt Macy 46eda14cbcSMatt Macy[tests/functional/zvol/zvol_misc:illumos] 47eda14cbcSMatt Macytests = ['zvol_misc_001_neg', 'zvol_misc_003_neg', 'zvol_misc_004_pos', 48eda14cbcSMatt Macy 'zvol_misc_005_neg', 'zvol_misc_006_pos'] 49eda14cbcSMatt Macytags = ['functional', 'zvol', 'zvol_misc'] 50eda14cbcSMatt Macy 51eda14cbcSMatt Macy[tests/functional/zvol/zvol_swap:illumos] 52eda14cbcSMatt Macytests = ['zvol_swap_003_pos', 'zvol_swap_005_pos', 'zvol_swap_006_pos'] 53eda14cbcSMatt Macytags = ['functional', 'zvol', 'zvol_swap'] 54