/titanic_50/usr/src/test/zfs-tests/tests/functional/replacement/ |
H A D | replacement_003_pos.ksh | 128 $MKFILE 100m $TESTDIR/$TESTFILE1.$i 129 specials_list="$specials_list $TESTDIR/$TESTFILE1.$i" 138 detach_test $TESTDIR/$TESTFILE1.1 140 $ZPOOL iostat -v $TESTPOOL1 | grep "$TESTDIR/$TESTFILE1.1" 142 log_fail "$TESTFILE1.1 should no longer be present." 154 log_mustnot $ZPOOL detach $TESTDIR/$TESTFILE1.1 156 $ZPOOL iostat -v $TESTPOOL1 | grep "$TESTDIR/$TESTFILE1.1" 158 log_fail "$TESTFILE1.1 is not present."
|
H A D | replacement_002_pos.ksh | 131 $MKFILE 100m $TESTDIR/$TESTFILE1.$i 132 specials_list="$specials_list $TESTDIR/$TESTFILE1.$i" 147 attach_test "$opt" $TESTDIR/$TESTFILE1.1 $TESTDIR/$REPLACEFILE 165 log_mustnot $ZPOOL attach "$opt" $TESTDIR/$TESTFILE1.1 \
|
H A D | replacement_001_pos.ksh | 131 $MKFILE 100m $TESTDIR/$TESTFILE1.$i 132 specials_list="$specials_list $TESTDIR/$TESTFILE1.$i" 148 replace_test "$opt" $TESTDIR/$TESTFILE1.1 $TESTDIR/$REPLACEFILE
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_001_pos.ksh | 52 rm -f $TESTDIR/$TESTFILE1 68 log_note "Write another file: $TESTFILE1 but expect ENOSPC." 69 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \ 74 log_fail "$TESTFILE1 returned: $ret rather than ENOSPC."
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/grow_pool/ |
H A D | grow_pool_001_pos.ksh | 52 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 \ 60 if [[ ! -s $TESTDIR/$TESTFILE1 ]]; then 61 log_fail "$TESTDIR/$TESTFILE1 was not created" 70 log_must $FILE_WRITE -o append -f $TESTDIR/$TESTFILE1 \
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/compression/ |
H A D | compress_002_pos.ksh | 63 log_must $FILE_WRITE -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \ 69 FILE1_BLKS=`$DU -k $TESTDIR1/$TESTFILE1 | $AWK '{ print $1}'` 72 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \ 76 log_pass "$TESTFILE0 is bigger than $TESTFILE1 ($FILE0_BLKS > $FILE1_BLKS)"
|
H A D | compress_001_pos.ksh | 61 log_must $FILE_WRITE -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \ 67 FILE1_BLKS=`$DU -k $TESTDIR/$TESTFILE1 | $AWK '{ print $1}'` 70 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \ 74 log_pass "$TESTFILE0 is bigger than $TESTFILE1 ($FILE0_BLKS > $FILE1_BLKS)"
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_005_neg.ksh | 47 [[ -e $TESTDIR/$TESTFILE1 ]] && \ 48 log_must $RM -f $TESTDIR/$TESTFILE1 67 log_must $MKFILE $FILESIZE $TESTDIR/$TESTFILE1 68 create_pool $TESTPOOL1 $TESTDIR/$TESTFILE1
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/grow_replicas/ |
H A D | grow_replicas_001_pos.ksh | 84 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 \ 90 [[ ! -s $TESTDIR/$TESTFILE1 ]] && \ 91 log_fail "$TESTDIR/$TESTFILE1 was not created" 102 log_must $FILE_WRITE -o append -f $TESTDIR/$TESTFILE1 \
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_006_pos.sh | 59 [[ -e $TESTDIR/$TESTFILE1 ]] && log_must $RM -rf $TESTDIR/$TESTFILE1 78 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
|
H A D | reservation_015_pos.sh | 62 [[ -e $TESTDIR/$TESTFILE1 ]] && log_must $RM -rf $TESTDIR/$TESTFILE1 87 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
|
H A D | reservation_016_pos.sh | 61 [[ -e $TESTDIR/$TESTFILE1 ]] && log_must $RM -rf $TESTDIR/$TESTFILE1 86 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
|
H A D | reservation_010_pos.sh | 62 [[ -e $TESTDIR/$TESTFILE1 ]] && log_must $RM -rf $TESTDIR/$TESTFILE1 89 $FILE_WRITE -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/devices/ |
H A D | devices_001_pos.ksh | 61 create_dev_file b $TESTDIR/$TESTFILE1 62 log_must $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
|
H A D | devices_002_neg.ksh | 61 create_dev_file b $TESTDIR/$TESTFILE1 62 log_mustnot $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_002_pos.ksh | 115 origfile=$TESTDIR/$TESTFILE1 116 rstfile=/$rstfs/$TESTFILE1 117 origsnapfile=$TESTDIR/$snapdir/$TESTFILE1 118 rstsnapfile=/$rstfs/$snapdir/$TESTFILE1
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/online_offline/ |
H A D | online_offline_003_neg.ksh | 61 $MKFILE 64m $TESTDIR/$TESTFILE1.$i 62 specials_list="$specials_list $TESTDIR/$TESTFILE1.$i" 70 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/quota/ |
H A D | quota_001_pos.ksh | 58 [[ -e $TESTDIR/$TESTFILE1 ]] && \ 59 log_must $RM $TESTDIR/$TESTFILE1
|
H A D | quota_003_pos.ksh | 60 [[ -e $TESTDIR1/$TESTFILE1 ]] && \ 61 log_must $RM $TESTDIR1/$TESTFILE1
|
H A D | quota_002_pos.ksh | 59 [[ -e $TESTDIR/$TESTFILE1 ]] && \ 60 log_must $RM $TESTDIR/$TESTFILE1
|
H A D | quota_004_pos.ksh | 60 [[ -e $TESTDIR1/$TESTFILE1 ]] && \ 61 log_must $RM $TESTDIR1/$TESTFILE1
|
H A D | quota.kshlib | 53 $FILE_WRITE -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \ 59 typeset -i file_size=`$LS -ls $MNTPT/$TESTFILE1 | $AWK '{ print $1 }'`
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/ |
H A D | zfs_promote_003_pos.ksh | 80 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" \
|
H A D | zfs_promote_007_neg.ksh | 54 for data in $TESTDIR/$TESTFILE0 $TESTDIR/$TESTFILE1; do 69 log_must $MKFILE $FILESIZE $TESTDIR/$TESTFILE1
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_001_pos.ksh | 93 set -A orig_data "${mntpnt}/$TESTFILE1" "${mntpnt}/$TESTFILE2" 106 set -A rst_data "$TESTDIR1/$TESTFS/$TESTFILE1" "$TESTDIR1/$TESTFS/$TESTFILE2" 107 set -A rst_data2 "$TESTDIR1/${relative_path}/$TESTFILE1" "$TESTDIR1/${relative_path}/$TESTFILE2"
|