Home
last modified time | relevance | path

Searched refs:TEST_POOLS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh56 TEST_POOLS=
61 TEST_POOLS="$TEST_POOLS $pool_name"
67 export __ZFS_POOL_RESTRICT="$TEST_POOLS"
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-tests.sh145 TEST_POOLS=$(sudo "$ZPOOL" list -H -o name | grep testpool)
155 msg "Removing pool(s): $(echo "${TEST_POOLS}" | tr '\n' ' ')"
156 for TEST_POOL in $TEST_POOLS; do