003 File Manager
Current Path:
/usr/src/tests/sys/cddl/zfs/tests/rsend
usr
/
src
/
tests
/
sys
/
cddl
/
zfs
/
tests
/
rsend
/
📁
..
📄
Makefile
(832 B)
📄
cleanup.ksh
(1.31 KB)
📄
rsend.cfg
(1.26 KB)
📄
rsend.kshlib
(7.86 KB)
📄
rsend_001_pos.ksh
(2.47 KB)
📄
rsend_002_pos.ksh
(3.13 KB)
📄
rsend_003_pos.ksh
(3.03 KB)
📄
rsend_004_pos.ksh
(3.95 KB)
📄
rsend_005_pos.ksh
(3.47 KB)
📄
rsend_006_pos.ksh
(2.41 KB)
📄
rsend_007_pos.ksh
(3.05 KB)
📄
rsend_008_pos.ksh
(3.54 KB)
📄
rsend_009_pos.ksh
(2.87 KB)
📄
rsend_010_pos.ksh
(2.49 KB)
📄
rsend_011_pos.ksh
(3.51 KB)
📄
rsend_012_pos.ksh
(5.56 KB)
📄
rsend_013_pos.ksh
(2.65 KB)
📄
rsend_test.sh
(10.41 KB)
📄
setup.ksh
(1.33 KB)
Editing: rsend.cfg
# 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 "@(#)rsend.cfg 1.2 08/08/15 SMI" # export BACKDIR=${TEST_BASE_DIR%%/}/backdir${TESTCASE_ID} export DISK1=$($ECHO $DISKS | $AWK '{print $1}') export DISK2=$($ECHO $DISKS | $AWK '{print $2}') export POOL=$TESTPOOL export POOL2=$TESTPOOL1 export FS=$TESTFS export CLONE=testclone.${TESTCASE_ID} export VOL=testvol.${TESTCASE_ID} export STF_TIMEOUT=2700
Upload File
Create Folder