summaryrefslogtreecommitdiffstats
path: root/tests/basic/ec/ec-6-2.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/ec/ec-6-2.t')
-rw-r--r--tests/basic/ec/ec-6-2.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/basic/ec/ec-6-2.t b/tests/basic/ec/ec-6-2.t
new file mode 100644
index 00000000000..23ec84e60e9
--- /dev/null
+++ b/tests/basic/ec/ec-6-2.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=6
+REDUNDANCY=2
+
+# This must be equal to 44 * $DISPERSE + 106
+TESTS_EXPECTED_IN_LOOP=370
+
+. $(dirname $0)/ec-common