aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-07-14 09:27:33 -0700
committerBrian Behlendorf <[email protected]>2016-07-14 14:05:13 -0700
commit8d9e12451530418778f57315717e35cc5868d98d (patch)
tree7a2649599faf937a2ebdfa46a32dacd7c1ac44f5 /tests/zfs-tests
parentae25d222354a8074a4db0d85992fc049e2da3089 (diff)
Enable zpool_upgrade test cases
Creating the pool in a striped rather than mirrored configuration provides enough space for all upgrade tests to run. Test case zpool_upgrade_007_pos still fails and must be investigated so it has been left disabled. Signed-off-by: Brian Behlendorf <[email protected]> Closes #4852
Diffstat (limited to 'tests/zfs-tests')
-rwxr-xr-xtests/zfs-tests/tests/functional/cli_root/zpool_upgrade/setup.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/setup.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/setup.ksh
index 1b75c945e..860ba0f06 100755
--- a/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/setup.ksh
+++ b/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/setup.ksh
@@ -35,4 +35,4 @@ verify_runnable "global"
verify_disk_count "$DISKS" 2
# give us a pool to play in
-default_mirror_setup $DISKS
+default_setup "$DISKS"