# vim: filetype=sh # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # $FreeBSD$ # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "@(#)cli.cfg 1.3 08/08/15 SMI" # . $STF_SUITE/include/libtest.kshlib export ZFSROOT= export TESTSNAP=testsnap${TESTCASE_ID} export TESTSNAP1=testsnap1${TESTCASE_ID} export TESTSNAP2=testsnap2${TESTCASE_ID} export TESTCLONE=testclone${TESTCASE_ID} export TESTCLONE1=testclone1${TESTCASE_ID} export TESTCLONE2=testclone2${TESTCASE_ID} export TESTCLCT=testclct${TESTCASE_ID} export TESTCTR1=testctr1${TESTCASE_ID} export TESTCTR2=testctr2${TESTCASE_ID} export TESTVOL=testvol${TESTCASE_ID} export TESTVOL1=testvol1${TESTCASE_ID} export TESTVOL2=testvol2${TESTCASE_ID} export TESTFILE0=testfile0.${TESTCASE_ID} export TESTFILE1=testfile1.${TESTCASE_ID} export TESTFILE2=testfile2.${TESTCASE_ID} export LONGPNAME="poolname50charslong_012345678901234567890123456789" export LONGFSNAME="fsysname50charslong_012345678901234567890123456789" export VOLSIZE=150m export BIGVOLSIZE=1eb