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