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