Commit 32e57012 authored by Łukasz Nowak's avatar Łukasz Nowak

Add slapproxy and make environment section required.

For now the goal is to make testnode running, usage optimisation will be
applied later.
parent 6f550d93
......@@ -100,9 +100,7 @@ def main(*args):
if 'bot_environment' in config.sections():
bot_environment = dict(config.items('bot_environment'))
CONFIG['bot_environment'] = bot_environment
environment = {}
if 'environment' in config.sections():
environment = dict(config.items('environment'))
CONFIG['environment'] = environment
CONFIG['environment'] = dict(config.items('environment'))
CONFIG['slapproxy_binary'] = geto('slapproxy_binary')
testnode.run(CONFIG)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment