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