Searched refs:TESTFILE0 (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh51 rm -f $TESTDIR/$TESTFILE0
60 log_note "Writing file: $TESTFILE0 until ENOSPC."
61 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
66 log_fail "$TESTFILE0 returned: $ret rather than ENOSPC."
H A Denospc_002_pos.ksh36 log_note "Writing file: $TESTFILE0 until ENOSPC."
37 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
42 log_fail "$TESTFILE0 returned: $ret rather than ENOSPC."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh55 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
66 FILE0_BLKS=`du -k $TESTDIR/$TESTFILE0 | awk '{ print $1}'`
70 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \
74 log_pass "$TESTFILE0 is bigger than $TESTFILE1 ($FILE0_BLKS > $FILE1_BLKS)"
H A Dcompress_002_pos.ksh57 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \
68 FILE0_BLKS=`du -k $TESTDIR1/$TESTFILE0 | awk '{ print $1}'`
72 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \
76 log_pass "$TESTFILE0 is bigger than $TESTFILE1 ($FILE0_BLKS > $FILE1_BLKS)"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_001_pos.ksh74 [[ -e ${mtpts[i]}/$TESTFILE0 ]] && \
75 log_must rm -rf ${mtpts[i]}/$TESTFILE0
102 log_must cp $MYTESTFILE ${mtpts[i]}/$TESTFILE0
125 [[ ! -e $basedir/$TESTFILE0 ]] && \
126 log_fail "$basedir/$TESTFILE0 missing after import."
128 checksum2=$(sum $basedir/$TESTFILE0 | awk '{print $1}')
H A Dzpool_import_002_pos.ksh73 [[ -e ${mtpts[i]}/$TESTFILE0 ]] && \
74 log_must rm -rf ${mtpts[i]}/$TESTFILE0
102 log_must cp $MYTESTFILE ${mtpts[i]}/$TESTFILE0
126 [[ ! -e $basedir/$TESTFILE0 ]] && \
127 log_fail "$basedir/$TESTFILE0 missing after import."
129 checksum2=$(sum $basedir/$TESTFILE0 | awk '{print $1}')
H A Dzpool_import_all_001_pos.ksh66 log_must cp $MYTESTFILE $mtpt/$TESTFILE0
103 [[ -e $TESTDIR/$TESTFILE0 ]] && \
104 log_must rm -rf $TESTDIR/$TESTFILE0
132 file=${alter_root}/$TESTDIR/$TESTFILE0
134 file=${alter_root}/$TESTDIR.$id/$TESTFILE0
158 log_must cp $MYTESTFILE $TESTDIR/$TESTFILE0
H A Dzpool_import_rename_001_pos.ksh82 [[ -e ${mtpts[i]}/$TESTFILE0 ]] && \
83 log_must rm -rf ${mtpts[i]}/$TESTFILE0
112 log_must cp $MYTESTFILE ${mtpts[i]}/$TESTFILE0
140 [[ ! -e $basedir/$TESTFILE0 ]] && \
141 log_fail "$basedir/$TESTFILE0 missing after import."
143 checksum2=$(sum $basedir/$TESTFILE0 | awk '{print $1}')
H A Dzpool_import_missing_001_pos.ksh120 log_must cp $MYTESTFILE $TESTDIR1/$TESTFILE0
186 [[ ! -e $basedir/$TESTFILE0 ]] && \
187 log_fail "$basedir/$TESTFILE0 missing after import."
189 checksum2=$(sum $basedir/$TESTFILE0 | awk '{print $1}')
H A Dzpool_import_missing_003_pos.ksh185 log_must cp $MYTESTFILE $TESTDIR1/$TESTFILE0
192 log_must cp $MYTESTFILE $TESTDIR2/$TESTFILE0
214 "DEGRADED" "$TESTFILE0" "$checksum1"
218 "ONLINE" "$TESTFILE0" "$checksum1"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_002_pos.ksh59 [[ -e $TESTDIR/$TESTFILE0 ]] && \
60 log_must rm -rf $TESTDIR/$TESTFILE0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/
H A Dzfs_promote_007_neg.ksh54 for data in $TESTDIR/$TESTFILE0 $TESTDIR/$TESTFILE1; do
67 log_must mkfile $FILESIZE $TESTDIR/$TESTFILE0
70 log_must rm -f $TESTDIR/$TESTFILE0
H A Dzfs_promote_002_pos.ksh58 for file in $TESTDIR/$TESTFILE0 $TESTDIR/$TESTFILE1; do
74 log_must mkfile $FILESIZE $TESTDIR/$TESTFILE0
77 log_must rm -f $testdir/$TESTFILE0
H A Dzfs_promote_001_pos.ksh99 file0=$TESTDIR/$TESTFILE0
102 snapfile=$TESTDIR/.zfs/snapshot/$TESTSNAP/$TESTFILE0
106 csnapfile=/$clone/.zfs/snapshot/$TESTSNAP/$TESTFILE0
H A Dzfs_promote_003_pos.ksh80 set -A file "$TESTDIR/$TESTFILE0" "$TESTDIR/$TESTFILE1" "$TESTDIR/$TESTFILE2" \
84 set -A snapfile "$snapdir/$TESTSNAP/$TESTFILE0" "$snapdir/$TESTSNAP1/$TESTFILE1" \
88 set -A csnapfile "${csnapdir}/$TESTSNAP/$TESTFILE0" "${csnapdir}/$TESTSNAP1/$TESTFILE1" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename.kshlib36 log_must cp $DATA $TESTDIR/$TESTFILE0
37 log_must cp $DATA $TESTDIR1/$TESTFILE0
51 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTFS1)/$TESTFILE0
56 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTCTR1)/$TESTFILE0
63 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTVOL)/$TESTFILE0
H A Dzfs_rename_001_pos.ksh85 if ! cmp_data $DATA $mtpt/$TESTFILE0 ; then
86 log_fail "$mtpt/$TESTFILE0 gets corrupted after rename operation."
H A Dzfs_rename_002_pos.ksh77 data=$(snapshot_mountpoint ${dataset[i]})/$TESTFILE0
82 data=$(get_prop mountpoint ${dataset[i]})/$TESTFILE0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_001_pos.ksh102 $mpt_dir/$TESTFILE0)"
103 log_note "mkbusy $mpt_dir/$TESTFILE0 " \
113 $TESTDIR1/$TESTFILE0)"
114 log_note "mkbusy $TESTDIR1/$TESTFILE0 " \
124 $TESTDIR1/$TESTFILE0)"
125 log_note "mkbusy $TESTDIR1/$TESTFILE0 " \
H A Dzfs_destroy_005_neg.ksh104 pidlist=$(mkbusy $mntpt/$TESTFILE0)
105 log_note "mkbusy $mntpt/$TESTFILE0 (pidlist: $pidlist)"
153 pidlist=$(mkbusy $TESTDIR1/$TESTFILE0)
154 log_note "mkbusy $TESTDIR1/$TESTFILE0 (pidlist: $pidlist)"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreadonly_001_pos.ksh63 log_must touch $mtpt/$TESTFILE0
77 log_must rm -f $mtpt/$TESTFILE0
105 $expect eval "echo 'y' | rm $mtpt/$TESTFILE0"
111 log_must touch $mtpt/$TESTFILE0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_common.kshlib105 [[ -e $TESTFILE0 ]] && log_must rm $TESTFILE0
H A Dzfs_get_001_pos.ksh80 # $2 properties which are expected to output into $TESTDIR/$TESTFILE0
102 done < $TESTDIR/$TESTFILE0
130 $TESTDIR/$TESTFILE0"
146 $TESTDIR/$TESTFILE0"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_ls_001_pos.ksh60 file=$TESTFILE0
H A Dzfs_acl_tar_001_pos.ksh69 file=$TESTFILE0

Completed in 92 milliseconds

12