diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 08:44:26 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 08:44:26 -0500 |
commit | 4c11dad2be14dea97b449cfe48643942b1fff619 (patch) | |
tree | 6826c822654ac5befb4f441775a2e1f2ed24ab46 /tests/config_test.py | |
parent | 6b56bb9eeb303cd7121d8c8fc8b7e791b0cffa63 (diff) |
combox config now contains a `combox_name` field which contains the name of the combox.
modified: combox/config.py
modified: tests/config_test.py
modified: tests/test-config/config.yaml
Diffstat (limited to 'tests/config_test.py')
-rw-r--r-- | tests/config_test.py | 2 |
1 files changed, 1 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'] |