diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config_test.py | 2 | ||||
-rw-r--r-- | tests/test-config/config.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/config_test.py b/tests/config_test.py index 9840ba1..95dedd8 100644 --- a/tests/config_test.py +++ b/tests/config_test.py @@ -31,7 +31,7 @@ node_dir_0 = path.join('tests', 'shard-dir-0') node_dir_1 = path.join('tests', 'shard-dir-1') # sample config info. -CONFIG_INFO = [combox_dir, CONFIG_DIR, '2', +CONFIG_INFO = ['testbox', combox_dir, CONFIG_DIR, '2', 'node-0', node_dir_0, '1024', 'node-1', node_dir_1, '1024'] diff --git a/tests/test-config/config.yaml b/tests/test-config/config.yaml index 6c503b3..944b529 100644 --- a/tests/test-config/config.yaml +++ b/tests/test-config/config.yaml @@ -1,4 +1,5 @@ combox_dir: /home/rsd/bgc/combox/tests/files +combox_name: testbox nodes_info: node-0: available: '1024' |