3311 Want a test framework for arbitrary OS unit tests
[illumos-gate.git] / usr / src / test / zfs-tests / tests / functional / cli_root / zpool_add / zpool_add.cfg
blobe8578830fa8bd067ae9f108f656a7f2e5599f3d8
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
23 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24 # Use is subject to license terms.
28 # Copyright (c) 2012 by Delphix. All rights reserved.
31 export DISK_ARRAY_NUM=0
32 export DISK_ARRAY_LIMIT=4
33 export DISKSARRAY=""
36 # Variables for zpool_add_006
38 export STF_TIMEOUT=2400
39 export VDEVS_NUM=300
40 export FILE_SIZE=100 #100mb
42 function set_disks
44         set -A disk_array $(find_disks $DISKS)
46         if (( ${#disk_array[*]} <= 1 )); then
47                 export DISK=${DISKS%% *}
48         else
49                 export DISK=""
50                 typeset -i i=0
51                 while (( i < ${#disk_array[*]} )); do
52                         export DISK${i}="${disk_array[$i]}"
53                         DISKSARRAY="$DISKSARRAY ${disk_array[$i]}"
54                         (( i = i + 1 ))
55                         (( i>$DISK_ARRAY_LIMIT )) && break
56                 done
57                 export DISK_ARRAY_NUM=$i
58                 export DISKSARRAY
59         fi
61         if (( $DISK_ARRAY_NUM == 0 )); then
62                 export disk=$DISK
63         else
64                 export disk=$DISK0
65         fi
69 set_disks
71 export FILESIZE="100m"
72 export FILESIZE1="150m"
73 export SIZE="150m"
74 export SIZE1="250m"
75 export SLICE0=0
76 export SLICE1=1
77 export SLICE2=2
78 export SLICE3=3
79 export SLICE4=4
80 export SLICE5=5
81 export SLICE6=6
82 export SLICE7=7
84 export FILEDISK=filedisk.zpool_add
85 export FILEDISK0=filedisk0.zpool_add
86 export FILEDISK1=filedisk1.zpool_add
87 export FILEDISK2=filedisk2.zpool_add
88 export FILEDISK3=filedisk3.zpool_add
90 export VOLSIZE=64mb
92 export BYND_MAX_NAME="byondmaxnamelength\
93 012345678901234567890123456789\
94 012345678901234567890123456789\
95 012345678901234567890123456789\
96 012345678901234567890123456789\
97 012345678901234567890123456789\
98 012345678901234567890123456789\
99 012345678901234567890123456789\
100 012345678901234567890123456789"