1# vim: filetype=sh
2#
3# CDDL HEADER START
4#
5# The contents of this file are subject to the terms of the
6# Common Development and Distribution License (the "License").
7# You may not use this file except in compliance with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22
23#
24# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
25# Use is subject to license terms.
26
27. $STF_SUITE/tests/cli_root/cli.cfg
28
29export BYND_MAX_NAME="byondmaxnamelength\
30012345678901234567890123456789\
31012345678901234567890123456789\
32012345678901234567890123456789\
33012345678901234567890123456789\
34012345678901234567890123456789\
35012345678901234567890123456789\
36012345678901234567890123456789\
37012345678901234567890123456789"
38
39# There're 3 different prompt messages while create
40# a volume that great than 1TB on 32-bit
41#       - volume size exceeds limit for this system. (happy gate)
42#       - max volume size is 1TB on 32-bit systems (s10u2)
43#       - value is too large (old)
44
45export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
46export VOL_LIMIT_KEYWORD2="value is too large"
47export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
48
49set -A size "8k" "8K" "1m" "1M" "1mb" "1mB" "1Mb" "1MB" "1g" "1G" \
50	"1p" "1P" "1z" "1Z" "1gb" "1gB" "1Gb" "1GB" "1pb" "1pB" "1Pb" \
51	"1PB" "1zb" "1zB" "1Zb" "1ZB"
52