1*663207adSDon Brady#
2*663207adSDon Brady# This file and its contents are supplied under the terms of the
3*663207adSDon Brady# Common Development and Distribution License ("CDDL"), version 1.0.
4*663207adSDon Brady# You may only use this file in accordance with the terms of version
5*663207adSDon Brady# 1.0 of the CDDL.
6*663207adSDon Brady#
7*663207adSDon Brady# A full copy of the text of the CDDL should have accompanied this
8*663207adSDon Brady# source.  A copy of the CDDL is also available via the Internet at
9*663207adSDon Brady# http://www.illumos.org/license/CDDL.
10*663207adSDon Brady#
11*663207adSDon Brady
12*663207adSDon Brady#
13*663207adSDon Brady# Copyright (c) 2017, Intel Corporation.
14*663207adSDon Brady# Copyright (c) 2018 by Delphix. All rights reserved.
15*663207adSDon Brady#
16*663207adSDon Brady
17*663207adSDon Brady. $STF_SUITE/include/libtest.shlib
18*663207adSDon Brady
19*663207adSDon Bradyexport ZPOOL_DISK0="$TEST_BASE_DIR/device-0"
20*663207adSDon Bradyexport ZPOOL_DISK1="$TEST_BASE_DIR/device-1"
21*663207adSDon Bradyexport ZPOOL_DISK2="$TEST_BASE_DIR/device-2"
22*663207adSDon Bradyexport ZPOOL_DISKS="${ZPOOL_DISK0} ${ZPOOL_DISK1} ${ZPOOL_DISK2}"
23*663207adSDon Brady
24*663207adSDon Bradyexport CLASS_DISK0="$TEST_BASE_DIR/device-3"
25*663207adSDon Bradyexport CLASS_DISK1="$TEST_BASE_DIR/device-4"
26*663207adSDon Bradyexport CLASS_DISK2="$TEST_BASE_DIR/device-5"
27*663207adSDon Bradyexport CLASS_DISK3="$TEST_BASE_DIR/device-6"
28*663207adSDon Bradyexport CLASS_DISKS="${CLASS_DISK0} ${CLASS_DISK1} ${CLASS_DISK2} ${CLASS_DISK3}"
29*663207adSDon Brady
30*663207adSDon Bradyexport ZPOOL_DEVSIZE=1G
31*663207adSDon Bradyexport CLASS_DEVSIZE=512M
32