/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_001_pos.ksh | 74 [[ -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 D | zpool_import_002_pos.ksh | 73 [[ -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 D | zpool_import_rename_001_pos.ksh | 82 [[ -e ${mtpts[i]}/$TESTFILE0 ]] && \ 83 log_must $RM -rf ${mtpts[i]}/$TESTFILE0 110 log_must $CP $MYTESTFILE ${mtpts[i]}/$TESTFILE0 138 [[ ! -e $basedir/$TESTFILE0 ]] && \ 139 log_fail "$basedir/$TESTFILE0 missing after import." 141 checksum2=$($SUM $basedir/$TESTFILE0 | $AWK '{print $1}')
|
H A D | zpool_import_all_001_pos.ksh | 66 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 D | zpool_import_missing_001_pos.ksh | 120 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 D | zpool_import_missing_003_pos.ksh | 185 log_must $CP $MYTESTFILE $TESTDIR1/$TESTFILE0 192 log_must $CP $MYTESTFILE $TESTDIR2/$TESTFILE0 214 "DEGRADED" "$TESTFILE0" "$checksum1" 218 "ONLINE" "$TESTFILE0" "$checksum1"
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_001_pos.ksh | 51 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 D | enospc_002_pos.ksh | 36 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."
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/compression/ |
H A D | compress_002_pos.ksh | 57 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)"
|
H A D | compress_001_pos.ksh | 55 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)"
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename.kshlib | 36 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 D | zfs_rename_002_pos.ksh | 72 data=$(snapshot_mountpoint ${dataset[i]})/$TESTFILE0 77 data=$(get_prop mountpoint ${dataset[i]})/$TESTFILE0
|
H A D | zfs_rename_001_pos.ksh | 80 if ! cmp_data $DATA $mtpt/$TESTFILE0 ; then 81 log_fail "$mtpt/$TESTFILE0 gets corrupted after rename operation."
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_001_pos.ksh | 102 $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 D | zfs_destroy_005_neg.ksh | 104 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)"
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/ |
H A D | zfs_promote_007_neg.ksh | 54 for data in $TESTDIR/$TESTFILE0 $TESTDIR/$TESTFILE1; do 67 log_must $MKFILE $FILESIZE $TESTDIR/$TESTFILE0 70 log_must $RM -f $TESTDIR/$TESTFILE0
|
H A D | zfs_promote_002_pos.ksh | 58 for file in $TESTDIR/$TESTFILE0 $TESTDIR/$TESTFILE1; do 74 log_must $MKFILE $FILESIZE $TESTDIR/$TESTFILE0 77 log_must $RM -f $testdir/$TESTFILE0
|
H A D | zfs_promote_001_pos.ksh | 99 file0=$TESTDIR/$TESTFILE0 102 snapfile=$TESTDIR/.zfs/snapshot/$TESTSNAP/$TESTFILE0 106 csnapfile=/$clone/.zfs/snapshot/$TESTSNAP/$TESTFILE0
|
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" \
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | readonly_001_pos.ksh | 63 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
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_001_pos.ksh | 98 done < $TESTDIR/$TESTFILE0 126 $TESTDIR/$TESTFILE0" 142 $TESTDIR/$TESTFILE0"
|
H A D | zfs_get_common.kshlib | 101 [[ -e $TESTFILE0 ]] && log_must $RM $TESTFILE0
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/ |
H A D | zpool_export_002_pos.ksh | 54 [[ -e $TESTDIR/$TESTFILE0 ]] && \ 55 log_must $RM -rf $TESTDIR/$TESTFILE0
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_ls_001_pos.ksh | 56 file=$TESTFILE0
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_008_pos.ksh | 67 testfile=$mntpnt/$TESTFILE0; testfile1=$mntpnt1/$TESTFILE1
|