12fae26bdSAlan Somers# vim: filetype=sh
22fae26bdSAlan Somers#
32fae26bdSAlan Somers# CDDL HEADER START
42fae26bdSAlan Somers#
52fae26bdSAlan Somers# The contents of this file are subject to the terms of the
62fae26bdSAlan Somers# Common Development and Distribution License (the "License").
72fae26bdSAlan Somers# You may not use this file except in compliance with the License.
82fae26bdSAlan Somers#
92fae26bdSAlan Somers# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
102fae26bdSAlan Somers# or http://www.opensolaris.org/os/licensing.
112fae26bdSAlan Somers# See the License for the specific language governing permissions
122fae26bdSAlan Somers# and limitations under the License.
132fae26bdSAlan Somers#
142fae26bdSAlan Somers# When distributing Covered Code, include this CDDL HEADER in each
152fae26bdSAlan Somers# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
162fae26bdSAlan Somers# If applicable, add the following below this CDDL HEADER, with the
172fae26bdSAlan Somers# fields enclosed by brackets "[]" replaced with your own identifying
182fae26bdSAlan Somers# information: Portions Copyright [yyyy] [name of copyright owner]
192fae26bdSAlan Somers#
202fae26bdSAlan Somers# CDDL HEADER END
212fae26bdSAlan Somers#
222fae26bdSAlan Somers
232fae26bdSAlan Somers#
242fae26bdSAlan Somers# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
252fae26bdSAlan Somers# Use is subject to license terms.
262fae26bdSAlan Somers
272fae26bdSAlan Somers. $STF_SUITE/tests/cli_root/cli.cfg
282fae26bdSAlan Somers
292fae26bdSAlan Somersexport FILESIZE=1m
302fae26bdSAlan Somers
312fae26bdSAlan Somersexport TESTSNAP3=testsnap3.${TESTCASE_ID}
322fae26bdSAlan Somersexport TESTSNAP4=testsnap4.${TESTCASE_ID}
332fae26bdSAlan Somersexport TESTSNAP5=testsnap5.${TESTCASE_ID}
342fae26bdSAlan Somersexport TESTFILE3=testfile3.${TESTCASE_ID}
352fae26bdSAlan Somers
362fae26bdSAlan Somersexport CLONEFILE=clonefile.${TESTCASE_ID}
372fae26bdSAlan Somersexport CLONEFILE1=clonefile1.${TESTCASE_ID}
382fae26bdSAlan Somersexport CLONEFILE2=clonefile2.${TESTCASE_ID}
392fae26bdSAlan Somersexport CLONEFILE3=clonefile3.${TESTCASE_ID}
402fae26bdSAlan Somers
412fae26bdSAlan Somers
42