summaryrefslogtreecommitdiffstats
path: root/tests/basic/ec/ec-7-3.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/ec/ec-7-3.t')
-rw-r--r--tests/basic/ec/ec-7-3.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/basic/ec/ec-7-3.t b/tests/basic/ec/ec-7-3.t
new file mode 100644
index 00000000000..4ebba2a1de3
--- /dev/null
+++ b/tests/basic/ec/ec-7-3.t
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+. $(dirname $0)/../../include.rc
+. $(dirname $0)/../../volume.rc
+
+# This test checks basic dispersed volume functionality and cli interface
+
+DISPERSE=7
+REDUNDANCY=3
+
+# This must be equal to 44 * $DISPERSE + 106
+TESTS_EXPECTED_IN_LOOP=414
+
+. $(dirname $0)/ec-common