diff options
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 |