Home
last modified time | relevance | path

Searched refs:TESTFILE (Results 1 – 25 of 43) sorted by relevance

12

/titanic_52/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Drollback_003_pos.ksh67 for fs in "$TESTPOOL/$TESTFILE/$TESTFILE.1" "$TESTPOOL/$TESTFILE"
86 log_must $TOUCH /$TESTPOOL/$TESTFILE
89 log_must $ZFS create $TESTPOOL/$TESTFILE
94 log_must $ZFS snapshot $TESTPOOL/$TESTFILE@$TESTSNAP
102 log_must $TOUCH /$TESTPOOL/$TESTFILE/$TESTFILE.1
H A Dsnapshot_001_pos.ksh72 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
76 FILE_SUM=`$SUM -r $TESTDIR/$TESTFILE | $AWK '{ print $1 }'`
83 log_must $FILE_WRITE -o append -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
86 SNAP_FILE_SUM=`$SUM -r $SNAPDIR/$TESTFILE | $AWK '{ print $1 }'`
H A Dsnapshot_005_pos.ksh71 log_must $FILE_WRITE -o create -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
75 FILE_SUM=`$SUM -r $TESTDIR1/$TESTFILE | $AWK '{ print $1 }'`
82 log_must $FILE_WRITE -o append -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
85 SNAP_FILE_SUM=`$SUM -r $SNAPDIR1/$TESTFILE | $AWK '{ print $1 }'`
H A Dsnapshot_014_pos.ksh66 log_must $MKFILE $FILESIZE $TESTDIR1/$TESTFILE
76 log_must $RM $TESTDIR1/$TESTFILE
/titanic_52/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend_001_pos.ksh57 TESTFILE='testfile-threadsappend'
69 # zfs_threadsappend tries to append to $TESTFILE using threads
72 log_must $THREADSAPPEND ${TESTDIR}/${TESTFILE}
77 SIZE=`$LS -l ${TESTDIR}/${TESTFILE} | $AWK '{print $5}'`
79 log_fail "'The length of ${TESTDIR}/${TESTFILE}' doesnt equal 1310720."
/titanic_52/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_003_pos.ksh51 [[ -f /tmp/$TESTFILE ]] && log_must $RM -f /tmp/$TESTFILE
85 log_must $FILE_WRITE -o create -f /tmp/$TESTFILE \
88 [[ ! -f /tmp/$TESTFILE ]] &&
91 filesize=`$LS -l /tmp/$TESTFILE | $AWK '{print $5}'`
H A Dzvol_swap_001_pos.ksh51 $RM -rf /tmp/$TESTFILE
67 log_must $FILE_WRITE -o create -f /tmp/$TESTFILE \
70 [[ ! -f /tmp/$TESTFILE ]] &&
73 filesize=`$LS -l /tmp/$TESTFILE | $AWK '{print $5}'`
H A Dzvol_swap_002_pos.ksh60 log_must $DD if=/dev/urandom of=/tmp/$TESTFILE bs=1048576 count=$count
61 log_must $RM -f /tmp/$TESTFILE
/titanic_52/usr/src/test/zfs-tests/tests/functional/truncate/
H A Dtruncate_002_pos.ksh55 log_must $CP $srcfile $TESTDIR/$TESTFILE
56 log_must $CP /dev/null $TESTDIR/$TESTFILE
58 if [[ -s $TESTDIR/$TESTFILE ]]; then
59 log_note "$($LS -l $TESTDIR/$TESTFILE)"
/titanic_52/usr/src/test/zfs-tests/tests/functional/refquota/
H A Drefquota_004_pos.ksh56 TESTFILE='testfile'
64 log_must $MKFILE 7M $mntpnt/$TESTFILE.$i
66 log_must $RM $mntpnt/$TESTFILE.$i
74 log_mustnot $MKFILE 7M $mntpnt/$TESTFILE
H A Drefquota_005_pos.ksh56 TESTFILE='testfile'
65 log_must $MKFILE 7M $mntpnt/$TESTFILE.$i
67 log_must $RM $mntpnt/$TESTFILE.$i
75 log_mustnot $MKFILE 7M $mntpnt/$TESTFILE
H A Drefquota_002_pos.ksh58 TESTFILE='testfile'
64 log_mustnot $MKFILE 20M $mntpnt/$TESTFILE
77 log_must $RM $mntpnt/$TESTFILE
81 log_mustnot $MKFILE 20M $mntpnt/$TESTFILE
H A Drefquota_003_pos.ksh56 TESTFILE='testfile'
63 log_must $MKFILE 20M $mntpnt/$TESTFILE
74 log_mustnot $MKFILE 20M $mntpnt/$TESTFILE.2
/titanic_52/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_001_pos.ksh66 log_mustnot $MKFILE 15M $mntpnt/$TESTFILE
68 log_must $RM -f $mntpnt/$TESTFILE
72 log_mustnot $MKFILE 15M $mntpnt/$TESTFILE
H A Drefreserv_003_pos.ksh64 log_must $MKFILE 7M $mntpnt/$TESTFILE
67 log_must $MKFILE 7M $mntpnt/$TESTFILE.2
70 log_must $MKFILE 7M $mntpnt/$TESTFILE.3
H A Drefreserv_004_pos.ksh79 log_must $MKFILE $avail $mntpnt/$TESTFILE
84 log_mustnot $MKFILE $avail $mntpnt/$TESTFILE
/titanic_52/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_003_pos.ksh84 [[ -f $TESTFILE ]] && $RM $TESTFILE
205 $CP $TESTFILE $object
226 $CP $TESTFILE $object
258 for target in $object/${TESTFILE##*/} $object/$TESTDIR ; do
301 $RUNAT $object "$CP $TESTFILE $TESTATTR"
561 TESTFILE=/tmp/tfile
575 $ECHO "$TESTSTR" > $TESTFILE
/titanic_52/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.cfg59 export TESTFILE=/etc/passwd
61 tmp=`$SUM $TESTFILE`
65 export BNAME=`$BASENAME $TESTFILE`
66 export DNAME=`$DIRNAME $TESTFILE`
/titanic_52/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test_003_pos.ksh57 inode_num=`$LS -li $TESTDIR/$TESTFILE.0 | $AWK '{print $1}'`
59 log_fail "Failed to determine inode of file: $TESTDIR/$TESTFILE.0"
H A Dutils_test.kshlib47 -f $TESTDIR/$TESTFILE.$filenum -b $BLOCKSZ -d $DATA
/titanic_52/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime_001_pos.ksh37 # 2. Create '$TESTFILE' for fs.
39 # 4. Setting atime=on on datasets except snapshot, and read '$TESTFILE'.
49 # Create $TESTFILE, snapshot and clone.
59 log_mustnot check_atime_updated $mtpt/$TESTFILE
62 log_must check_atime_updated $mtpt/$TESTFILE
/titanic_52/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_001_pos.ksh98 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &
103 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
H A Dreplacement_003_pos.ksh96 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &
101 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
H A Dreplacement_002_pos.ksh98 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &
103 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib109 eval typeset fname=\$TESTDIR/\$TESTFILE$ind
114 eval typeset fname=\$TESTDIR1/\$TESTFILE$ind

12