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/test-config/config.yaml | |
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/test-config/config.yaml')
-rw-r--r-- | tests/test-config/config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |