Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/test/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 …]
/illumos-gate/usr/src/test/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;
60 datasetexists $TESTPOOL/$TESTCTR/$TESTVOL && \
61 log_must zfs destroy -rf $TESTPOOL/$TESTCTR/$TESTVOL
69 "$TESTPOOL/$TESTCTR@$TESTSNAP" "$TESTPOOL/$TESTCTR@blah?" \
70 "$TESTPOOL/$TESTCTR@blah*" "@$TESTSNAP" "$TESTPOOL/$TESTCTR@" \
72 "$TESTPOOL/$TESTCTR@$TESTSNAP@$TESTSNAP"
75 log_must zfs snapshot $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
88 log_must zfs destroy $TESTPOOL/$TESTCTR/$TESTFS1@$TESTSNAP
92 log_must zfs create $TESTPOOL/$TESTCTR/$TESTVOL
[all …]
H A Dzfs_snapshot_007_neg.ksh47 for fs in $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR $TESTPOOL ; do
85 for fs in $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR $TESTPOOL ; do
113 for fs in $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR $TESTPOOL ; do
125 for fs in $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR $TESTPOOL ; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_013_pos.ksh49 if datasetexists $TESTPOOL/$TESTCTR@snap-new ; then
50 log_must zfs destroy -f $TESTPOOL/$TESTCTR@snap-new
53 if datasetexists $TESTPOOL/$TESTCTR@snap ; then
54 log_must zfs destroy -f $TESTPOOL/$TESTCTR@snap
71 log_must zfs snapshot $TESTPOOL/$TESTCTR@snap
72 log_must zfs rename -r $TESTPOOL/$TESTCTR@snap $TESTPOOL/$TESTCTR@snap-new
73 log_must datasetexists $TESTPOOL/$TESTCTR@snap-new
77 log_must datasetexists $TESTPOOL/$TESTCTR@snap-new
80 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 \
H A Dzfs_rename_010_neg.ksh48 set -A datasets $TESTPOOL $TESTPOOL/$TESTCTR \
49 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTFS
H A Dzfs_rename_012_neg.ksh53 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" "$TESTPOOL/$TESTVOL")
H A Dzfs_rename_009_neg.ksh75 set -A datasets $TESTPOOL $TESTPOOL/$TESTCTR \
76 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/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" \
/illumos-gate/usr/src/test/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" \
/illumos-gate/usr/src/test/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" \
/illumos-gate/usr/src/test/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"
/illumos-gate/usr/src/test/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" \
82 log_must zfs create $TESTPOOL/$TESTCTR
83 log_must zfs create $TESTPOOL/$TESTCTR/$TESTFS1
97 for dir in $TESTDIR /$TESTPOOL/$TESTCTR /$TESTPOOL/$TESTCTR/$TESTFS1 ; do
/illumos-gate/usr/src/test/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 log_must zfs destroy $TESTPOOL/$TESTCTR/$TESTFS2
101 typeset mntp=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
102 test_ctr_share $mntp $TESTPOOL/$TESTCTR
/illumos-gate/usr/src/test/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
74 old_ctr_mpt=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
76 log_fail "Get the $TESTPOOL/$TESTCTR mountpoint error."
H A Dmountpoint_002_pos.ksh51 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR"
57 log_must zfs set mountpoint=$old_ctr_mpt $TESTPOOL/$TESTCTR
71 old_ctr_mpt=$(get_prop mountpoint $TESTPOOL/$TESTCTR)
73 log_fail "Unable to get the mountpoint property for $TESTPOOL/$TESTCTR"
H A Dcanmount_001_pos.ksh50 "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCLONE"
74 log_must zfs set canmount=$old_ctr_canmount $TESTPOOL/$TESTCTR
90 old_ctr_canmount=$(get_prop canmount $TESTPOOL/$TESTCTR)
92 log_fail "Get the $TESTPOOL/$TESTCTR canmount error."
H A Dzfs_set_001_neg.ksh53 "blad" "default" "TESTPOOL" "$TESTPOOL/$TESTCTR" \
54 "$TESTPOOL/$TESTCTR/$TESTFS" "$TESTPOOL/$TESTFS"
H A Donoffs_001_pos.ksh58 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTVOL"
60 set -A dataset "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR"
/illumos-gate/usr/src/test/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" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate015.cfg52 TESTPOOL/TESTCTR TESTPOOL/TESTCTR
55 TESTPOOL/TESTCTR:inherit
59 TESTPOOL/TESTCTR default
62 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate017.cfg53 TESTPOOL/TESTCTR TESTPOOL/TESTCTR
56 TESTPOOL/TESTCTR:inherit
60 TESTPOOL/TESTCTR default
63 TESTPOOL/TESTCTR/TESTFS1:inherit
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_014_pos.ksh57 datasetexists $TESTPOOL/$TESTCTR/$TESTFS1 && \
58 log_must zfs set quota=none $TESTPOOL/$TESTCTR/$TESTFS1
65 log_must zfs set quota=$FSQUOTA $TESTPOOL/$TESTCTR/$TESTFS1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_005_neg.ksh47 "$TESTPOOL/$TESTCTR" "$ZFSROOT/$TESTPOOL/$TESTCTR" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_all_001_pos.ksh51 set -A ctr "" "$TESTCTR" "$TESTCTR1" "$TESTCTR/$TESTCTR1"
178 mntpnt=$(get_prop mountpoint ${TESTPOOL}/${TESTCTR}/${TESTFS})

12345