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