Searched refs:TESTCTR (Results 1 - 25 of 55) sorted by relevance

123

/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" \
57 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
58 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
63 "-ft $TESTPOOL/$TESTCTR" "-ft $TESTPOOL/$TESTCTR/
[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/
[all...]
/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_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_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/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
[all...]
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
H A Dzfs_rename_001_pos.ksh52 "$TESTPOOL/$TESTCTR/$TESTFS1" "$TESTPOOL/$TESTCTR1" \
55 "$TESTPOOL/$TESTCTR/$TESTFS1-new" "$TESTPOOL/$TESTFS-clone-new"
/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/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_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 Dzfs_set_001_neg.ksh53 "blad" "default" "TESTPOOL" "$TESTPOOL/$TESTCTR" \
54 "$TESTPOOL/$TESTCTR/$TESTFS" "$TESTPOOL/$TESTFS"
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 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/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/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/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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nestedfs/
H A Dnestedfs_001_pos.ksh57 log_mustnot zfs destroy $TESTPOOL/$TESTCTR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/quota/
H A Dquota_003_pos.ksh77 log_must fill_quota $TESTPOOL/$TESTCTR/$TESTFS1 $TESTDIR1
H A Dquota_004_pos.ksh72 log_must exceed_quota $TESTPOOL/$TESTCTR/$TESTFS1 $TESTDIR1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_002_pos.ksh54 log_must zfs set compression=off $TESTPOOL/$TESTCTR
61 log_must zfs set compression=on $TESTPOOL/$TESTCTR
/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/
[all...]

Completed in 167 milliseconds

123