Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh68 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
69 if [[ $RESULT != ${vals[$i]} ]]
84 RESULT=$(get_pool_prop delegation $TESTPOOL)
85 if [[ $RESULT != off ]]
91 RESULT=$(get_pool_prop cachefile $TESTPOOL)
92 if [[ $RESULT != $CPATH ]]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile.kshlib40 RESULT=$(strings $cachefile | grep -w $1)
41 if [ -z "$RESULT" ]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_upgrade_001_neg.ksh58 RESULT=$(zpool upgrade | grep v1-pool)
59 if [ -z "$RESULT" ]
H A Dzpool_detach_001_neg.ksh52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk1.dat)
53 if [ -z "$RESULT" ]
H A Dzpool_export_001_neg.ksh47 RESULT=$(zpool list | grep $TESTPOOL.virt )
48 if [ -z "$RESULT" ]
H A Dzpool_remove_001_neg.ksh52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-spare1.dat)
53 if [ -z "$RESULT" ]
H A Dzpool_import_001_neg.ksh48 RESULT=$(zpool list -H -o name | grep $TESTPOOL.exported)
49 if [ -n "$RESULT" ]
H A Dzpool_status_001_neg.ksh48 RESULT=$(grep "pool:" $TEST_BASE_DIR/pool-status.$$)
49 if [ -z "$RESULT" ]
H A Dzpool_offline_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-1.dat \
50 if [ -n "$RESULT" ]
H A Dzpool_online_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-offline.dat \
50 if [ -n "$RESULT" ]
H A Dzpool_replace_001_neg.ksh49 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)
50 if [ -n "$RESULT" ]
H A Dzpool_attach_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)
49 if [ -n "$RESULT" ]
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-tests.sh192 RESULT=""
195 RESULT="$RUNFILE_DIR/$NAME"
197 RESULT="$RUNFILE_DIR/$NAME.run"
199 RESULT="$NAME"
201 RESULT="$NAME.run"
204 echo "$RESULT"
692 RESULT=$?
706 exit ${RESULT}