Searched refs:TESTFS1 (Results 101 - 125 of 206) sorted by relevance

123456789

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_test_race.ksh76 log_must zfs create $TESTPOOL1/$TESTFS1
80 log_must zfs set mountpoint=$MNTPT $TESTPOOL1/$TESTFS1
89 # Previously, on next `zfs mount -a`, pthreads assigned to TESTFS1 and TESTFS2
99 # /$TESTPOOL1/$TESTFS1 yes $MNTPT
104 log_must ismounted $TESTPOOL1/$TESTFS1
112 log_must ismounted $TESTPOOL1/$TESTFS1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_006_pos.ksh61 datasetexists $TESTPOOL/$TESTFS/$TESTFS1 && \
62 log_must zfs destroy -rf $TESTPOOL/$TESTFS/$TESTFS1
75 fs=$TESTPOOL/$TESTFS/$TESTFS1
103 is_global_zone || fs=$TESTPOOL/${ZONE_CTR}0/$TESTFS/$TESTFS1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota_003_pos.ksh78 log_must fill_quota $TESTPOOL/$TESTCTR/$TESTFS1 $TESTDIR1
H A Dquota_004_pos.ksh75 log_must exceed_quota $TESTPOOL/$TESTCTR/$TESTFS1 $TESTDIR1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_007_pos.ksh61 datasetexists $TESTPOOL/$TESTFS1 && \
62 log_must zfs destroy -f $TESTPOOL/$TESTFS1
124 create_resv_destroy "" $TESTPOOL/$TESTFS1 "" $TESTPOOL/$TESTFS2
125 create_resv_destroy "" $TESTPOOL/$TESTFS2 "" $TESTPOOL/$TESTFS1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_cpio_001_pos.ksh64 if datasetexists $TESTPOOL/$TESTFS1; then
65 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
87 log_must $ZFS create $TESTPOOL/$TESTFS1
88 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL/$TESTFS1
H A Dzfs_acl_tar_001_pos.ksh64 if datasetexists $TESTPOOL/$TESTFS1; then
65 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
86 log_must $ZFS create $TESTPOOL/$TESTFS1
89 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL/$TESTFS1
H A Dzfs_acl_tar_002_pos.ksh67 if datasetexists $TESTPOOL/$TESTFS1; then
68 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
88 log_must $ZFS create $TESTPOOL/$TESTFS1
91 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL/$TESTFS1
H A Dzfs_acl_cpio_002_pos.ksh66 if datasetexists $TESTPOOL/$TESTFS1; then
67 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
87 log_must $ZFS create $TESTPOOL/$TESTFS1
88 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL/$TESTFS1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/
H A Dzfs_clone_001_neg.ksh70 typeset target1=$TESTPOOL/$TESTFS1
71 typeset target2=$TESTPOOL/$TESTCTR1/$TESTFS1
79 "$SNAPFS $TESTPOOL//$TESTFS1" "$SNAPFS1 $TESTPOOL//$TESTFS1" \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_receive/
H A Dzfs_receive_006_pos.ksh75 datasetexists $TESTPOOL/$TESTFS/$TESTFS1 && \
76 log_must $ZFS destroy -rf $TESTPOOL/$TESTFS/$TESTFS1
89 fs=$TESTPOOL/$TESTFS/$TESTFS1
117 is_global_zone || fs=$TESTPOOL/${ZONE_CTR}0/$TESTFS/$TESTFS1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/quota/
H A Dquota_003_pos.ksh92 log_must fill_quota $TESTPOOL/$TESTCTR/$TESTFS1 $TESTDIR1
H A Dquota_004_pos.ksh87 log_must exceed_quota $TESTPOOL/$TESTCTR/$TESTFS1 $TESTDIR1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_002_pos.ksh62 set -A data_objs "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTFS1" \
65 set -A data_objs "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTFS1"
68 log_must zfs create $TESTPOOL/$TESTFS1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_002_neg.ksh53 for snap in $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP \
75 log_must zfs snapshot $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
88 log_must zfs destroy $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/
H A Dzfs_destroy_002_pos.ksh75 set -A data_objs "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTFS1" \
78 set -A data_objs "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTFS1"
81 log_must $ZFS create $TESTPOOL/$TESTFS1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_snapshot/
H A Dzfs_snapshot_002_neg.ksh66 for snap in $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP \
88 log_must $ZFS snapshot $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
101 log_must $ZFS destroy $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_002_pos.ksh76 set -A datasets "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR/$TESTFS1" \
90 log_must $ZFS create $TESTPOOL/$TESTCTR/$TESTFS1
104 for dir in $TESTDIR /$TESTPOOL/$TESTCTR /$TESTPOOL/$TESTCTR/$TESTFS1 ; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_rebuild.ksh120 log_must zfs umount $TESTPOOL1/$TESTFS1
121 log_must zdb -cdui $TESTPOOL1/$TESTFS1
122 log_must zfs mount $TESTPOOL1/$TESTFS1
143 log_must zfs create $TESTPOOL1/$TESTFS1
144 log_must zfs set mountpoint=$TESTDIR1 $TESTPOOL1/$TESTFS1
H A Dreplace_resilver.ksh117 log_must zfs umount $TESTPOOL1/$TESTFS1
118 log_must zdb -cdui $TESTPOOL1/$TESTFS1
119 log_must zfs mount $TESTPOOL1/$TESTFS1
140 log_must zfs create $TESTPOOL1/$TESTFS1
141 log_must zfs set mountpoint=$TESTDIR1 $TESTPOOL1/$TESTFS1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A Dzpool_destroy_002_pos.ksh69 set -A datasets "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR/$TESTFS1" \
81 log_must zfs create $TESTPOOL/$TESTCTR/$TESTFS1
94 for dir in $TESTDIR /$TESTPOOL/$TESTCTR /$TESTPOOL/$TESTCTR/$TESTFS1 ; do
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename.kshlib46 datasetexists $TESTPOOL/$TESTFS1 || \
47 log_must $ZFS create $TESTPOOL/$TESTFS1
50 log_must $CP $DATA $(get_prop mountpoint $TESTPOOL/$TESTFS1)/$TESTFILE0
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_002_pos.ksh51 set -A dataset "$TESTPOOL/$TESTFS@snapshot" "$TESTPOOL/$TESTFS1" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1" "$TESTPOOL/$TESTCTR1" \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_007_neg.ksh55 "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL\$TESTCTR\$TESTFS1"
/freebsd-13-stable/sys/contrib/openzfs/tests/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" \

Completed in 90 milliseconds

123456789