summaryrefslogtreecommitdiff
path: root/tests/13imsm-r0_r0_3d-grow-r0_r0_4d
diff options
context:
space:
mode:
authorAdam Kwolek <adam.kwolek@intel.com>2011-02-09 09:31:29 +0100
committerNeilBrown <neilb@suse.de>2011-02-09 20:51:24 +1100
commitd5312ebf6847a0e5529838e25a61ee7ece1141b7 (patch)
tree75e4e84d7763c78e4a6b681923b7c0068f9d7849 /tests/13imsm-r0_r0_3d-grow-r0_r0_4d
parent3cd4e7c4dd1f58eb4d3bc4069dec34a1422ead70 (diff)
UT FIX: Pass all UT in suit 13
Parameters in UT suit 13 were wrongly chosen. This causes that computed number of backup blocks was too big comparing to loop devices size used in test. Changes in test parameters (chunk, array size) causes that backup blocks passes mdadm condition for very small loop devices. Signed-off-by: Adam Kwolek <adam.kwolek@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests/13imsm-r0_r0_3d-grow-r0_r0_4d')
-rw-r--r--tests/13imsm-r0_r0_3d-grow-r0_r0_4d2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/13imsm-r0_r0_3d-grow-r0_r0_4d b/tests/13imsm-r0_r0_3d-grow-r0_r0_4d
index 17f24d73..27ba83b3 100644
--- a/tests/13imsm-r0_r0_3d-grow-r0_r0_4d
+++ b/tests/13imsm-r0_r0_3d-grow-r0_r0_4d
@@ -17,7 +17,7 @@ vol0_offset=0
vol1_level=0
vol1_comp_size=$((5 * 1024))
-vol1_chunk=512
+vol1_chunk=128
vol1_num_comps=$num_disks
vol1_offset=$((vol0_comp_size + 2048))