Searched refs:TESTFS (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_006_neg.ksh51 "-? $TESTPOOL/$TESTFS" "$TESTPOOL/blah"\
53 "-fr $TESTPOOL/blah" "-$ $TESTPOOL/$TESTFS" "-5 $TESTPOOL/$TESTFS" \
54 "-rfgh $TESTPOOL/$TESTFS" "-rghf $TESTPOOL/$TESTFS" \
55 "$TESTPOOL/$TESTFS@blah" "/$TESTPOOL/$TESTFS" "-f /$TESTPOOL/$TESTFS" \
56 "-rf /$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTFS
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_receive_001_neg.ksh48 log_mustnot eval "zfs receive -d $TESTPOOL/$TESTFS/$TESTFS2 \
53 if datasetexists $TESTPOOL/$TESTFS/$TESTFS2/$TESTFS
55 log_fail "$TESTPOOL/$TESTFS/$TESTFS2/$TESTFS was received!"
H A Dzfs_destroy_001_neg.ksh48 set -A args "destroy" "destroy $TESTPOOL/$TESTFS" \
49 "destroy -f" "destroy -f $TESTPOOL/$TESTFS" \
50 "destroy -r" "destroy -r $TESTPOOL/$TESTFS" \
51 "destroy -rf $TESTPOOL/$TESTFS" \
52 "destroy -fr $TESTPOOL/$TESTFS" \
53 "destroy $TESTPOOL/$TESTFS@$TESTSNAP" \
54 "destroy -f $TESTPOOL/$TESTFS@$TESTSNAP" \
55 "destroy -r $TESTPOOL/$TESTFS@$TESTSNAP" \
56 "destroy -rf $TESTPOOL/$TESTFS@$TESTSNAP" \
57 "destroy -fr $TESTPOOL/$TESTFS
[all...]
H A Dzfs_unmount_001_neg.ksh48 "umount $TESTPOOL/$TESTFS" "umount -f $TESTPOOL/$TESTFS" \
49 "unmount $TESTPOOL/$TESTFS" "unmount -f $TESTPOOL/$TESTFS" \
50 "umount $TESTPOOL/$TESTFS@$TESTSNAP" \
51 "umount -f $TESTPOOL/$TESTFS@$TESTSNAP" \
52 "unmount $TESTPOOL/$TESTFS@$TESTSNAP" \
53 "unmount -f $TESTPOOL/$TESTFS@$TESTSNAP" \
H A Dzfs_promote_001_neg.ksh48 log_mustnot zfs promote $TESTPOOL/$TESTFS/clone
51 if datasetexists $TESTPOOL/$TESTFS/clone@snap
53 log_fail "Clone $TESTPOOl/$TESTFS/clone was actually promoted!"
H A Dzfs_snapshot_001_neg.ksh48 log_mustnot zfs snapshot $TESTPOOL/$TESTFS@usersnap1
51 if datasetexists $TESTPOOL/$TESTFS@usersnap1
53 log_fail "Snapshot $TESTPOOL/$TESTFS@usersnap1 was taken !"
H A Dzfs_clone_001_neg.ksh47 log_mustnot zfs clone $TESTPOOL/$TESTFS@snap $TESTPOOL/$TESTFS.myclone
50 if datasetexists $TESTPOOL/$TESTFS.myclone
52 log_fail "Dataset $TESTPOOL/$TESTFS.myclone should not exist!"
H A Dzfs_create_001_neg.ksh48 set -A args "" "create $TESTPOOL/$TESTFS" \
49 "create $TESTPOOL/$TESTFS@$TESTSNAP" \
50 "create $TESTPOOL/$TESTCLCT/$TESTFS" \
51 "create $TESTFS/$TESTPOOL/$TESTCLCT"
H A Dzfs_rename_001_neg.ksh48 log_mustnot zfs rename $TESTPOOL/$TESTFS/renameme $TESTPOOL/$TESTFS/renameme1
51 if datasetexists $TESTPOOL/$TESTFS/renameme1
53 log_fail "The dataset $TESTPOOL/$TESTFS/renameme was renamed!"
H A Dzfs_inherit_001_neg.ksh47 log_mustnot zfs inherit snapdir $TESTPOOL/$TESTFS/$TESTFS2
50 PROP=$(zfs get snapdir $TESTPOOL/$TESTFS)
53 log_fail "snapdir property inherited from the $TESTPOOL/$TESTFS!"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_status/
H A Dzpool_status_001_pos.ksh48 "-x $TESTPOOL/$TESTFS" "-v $TESTPOOL/$TESTFS" "-xv $TESTPOOL/$TESTFS" \
49 "-vx $TESTPOOL/$TESTFS"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_004_pos.ksh53 log_must force_unmount $TESTPOOL/$TESTFS
64 unmounted $TESTPOOL/$TESTFS || \
67 log_must zfs $mountcmd $TESTPOOL/$TESTFS
69 mounted $TESTPOOL/$TESTFS || \
70 log_unresolved "Filesystem $TESTPOOL/$TESTFS is unmounted"
72 zfs $mountcmd $TESTPOOL/$TESTFS
75 log_fail "'zfs $mountcmd $TESTPOOL/$TESTFS' " \
78 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is mounted"
79 mounted $TESTPOOL/$TESTFS || \
80 log_fail Filesystem $TESTPOOL/$TESTFS i
[all...]
H A Dzfs_mount_003_pos.ksh53 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
54 log_must force_unmount $TESTPOOL/$TESTFS
70 unmounted $TESTPOOL/$TESTFS || \
73 log_must zfs set mountpoint=${mopt[i]} $TESTPOOL/$TESTFS
75 zfs $mountcmd $TESTPOOL/$TESTFS
78 log_fail "'zfs $mountcmd $TESTPOOL/$TESTFS' " \
81 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is unmounted"
82 unmounted $TESTPOOL/$TESTFS || \
83 log_fail Filesystem $TESTPOOL/$TESTFS is mounted
H A Dzfs_mount_001_pos.ksh50 log_must force_unmount $TESTPOOL/$TESTFS
58 unmounted $TESTPOOL/$TESTFS || \
61 log_must zfs $mountcmd $TESTPOOL/$TESTFS
63 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is mounted"
64 mounted $TESTPOOL/$TESTFS || \
65 log_fail Filesystem $TESTPOOL/$TESTFS is unmounted
H A Dzfs_mount_005_pos.ksh54 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
55 log_must force_unmount $TESTPOOL/$TESTFS
66 unmounted $TESTPOOL/$TESTFS || \
75 zfs $mountcmd $TESTPOOL/$TESTFS
78 log_fail "'zfs $mountcmd $TESTPOOL/$TESTFS' " \
81 log_note "Make sure the filesystem $TESTPOOL/$TESTFS is unmounted"
82 unmounted $TESTPOOL/$TESTFS || \
83 log_fail Filesystem $TESTPOOL/$TESTFS is mounted
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_001_pos.ksh48 "list $TESTPOOL/$TESTFS" \
49 "list -r $TESTPOOL/$TESTFS" "list -H $TESTPOOL/$TESTFS" \
50 "list -rH $TESTPOOL/$TESTFS" "list -Hr $TESTPOOL/$TESTFS" \
51 "list -o name $TESTPOOL/$TESTFS" "list -r -o name $TESTPOOL/$TESTFS" \
52 "list -H -o name $TESTPOOL/$TESTFS" "list -rH -o name $TESTPOOL/$TESTFS" \
53 "list -Hr -o name $TESTPOOL/$TESTFS"
[all...]
H A Dzfs_list_002_pos.ksh100 "zfs list -H -r -o name -s creation -t filesystem $TESTPOOL/$TESTFS" \
104 "zfs list -H -r -o name -s creation -t volume $TESTPOOL/$TESTFS" \
108 "zfs list -H -r -o name -s creation -t snapshot $TESTPOOL/$TESTFS" \
113 "zfs list -H -r -o name -s checksum -t filesystem $TESTPOOL/$TESTFS" \
117 "zfs list -H -r -o name -s checksum -t volume $TESTPOOL/$TESTFS" \
121 "zfs list -H -r -o name -s checksum -t snapshot $TESTPOOL/$TESTFS" \
124 "zfs list -H -r -o name -S checksum -t snapshot $TESTPOOL/$TESTFS" \
129 "zfs list -H -r -o name -s name -t filesystem $TESTPOOL/$TESTFS" \
133 "zfs list -H -r -o name -s name -t volume $TESTPOOL/$TESTFS" \
137 "zfs list -H -r -o name -s name -t snapshot $TESTPOOL/$TESTFS" \
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_002_pos.ksh33 log_must zfs set compression=off $TESTPOOL/$TESTFS
34 log_must zfs snapshot $TESTPOOL/$TESTFS@snap
44 log_mustnot_expect space zfs create $TESTPOOL/$TESTFS/subfs
45 log_mustnot_expect space zfs clone $TESTPOOL/$TESTFS@snap $TESTPOOL/clone
46 log_mustnot_expect space zfs snapshot $TESTPOOL/$TESTFS@snap2
48 $TESTPOOL/$TESTFS@snap $TESTPOOL/$TESTFS#bookmark
50 log_must zfs send $TESTPOOL/$TESTFS@snap >/tmp/stream.$$
51 log_mustnot_expect space zfs receive $TESTPOOL/$TESTFS/recvd </tmp/stream.$$
54 log_must zfs rename $TESTPOOL/$TESTFS
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_004_neg.ksh50 "-a blah" "$TESTPOOL/$TESTFS $TESTPOOL/$TESTFS1" \
51 "-f $TESTPOOL/$TESTFS $TESTPOOL/$TESTFS1" \
52 "$TESTPOOL/$TESTFS $TESTDIR" "-f $TESTPOOL/$TESTFS $TESTDIR" \
57 shareval=$(get_prop sharenfs $TESTPOOL/$TESTFS)
59 log_must zfs set sharenfs=on $TESTPOOL/$TESTFS
70 mpt=$(get_prop mountpoint $TESTPOOL/$TESTFS)
71 log_must zfs unshare $TESTPOOL/$TESTFS
73 log_mustnot eval "zfs unshare $opt $TESTPOOL/$TESTFS >/dev/null 2>&1"
78 log_must zfs set sharenfs=off $TESTPOOL/$TESTFS
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh49 log_must zfs mount -o remount,atime $TESTPOOL/$TESTFS
55 log_must zfs set atime=on $TESTPOOL/$TESTFS
56 log_must zfs mount -o remount,noatime $TESTPOOL/$TESTFS
58 value1=$(zfs get -H atime $TESTPOOL/$TESTFS | awk '{print $3}')
59 value2=$(zfs get -H all $TESTPOOL/$TESTFS | awk '{print $2 " " $3}' | \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_005_pos.ksh48 log_must zfs set sharenfs=off $TESTPOOL/$TESTFS
49 is_shared $TESTPOOL/$TESTFS && \
50 log_must unshare_fs $TESTPOOL/$TESTFS
68 log_must zfs set sharenfs="${shareopts[i]}" $TESTPOOL/$TESTFS
70 option=`get_prop sharenfs $TESTPOOL/$TESTFS`
H A Dzfs_share_011_pos.ksh51 log_must zfs set sharenfs=off $TESTPOOL/$TESTFS
52 unshare_fs $TESTPOOL/$TESTFS
54 if snapexists "$TESTPOOL/$TESTFS@snapshot"; then
55 log_must zfs destroy -f $TESTPOOL/$TESTFS@snapshot
58 if datasetexists $TESTPOOL/$TESTFS/fs2 ; then
59 log_must zfs destroy -f $TESTPOOL/$TESTFS/fs2
70 log_must zfs set sharenfs=on $TESTPOOL/$TESTFS
73 log_mustnot zfs umount $TESTPOOL/$TESTFS
80 log_must zfs create $TESTPOOL/$TESTFS/fs2
82 log_mustnot zfs destroy $TESTPOOL/$TESTFS/fs
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_006_pos.ksh48 if ! ismounted $TESTPOOL/$TESTFS ; then
49 log_must zfs mount $TESTPOOL/$TESTFS
58 mntpnt=$(get_prop mountpoint $TESTPOOL/$TESTFS)
59 (($? != 0)) && log_fail "get_prop mountpoint $TESTPOOL/$TESTFS"
69 log_must zfs unmount $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_011_pos.sh55 log_must zero_reservation $TESTPOOL/$TESTFS
64 fs_quota=`zfs get quota $TESTPOOL/$TESTFS`
66 log_must zfs set reservation=$resv_size_set $TESTPOOL/$TESTFS
68 new_fs_quota=`zfs get quota $TESTPOOL/$TESTFS`
71 log_fail "Quota value on $TESTFS has changed " \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_003_neg.ksh66 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
67 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP1
71 log_mustnot zfs rollback $TESTPOOL/$TESTFS@$TESTSNAP
72 log_mustnot zfs rollback -f $TESTPOOL/$TESTFS@$TESTSNAP
76 create_clone $TESTPOOL/$TESTFS@$TESTSNAP1 $TESTPOOL/$TESTCLONE1
80 log_mustnot zfs rollback -r $TESTPOOL/$TESTFS@$TESTSNAP
81 log_mustnot zfs rollback -rf $TESTPOOL/$TESTFS@$TESTSNAP

Completed in 160 milliseconds

1234567891011>>