]> git.proxmox.com Git - mirror_zfs.git/blame - tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
Update ZTS to work on FreeBSD
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_root / zfs_destroy / zfs_destroy.cfg
CommitLineData
6bb24f4d
BB
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28# Copyright (c) 2012 by Delphix. All rights reserved.
29#
30
31export TESTFSCLONE=${TESTFS}clone
32export TESTVOLCLONE=${TESTVOL}clone
33export CTR=$TESTPOOL/$TESTCTR
34export FS=$CTR/$TESTFS
35export VOL=$CTR/$TESTVOL
36export FSSNAP=$FS@$TESTSNAP
37export VOLSNAP=$VOL@$TESTSNAP
38export FSCLONE=$TESTPOOL/$TESTFSCLONE
39export VOLCLONE=$TESTPOOL/$TESTVOLCLONE
7839c4b5
MM
40if is_freebsd; then
41 export LIVELIST_MAX_ENTRIES=livelist.max_entries
42 export LIVELIST_MIN_PERCENT_SHARED=livelist.min_percent_shared
43 export LIVELIST_CONDENSE_NEW_ALLOC=livelist.condense.new_alloc
44 export LIVELIST_CONDENSE_ZTHR_CANCEL=livelist.condense.zthr_cancel
45 export LIVELIST_CONDENSE_SYNC_CANCEL=livelist.condense.sync_cancel
46 export LIVELIST_CONDENSE_ZTHR_PAUSE=livelist.condense.zthr_pause
47 export LIVELIST_CONDENSE_SYNC_PAUSE=livelist.condense.sync_pause
48else
49 export LIVELIST_MAX_ENTRIES=zfs_livelist_max_entries
50 export LIVELIST_MIN_PERCENT_SHARED=zfs_livelist_min_percent_shared
51 export LIVELIST_CONDENSE_NEW_ALLOC=zfs_livelist_condense_new_alloc
52 export LIVELIST_CONDENSE_ZTHR_CANCEL=zfs_livelist_condense_zthr_cancel
53 export LIVELIST_CONDENSE_SYNC_CANCEL=zfs_livelist_condense_sync_cancel
54 export LIVELIST_CONDENSE_ZTHR_PAUSE=zfs_livelist_condense_zthr_pause
55 export LIVELIST_CONDENSE_SYNC_PAUSE=zfs_livelist_condense_sync_pause
56fi