Home
last modified time | relevance | path

Searched refs:TESTCTR (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh50 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
56 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
58 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
63 "-ft $TESTPOOL/$TESTCTR" "-ft $TESTPOOL/$TESTCTR/$TESTFS1" \
65 "-ft $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
70 "-tf $TESTPOOL/$TESTCTR" "-tf $TESTPOOL/$TESTCTR/$TESTFS1" \
72 "-tf $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
76 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh58 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
59 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
60 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
64 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
66 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
71 "-ft $TESTPOOL/$TESTCTR" "-ft $TESTPOOL/$TESTCTR/$TESTFS1" \
73 "-ft $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
78 "-tf $TESTPOOL/$TESTCTR" "-tf $TESTPOOL/$TESTCTR/$TESTFS1" \
80 "-tf $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
84 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
[all …]
/freebsd/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 \
54 $TESTPOOL/$TESTCTR/$TESTVOL@$TESTSNAP;
59 datasetexists $TESTPOOL/$TESTCTR/$TESTVOL && \
60 destroy_dataset $TESTPOOL/$TESTCTR/$TESTVOL -rf
68 "$TESTPOOL/$TESTCTR@$TESTSNAP" "$TESTPOOL/$TESTCTR@blah?" \
69 "$TESTPOOL/$TESTCTR@blah*" "@$TESTSNAP" "$TESTPOOL/$TESTCTR@" \
71 "$TESTPOOL/$TESTCTR@$TESTSNAP@$TESTSNAP"
74 log_must zfs snapshot $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
87 log_must zfs destroy $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
91 log_must zfs create $TESTPOOL/$TESTCTR/$TESTVOL
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_snapshot/
H A Dzfs_snapshot_002_neg.ksh61 for snap in $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP \
62 $TESTPOOL/$TESTCTR/$TESTVOL@$TESTSNAP;
68 datasetexists $TESTPOOL/$TESTCTR/$TESTVOL && \
69 log_must $ZFS destroy -rf $TESTPOOL/$TESTCTR/$TESTVOL
77 "$TESTPOOL/$TESTCTR@$TESTSNAP" "$TESTPOOL/$TESTCTR@blah?" \
78 "$TESTPOOL/$TESTCTR@blah*" "@$TESTSNAP" "$TESTPOOL/$TESTCTR@" \
80 "$TESTPOOL/$TESTCTR@$TESTSNAP@$TESTSNAP"
83 log_must $ZFS snapshot $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
96 log_must $ZFS destroy $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
100 log_must $ZFS create $TESTPOOL/$TESTCTR/$TESTVOL
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_013_pos.ksh49 datasetexists $TESTPOOL/$TESTCTR@snap-new && \
50 destroy_dataset $TESTPOOL/$TESTCTR@snap-new -f
52 datasetexists $TESTPOOL/$TESTCTR@snap && \
53 destroy_dataset $TESTPOOL/$TESTCTR@snap -f
67 log_must zfs snapshot $TESTPOOL/$TESTCTR@snap
68 log_must zfs rename -r $TESTPOOL/$TESTCTR@snap $TESTPOOL/$TESTCTR@snap-new
69 log_must datasetexists $TESTPOOL/$TESTCTR@snap-new
73 log_must datasetexists $TESTPOOL/$TESTCTR@snap-new
76 log_must zfs destroy -f $TESTPOOL/$TESTCTR@snap-new
H A Dzfs_rename_004_neg.ksh55 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR/$TESTFS1 \
62 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTCTR/$TESTFS1 \
63 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTVOL \
64 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTFS@snapshot \
65 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTFS1 \
66 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTCTR1 \
70 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR/$TESTFS1 \
74 $TESTPOOL/$TESTFS@snapshot $TESTPOOL/$TESTCTR/$TESTFS1 \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_013_pos.ksh64 if datasetexists $TESTPOOL/$TESTCTR@snap-new ; then
65 log_must $ZFS destroy -f $TESTPOOL/$TESTCTR@snap-new
68 if datasetexists $TESTPOOL/$TESTCTR@snap ; then
69 log_must $ZFS destroy -f $TESTPOOL/$TESTCTR@snap
86 log_must $ZFS snapshot $TESTPOOL/$TESTCTR@snap
87 log_must $ZFS rename -r $TESTPOOL/$TESTCTR@snap $TESTPOOL/$TESTCTR@snap-new
88 log_must datasetexists $TESTPOOL/$TESTCTR@snap-new
92 log_must datasetexists $TESTPOOL/$TESTCTR@snap-new
95 log_must $ZFS destroy -f $TESTPOOL/$TESTCTR@snap-new
H A Dzfs_rename_004_neg.ksh63 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR/$TESTFS1 \
70 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTCTR/$TESTFS1 \
71 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTVOL \
72 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTFS@snapshot \
73 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTFS1 \
74 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTCTR1 \
78 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR/$TESTFS1 \
82 $TESTPOOL/$TESTFS@snapshot $TESTPOOL/$TESTCTR/$TESTFS1 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_002_neg.ksh49 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
50 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
51 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
55 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
56 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
57 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL $DISKLIST" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_online/
H A Dzpool_online_002_neg.ksh57 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
58 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
59 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
63 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
64 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
65 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL $DISKLIST" \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh50 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
59 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
60 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
61 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh50 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
59 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
60 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
61 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh58 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
59 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
60 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
67 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
68 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
69 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh58 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
59 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
60 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
67 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
68 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
69 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_012_pos.ksh111 log_must $ZFS create $pool/$TESTFS/$TESTCTR
112 log_must $ZFS create $pool/$TESTFS/$TESTCTR/$TESTCTR1
113 log_must $ZFS set canmount=off $pool/$TESTFS/$TESTCTR
114 log_must $ZFS set canmount=off $pool/$TESTFS/$TESTCTR/$TESTCTR1
115 log_must $ZFS create $pool/$TESTFS/$TESTCTR/$TESTFS1
116 log_must $ZFS create $pool/$TESTFS/$TESTCTR/$TESTCTR1/$TESTFS1
123 $TESTFS/$TESTCTR/$TESTFS1 $TESTFS/$TESTCTR/$TESTCTR1/$TESTFS1"
124 typeset nomount_fs="$TESTFS/$TESTCTR $TESTFS/$TESTCTR/$TESTCTR1"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_012_pos.ksh105 log_must zfs create $pool/$TESTFS/$TESTCTR
106 log_must zfs create $pool/$TESTFS/$TESTCTR/$TESTCTR1
107 log_must zfs set canmount=off $pool/$TESTFS/$TESTCTR
108 log_must zfs set canmount=off $pool/$TESTFS/$TESTCTR/$TESTCTR1
109 log_must zfs create $pool/$TESTFS/$TESTCTR/$TESTFS1
110 log_must zfs create $pool/$TESTFS/$TESTCTR/$TESTCTR1/$TESTFS1
117 $TESTFS/$TESTCTR/$TESTFS1 $TESTFS/$TESTCTR/$TESTCTR1/$TESTFS1"
118 typeset nomount_fs="$TESTFS/$TESTCTR $TESTFS/$TESTCTR/$TESTCTR1"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_002_pos.ksh71 set -A datasets "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR/$TESTFS1" \
72 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL" \
84 log_must $ZFS create $TESTPOOL/$TESTCTR
85 log_must $ZFS create $TESTPOOL/$TESTCTR/$TESTFS1
99 for dir in $TESTDIR /$TESTPOOL/$TESTCTR /$TESTPOOL/$TESTCTR/$TESTFS1 ; do
/freebsd/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" \
70 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL" \
80 log_must zfs create $TESTPOOL/$TESTCTR
81 log_must zfs create $TESTPOOL/$TESTCTR/$TESTFS1
94 for dir in $TESTDIR /$TESTPOOL/$TESTCTR /$TESTPOOL/$TESTCTR/$TESTFS1 ; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_006_pos.ksh50 log_must zfs set sharenfs=off $TESTPOOL/$TESTCTR
55 datasetexists $TESTPOOL/$TESTCTR/$TESTFS2 && \
56 destroy_dataset $TESTPOOL/$TESTCTR/$TESTFS2
101 typeset mntp=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
102 test_ctr_share $mntp $TESTPOOL/$TESTCTR
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_share/
H A Dzfs_share_006_pos.ksh59 log_must $ZFS set sharenfs=off $TESTPOOL/$TESTCTR
64 datasetexists $TESTPOOL/$TESTCTR/$TESTFS2 && \
65 log_must $ZFS destroy $TESTPOOL/$TESTCTR/$TESTFS2
110 typeset mntp=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
111 test_ctr_share $mntp $TESTPOOL/$TESTCTR
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dmountpoint_001_pos.ksh60 "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL"
62 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR"
69 log_must $ZFS set mountpoint=$old_ctr_mpt $TESTPOOL/$TESTCTR
81 old_ctr_mpt=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
83 log_fail "Get the $TESTPOOL/$TESTCTR mountpoint error."
H A Dmountpoint_002_pos.ksh58 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR"
64 log_must $ZFS set mountpoint=$old_ctr_mpt $TESTPOOL/$TESTCTR
78 old_ctr_mpt=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
80 log_fail "Unable to get the mountpoint property for $TESTPOOL/$TESTCTR"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_detach/
H A Dzpool_detach_001_neg.ksh50 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL $DISKLIST" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_detach/
H A Dzpool_detach_001_neg.ksh58 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
59 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
60 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL $DISKLIST" \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dmountpoint_001_pos.ksh53 "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL"
55 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR"
62 log_must zfs set mountpoint=$old_ctr_mpt $TESTPOOL/$TESTCTR
72 old_ctr_mpt=$(get_prop mountpoint $TESTPOOL/$TESTCTR)

123456789