blob: b2a10aa28a468de6db76445c9283ef76b79c68bd [file] [log] [blame]
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 Nexenta Systems, Inc.
#
. $STF_SUITE/include/libtest.shlib
typeset disks=(${DISKS[*]})
if is_freebsd; then
typeset disk1=/dev/${disks[0]}
typeset disk2=/dev/${disks[1]}
typeset disk3=/dev/${disks[2]}
else
typeset disk1=${disks[0]}
typeset disk2=${disks[1]}
typeset disk3=${disks[2]}
fi