Home
last modified time | relevance | path

Searched refs:TESTFS (Results 76 – 100 of 363) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_007_neg.ksh48 log_must zfs set sharenfs=off $TESTPOOL/$TESTFS
55 "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL\$TESTCTR\$TESTFS1"
64 log_mustnot zfs set sharenfs="${badopts[i]}" $TESTPOOL/$TESTFS
79 log_must zfs set sharenfs=off $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/quota/
H A Dquota_006_neg.ksh53 log_must zfs set quota=none $TESTPOOL/$TESTFS
61 typeset -i space_used=`get_prop used $TESTPOOL/$TESTFS`
67 log_mustnot zfs set quota=$size $TESTPOOL/$TESTFS
69 log_must zfs set quota=$space_used $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_008_pos.ksh65 set -A dataset $TESTPOOL/$TESTCTR $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL \
66 $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTVOL@$TESTSNAP
69 set -A bookmark $TESTPOOL/$TESTFS#$TESTBKMARK $TESTPOOL/$TESTVOL#$TESTBKMARK
75 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
79 create_bookmark $TESTPOOL/$TESTFS $TESTSNAP $TESTBKMARK
H A Dzfs_get_005_neg.ksh61 typeset dataset=($TESTPOOL/$TESTFS $TESTPOOL/$TESTCTR $TESTPOOL/$TESTVOL \
62 $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTVOL@$TESTSNAP)
74 typeset bookmark=($TESTPOOL/$TESTFS#$TESTBKMARK $TESTPOOL/$TESTVOL#$TESTBKMARK)
131 create_snapshot $TESTPOOL/$TESTFS $TESTSNAP
135 create_bookmark $TESTPOOL/$TESTFS $TESTSNAP $TESTBKMARK
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_003_pos.ksh48 set -A dataset_pos "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCLONE"
72 if snapexists $TESTPOOL/$TESTFS@$TESTSNAP ; then
73 log_must zfs destroy -R $TESTPOOL/$TESTFS@$TESTSNAP
89 log_must zfs snapshot $TESTPOOL/$TESTFS@$TESTSNAP
90 log_must zfs clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE
H A Dzfs_set_keylocation.ksh57 log_must verify_keylocation $TESTPOOL/$TESTFS "none"
58 log_must zfs set keylocation=none $TESTPOOL/$TESTFS
59 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS
60 log_mustnot zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS
61 log_must verify_keylocation $TESTPOOL/$TESTFS "none"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_002_pos.ksh52 datasetexists "$TESTPOOL/$TESTFS" || \
55 ismounted "$TESTPOOL/$TESTFS"
57 log_must zfs mount $TESTPOOL/$TESTFS
69 ismounted "$TESTPOOL/$TESTFS"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_001_pos.ksh78 typeset datasets="$TESTPOOL/$TESTFS $TESTPOOL"
83 rst_fs=${rst_root}/$TESTFS
104 set -A rst_snap "$rst_root/$TESTFS@init_snap" "$rst_root/$TESTFS@inc_snap"
106 set -A rst_data "$TESTDIR1/$TESTFS/$TESTFILE1" "$TESTDIR1/$TESTFS/$TESTFILE2"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_017_pos.ksh59 if datasetexists $TESTPOOL/$TESTFS ; then
60 log_must zfs destroy -Rf $TESTPOOL/$TESTFS
63 log_must zfs create $TESTPOOL/$TESTFS
64 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
164 log_must zfs snapshot $TESTPOOL/$TESTFS@snap_a
165 log_must zfs snapshot $TESTPOOL/$TESTFS@snap_b
H A Ddeadlist_lock.ksh66 log_must zfs destroy -fR $TESTPOOL/$TESTFS/$DLDS
71 log_must zfs create $TESTPOOL/$TESTFS/$DLDS
74 log_must zfs snapshot $TESTPOOL/$TESTFS/$DLDS@snap${i}
81 log_must zfs destroy -nv $TESTPOOL/$TESTFS/$DLDS@snap1%snap50
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_011_pos.ksh53 if datasetexists $TESTPOOL/$TESTFS ; then
54 log_must zfs destroy -Rf $TESTPOOL/$TESTFS
56 log_must zfs create $TESTPOOL/$TESTFS
70 log_must verify_opt_p_ops "rename" "fs" "$TESTPOOL/$TESTFS" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mount/
H A Dumount_002.ksh35 log_must zfs umount $TESTPOOL/$TESTFS.$fs
37 log_must zfs mount $TESTPOOL/$TESTFS.$fs
45 log_must zfs umount $TESTPOOL/$TESTFS.$fs
47 log_must zfs mount $TESTPOOL/$TESTFS.$fs
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refquota/
H A Drefquota_004_pos.ksh48 log_must zfs destroy -rf $TESTPOOL/$TESTFS
49 log_must zfs create $TESTPOOL/$TESTFS
50 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
57 fs=$TESTPOOL/$TESTFS
H A Drefquota_001_pos.ksh50 log_must zfs destroy -rf $TESTPOOL/$TESTFS
51 log_must zfs create $TESTPOOL/$TESTFS
52 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
59 fs=$TESTPOOL/$TESTFS
H A Drefquota_005_pos.ksh48 log_must zfs destroy -rf $TESTPOOL/$TESTFS
49 log_must zfs create $TESTPOOL/$TESTFS
50 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
57 fs=$TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_002_neg.ksh48 "-t $TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
54 "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTFS $DISKLIST" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_003_pos.ksh76 log_must zfs create $POOL/$TESTFS
78 log_must zpool set bootfs=$POOL/$TESTFS $POOL
80 if [ $RES != "$POOL/$TESTFS" ]
82 log_fail "Expected $RES == $POOL/$TESTFS"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/
H A Dzfs_promote_006_neg.ksh53 snap=$TESTPOOL/$TESTFS@$TESTSNAP
58 "$TESTPOOL" "$TESTPOOL/$TESTFS" "$snap" \
59 "$TESTPOOL/$TESTVOL" "$TESTPOOL $TESTPOOL/$TESTFS" \
60 "$clone $TESTPOOL/$TESTFS" "- $clone" "-? $clone" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_005_pos.ksh49 log_must zfs destroy -rf $TESTPOOL/$TESTFS
50 log_must zfs create $TESTPOOL/$TESTFS
51 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
57 fs=$TESTPOOL/$TESTFS; vol=$fs/vol
H A Drefreserv_001_pos.ksh50 log_must zfs destroy -rf $TESTPOOL/$TESTFS
51 log_must zfs create $TESTPOOL/$TESTFS
52 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
59 fs=$TESTPOOL/$TESTFS ; subfs=$fs/subfs
H A Drefreserv_003_pos.ksh50 log_must zfs destroy -rf $TESTPOOL/$TESTFS
51 log_must zfs create $TESTPOOL/$TESTFS
52 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
59 fs=$TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh49 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
58 "-f $TESTPOOL" "-f $TESTPOOL/$TESTFS" "-f $TESTPOOL/$TESTFS $DISKLIST" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh49 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
58 "-f $TESTPOOL" "-f $TESTPOOL/$TESTFS" "-f $TESTPOOL/$TESTFS $DISKLIST" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_owner_001_pos.ksh319 typeset aclimplicit=$(zfs get -Ho value aclimplicit $TESTPOOL/$TESTFS)
325 log_must zfs set aclimplicit=$val $TESTPOOL/$TESTFS
326 aclimplicit=$(zfs get -Ho value aclimplicit $TESTPOOL/$TESTFS)
330 log_must zfs set aclmode=passthrough $TESTPOOL/$TESTFS
331 log_must zfs set aclinherit=passthrough $TESTPOOL/$TESTFS
348 log_must zfs inherit aclmode $TESTPOOL/$TESTFS
349 log_must zfs inherit aclinherit $TESTPOOL/$TESTFS
350 log_must zfs inherit aclimplicit $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib30 log_must zfs create $opts $TESTPOOL/$TESTFS
31 log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
36 if datasetexists $TESTPOOL/$TESTFS ; then
37 log_must zfs destroy -f $TESTPOOL/$TESTFS

12345678910>>...15