Home
last modified time | relevance | path

Searched refs:TESTSNAP (Results 1 – 25 of 77) sorted by path

1234

/illumos-gate/usr/src/test/zfs-tests/include/
H A Ddefault.cfg102 export TESTSNAP=testsnap
122 export SNAPFS="$TESTPOOL/$TESTFS@$TESTSNAP"
123 export SNAPFS1="$TESTPOOL/$TESTVOL@$TESTSNAP"
H A Dlibtest.shlib217 # $2 snapshot name. Default, $TESTSNAP
222 typeset snap=${2:-$TESTSNAP}
239 # $1 Existing snapshot, $TESTPOOL/$TESTFS@$TESTSNAP is default.
244 typeset snap=${1:-$TESTPOOL/$TESTFS@$TESTSNAP}
260 # $2 Existing snapshot name. Default, $TESTSNAP
266 typeset snap=${2:-$TESTSNAP}
555 typeset snap=${1:-$TESTPOOL/$TESTFS@$TESTSNAP}
1466 typeset dataset=${1:-$TESTPOOL/$TESTFS@$TESTSNAP}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime.cfg28 export TESTSNAP=testsnap$$
H A Datime_001_pos.ksh57 for dst in $TESTPOOL/$TESTFS $TESTPOOL/$TESTCLONE $TESTPOOL/$TESTFS@$TESTSNAP
61 if [[ $dst == $TESTPOOL/$TESTFS@$TESTSNAP ]]; then
H A Datime_002_neg.ksh58 for dst in $TESTPOOL/$TESTFS $TESTPOOL/$TESTCLONE $TESTPOOL/$TESTFS@$TESTSNAP
62 if [[ $dst == $TESTPOOL/$TESTFS@$TESTSNAP ]]; then
H A Datime_common.kshlib63 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
64 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE
70 destroy_snapshot $TESTPOOL/$TESTFS@$TESTSNAP
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.exists.ksh32 datasetexists $TESTPOOL/$TESTFS@$TESTSNAP && \
33 log_must zfs destroy -R $TESTPOOL/$TESTFS@$TESTSNAP
37 $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTFS@$TESTSNAP \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.destroy_snap.ksh21 snap=$TESTPOOL/$TESTFS@$TESTSNAP
30 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
H A Dtst.get_count_and_limit.ksh28 snap=$fs@$TESTSNAP
41 create_snapshot $fs $TESTSNAP
H A Dtst.get_index_props.ksh27 snap=$fs@$TESTSNAP
36 create_snapshot $fs $TESTSNAP
H A Dtst.get_mountpoint.ksh27 snap=$fs@$TESTSNAP
43 create_snapshot $fs $TESTSNAP
H A Dtst.get_number_props.ksh28 snap=$fs@$TESTSNAP
40 create_snapshot $fs $TESTSNAP
H A Dtst.get_string_props.ksh27 snap=$fs@$TESTSNAP
40 create_snapshot $fs $TESTSNAP
H A Dtst.get_type.ksh27 snap=$fs@$TESTSNAP
39 create_snapshot $fs $TESTSNAP
H A Dtst.get_written.ksh28 snap=$fs@$TESTSNAP
40 create_snapshot $fs $TESTSNAP
43 ans, setpoint = zfs.get_prop("$fs", "written@$TESTSNAP")
52 ans, setpoint = zfs.get_prop("$fs", "written@$TESTSNAP")
H A Dtst.list_children.ksh120 zfs.list.children("$TESTPOOL/$TESTFS@$TESTSNAP")
H A Dtst.list_clones.ksh30 datasetexists $TESTPOOL/$TESTFS@$TESTSNAP && \
31 log_must zfs destroy -R $TESTPOOL/$TESTFS@$TESTSNAP
42 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
54 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
65 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE1
66 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE2
67 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE3
77 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
92 zfs.list.clones("$TESTPOOL/not-a-fs@$TESTSNAP")
108 zfs.list.clones("not-a-pool/$TESTFS@$TESTSNAP")
H A Dtst.list_snapshots.ksh30 datasetexists $TESTPOOL/$TESTFS@$TESTSNAP && \
31 log_must zfs destroy $TESTPOOL/$TESTFS@$TESTSNAP
54 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
59 assert(s == "$TESTPOOL/$TESTFS@$TESTSNAP")
66 TESTSNAP1=${TESTSNAP}-1
67 TESTSNAP2=${TESTSNAP}-2
68 TESTSNAP3=${TESTSNAP}-3
76 a["$TESTPOOL/$TESTFS@$TESTSNAP"] = false
87 assert(a["$TESTPOOL/$TESTFS@$TESTSNAP"] and
112 zfs.list.snapshots("$TESTPOOL/${TESTFS}@$TESTSNAP")
H A Dtst.list_system_props.ksh27 snap=$fs@$TESTSNAP
39 create_snapshot $fs $TESTSNAP
H A Dtst.promote_simple.ksh28 snap=$fs@$TESTSNAP
H A Dtst.rollback_one.ksh20 snap=$TESTPOOL/$TESTFS@$TESTSNAP
34 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_002_pos.ksh77 snap=$fs@$TESTSNAP
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy.cfg36 export FSSNAP=$FS@$TESTSNAP
37 export VOLSNAP=$VOL@$TESTSNAP
H A Dzfs_destroy_002_pos.ksh63 set -A data_objs "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTFS1" \
66 set -A data_objs "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTFS1"
70 log_must zfs snapshot $TESTPOOL/$TESTFS@$TESTSNAP
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_001_pos.ksh71 $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTVOL@$TESTSNAP
124 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
125 create_snapshot $TESTPOOL/$TESTVOL $TESTSNAP
132 create_bookmark $TESTPOOL/$TESTFS $TESTSNAP $TESTBKMARK
133 create_bookmark $TESTPOOL/$TESTVOL $TESTSNAP $TESTBKMARK

1234