diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-14 21:37:15 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-14 21:37:15 -0500 |
commit | 2002ec15d2af9f06aa02814c2d8c3e0c46bf3f29 (patch) | |
tree | 331726646b97d2e4c87154a73ac0af749af15162 /tests | |
parent | 8ea94b5fb9ffddca339c4a4f04a7392607f860c7 (diff) |
updated tests/test-config/config.yaml
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-config/config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-config/config.yaml b/tests/test-config/config.yaml index fd65ca9..765b06b 100644 --- a/tests/test-config/config.yaml +++ b/tests/test-config/config.yaml @@ -1,11 +1,11 @@ -combox_dir: tests/files +combox_dir: /home/rsd/bgc/combox/tests/files nodes_info: node-0: available: '1024' - path: tests/shard-dir-0 + path: /home/rsd/bgc/combox/tests/shard-dir-0 size: '1024' node-1: available: '1024' - path: tests/shard-dir-1 + path: /home/rsd/bgc/combox/tests/shard-dir-1 size: '1024' topsecret: topsecret |