blob: 76e6f8e77e81f86fd0eabdffe9ec2a14c6614999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc
# This test checks basic dispersed volume functionality and cli interface
DISPERSE=12
REDUNDANCY=4
# This must be equal to 36 * $DISPERSE + 109
TESTS_EXPECTED_IN_LOOP=541
. $(dirname $0)/ec-common
|