1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20 21# 22# Copyright (c) 2016, 2017 by Intel Corporation. All rights reserved. 23# 24 25. $STF_SUITE/include/libtest.shlib 26 27verify_runnable "global" 28 29export DISK_ARRAY_NUM=$(echo ${DISKS} | nawk '{print NF}') 30export DISKSARRAY=$DISKS 31export FSIZE=10M 32export MAXTIMEOUT=30 33 34export SDSIZE=256 35export SDHOSTS=1 36export SDTGTS=1 37export SDLUNS=1 38 39export DISK1=$(echo $DISKS | nawk '{print $1}') 40export DISK2=$(echo $DISKS | nawk '{print $2}') 41export DISK3=$(echo $DISKS | nawk '{print $3}') 42 43if is_linux; then 44 set_slice_prefix 45 set_device_dir 46 devs_id[0]=$(get_persistent_disk_name $DISK1) 47 devs_id[1]=$(get_persistent_disk_name $DISK2) 48 devs_id[2]=$(get_persistent_disk_name $DISK3) 49 export devs_id 50else 51 DEV_DSKDIR="/dev" 52fi 53 54export VDEV_FILES="$TEST_BASE_DIR/file-1 $TEST_BASE_DIR/file-2 \ 55 $TEST_BASE_DIR/file-3 $TEST_BASE_DIR/file-4" 56export SPARE_FILE="$TEST_BASE_DIR/spare-1" 57export FAULT_FILE="$TEST_BASE_DIR/file-1" 58