Home
last modified time | relevance | path

Searched refs:TESTVOL (Results 76 – 100 of 133) sorted by last modified time

123456

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreservation_001_neg.ksh96 for dataset in $TESTPOOL/$TESTFS $TESTPOOL/$TESTCTR $TESTPOOL/$TESTVOL
H A Dro_props_001_pos.ksh51 set -A dataset $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL \
53 $TESTPOOL/$TESTVOL@$TESTSNAP
67 datasetexists $TESTPOOL/$TESTVOL@$TESTSNAP && \
68 destroy_snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
78 create_snapshot $TESTPOOL/$TESTVOL $TESTSNAP
H A Dsnapdir_001_pos.ksh84 all_datasets="$TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL"
99 if [[ $dataset == "$TESTPOOL/$TESTVOL" ]] ; then
H A Duser_property_001_pos.ksh61 for dtst in $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL; do
H A Duser_property_002_pos.ksh97 pool=$TESTPOOL; fs=$pool/$TESTFS; vol=$pool/$TESTVOL
H A Duser_property_003_neg.ksh59 for dtst in $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL ; do
H A Duser_property_004_pos.ksh47 for fs in $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL $TESTPOOL ; do
80 for fs in $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL $TESTPOOL ; do
H A Dcache_001_pos.ksh43 set -A dataset "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTVOL"
H A Dcache_002_neg.ksh47 set -A dataset "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTVOL"
H A Dcanmount_001_pos.ksh54 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTFS@$TESTSNAP" \
55 "$TESTPOOL/$TESTVOL@$TESTSNAP" "$TESTPOOL/$TESTCLONE1"
58 "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTVOL@$TESTSNAP"
69 if snapexists $TESTPOOL/$TESTVOL@$TESTSNAP ; then
70 log_must zfs destroy -R $TESTPOOL/$TESTVOL@$TESTSNAP
95 log_must zfs snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
97 log_must zfs clone $TESTPOOL/$TESTVOL@$TESTSNAP $TESTPOOL/$TESTCLONE1
H A Dcanmount_002_pos.ksh55 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTFS@$TESTSNAP" \
56 "$TESTPOOL/$TESTVOL@$TESTSNAP" "$TESTPOOL/$TESTCLONE1"
59 "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTVOL@$TESTSNAP"
86 if snapexists $TESTPOOL/$TESTVOL@$TESTSNAP ; then
87 log_must zfs destroy -R $TESTPOOL/$TESTVOL@$TESTSNAP
107 log_must zfs snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
109 log_must zfs clone $TESTPOOL/$TESTVOL@$TESTSNAP $TESTPOOL/$TESTCLONE1
H A Dchecksum_001_pos.ksh48 set -A dataset "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTVOL"
H A Dcompression_001_pos.ksh43 set -A dataset "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTVOL"
H A Dmountpoint_001_pos.ksh53 "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL"
87 if [[ ${dataset[i]} == "$TESTPOOL/$TESTVOL" ]]; then
H A Donoffs_001_pos.ksh58 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL"
74 if [[ ${dataset[i]} == "$TESTPOOL/$TESTVOL" && \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback.cfg29 export VOL=$TESTPOOL/$TESTVOL
H A Dzfs_rollback_001_pos.ksh123 /dev/zvol/dsk/$TESTPOOL/$TESTVOL $TESTDIR1
H A Dzfs_rollback_004_neg.ksh53 for ds in $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL; do
66 for ds in $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL; do
70 for ds in $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL; do
H A Dzfs_rollback_common.kshlib88 /dev/zvol/dsk/$TESTPOOL/$TESTVOL $TESTDIR1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_011_pos.ksh59 if datasetexists $TESTPOOL/$TESTVOL ; then
60 log_must zfs destroy -Rf $TESTPOOL/$TESTVOL
62 log_must zfs create -V $VOLSIZE $TESTPOOL/$TESTVOL
74 log_must verify_opt_p_ops "rename" "vol" "$TESTPOOL/$TESTVOL" \
H A Dzfs_rename_012_neg.ksh53 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" "$TESTPOOL/$TESTVOL")
H A Dzfs_rename_009_neg.ksh78 datasets[${#datasets[@]}]=$TESTPOOL/$TESTVOL
H A Dzfs_rename.cfg37 export VOL_R_PATH=/dev/zvol/rdsk/$TESTPOOL/$TESTVOL
H A Dzfs_rename.kshlib63 log_must cp $DATA $(get_prop mountpoint $TESTPOOL/$TESTVOL)/$TESTFILE0
H A Dzfs_rename_001_pos.ksh53 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTFS-clone"

123456