xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/rsend.cfg (revision 5602294fda888d923d57a78bafdaf48ae6223dea)
1f38cb554SJohn Wren Kennedy#
2f38cb554SJohn Wren Kennedy# CDDL HEADER START
3f38cb554SJohn Wren Kennedy#
4f38cb554SJohn Wren Kennedy# The contents of this file are subject to the terms of the
5f38cb554SJohn Wren Kennedy# Common Development and Distribution License (the "License").
6f38cb554SJohn Wren Kennedy# You may not use this file except in compliance with the License.
7f38cb554SJohn Wren Kennedy#
8f38cb554SJohn Wren Kennedy# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f38cb554SJohn Wren Kennedy# or http://www.opensolaris.org/os/licensing.
10f38cb554SJohn Wren Kennedy# See the License for the specific language governing permissions
11f38cb554SJohn Wren Kennedy# and limitations under the License.
12f38cb554SJohn Wren Kennedy#
13f38cb554SJohn Wren Kennedy# When distributing Covered Code, include this CDDL HEADER in each
14f38cb554SJohn Wren Kennedy# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f38cb554SJohn Wren Kennedy# If applicable, add the following below this CDDL HEADER, with the
16f38cb554SJohn Wren Kennedy# fields enclosed by brackets "[]" replaced with your own identifying
17f38cb554SJohn Wren Kennedy# information: Portions Copyright [yyyy] [name of copyright owner]
18f38cb554SJohn Wren Kennedy#
19f38cb554SJohn Wren Kennedy# CDDL HEADER END
20f38cb554SJohn Wren Kennedy#
21f38cb554SJohn Wren Kennedy
22f38cb554SJohn Wren Kennedy#
23f38cb554SJohn Wren Kennedy# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24f38cb554SJohn Wren Kennedy#
25f38cb554SJohn Wren Kennedy
26f38cb554SJohn Wren Kennedy#
271d32ba66SJohn Wren Kennedy# Copyright (c) 2013, 2016 by Delphix. All rights reserved.
28f38cb554SJohn Wren Kennedy#
29f38cb554SJohn Wren Kennedy
30f38cb554SJohn Wren Kennedyexport BACKDIR=${TEST_BASE_DIR%%/}/backdir-rsend
31f38cb554SJohn Wren Kennedy
321d32ba66SJohn Wren Kennedyexport DISK1=$(echo $DISKS | awk '{print $1}')
331d32ba66SJohn Wren Kennedyexport DISK2=$(echo $DISKS | awk '{print $2}')
34ac89d1e8SJohn Kennedyexport DISK3=$(echo $DISKS | awk '{print $3}')
35f38cb554SJohn Wren Kennedy
36f38cb554SJohn Wren Kennedyexport POOL=$TESTPOOL
37*5602294fSDan Kimmelexport POOL2=$TESTPOOL2
38*5602294fSDan Kimmelexport POOL3=$TESTPOOL3
39f38cb554SJohn Wren Kennedyexport FS=$TESTFS
40