From 88d24150975ae4c8121f268bb7f4245d3dae0148 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 13 Jan 2015 14:03:44 -0500 Subject: added new directories and test combox config under tests/ These *will* be used in the tests. new file: tests/shard-dir-0/.foo new file: tests/shard-dir-1/.foo new file: tests/test-config/config.yaml --- tests/shard-dir-0/.foo | 0 tests/shard-dir-1/.foo | 0 tests/test-config/config.yaml | 11 +++++++++++ 3 files changed, 11 insertions(+) create mode 100644 tests/shard-dir-0/.foo create mode 100644 tests/shard-dir-1/.foo create mode 100644 tests/test-config/config.yaml (limited to 'tests') diff --git a/tests/shard-dir-0/.foo b/tests/shard-dir-0/.foo new file mode 100644 index 0000000..e69de29 diff --git a/tests/shard-dir-1/.foo b/tests/shard-dir-1/.foo new file mode 100644 index 0000000..e69de29 diff --git a/tests/test-config/config.yaml b/tests/test-config/config.yaml new file mode 100644 index 0000000..bf310dc --- /dev/null +++ b/tests/test-config/config.yaml @@ -0,0 +1,11 @@ +combox_dir: tests/files/ +nodes_info: + dbox: + available: '1024' + path: tests/shard-dir-0 + size: '1024' + gdrive: + available: '1024' + path: tests/shard-dir-1 + size: '1024' +topsecret: 381c704796b53cb7cfb530cfff5d8d3d0cfaaf00ee0e1484beffe321 -- cgit v1.2.3