Commit e99bc4ea authored by Benjamin Blanc's avatar Benjamin Blanc

Update

parent b74627b0
......@@ -78,7 +78,8 @@ def main(*args):
'git_binary','zip_binary','node_quantity','test_node_title',
'ipv4_address','ipv6_address','test_suite_master_url',
'slapgrid_partition_binary','slapgrid_software_binary',
'slapproxy_binary', 'httpd_ip', 'httpd_port'):
'slapproxy_binary', 'httpd_ip', 'httpd_port', 'computer_id',
'server_url'):
CONFIG[key] = config.get('testnode',key)
for key in ('slapos_directory', 'working_directory', 'test_suite_directory',
......
......@@ -316,7 +316,14 @@ branch = %(branch)s
test_node_slapos = SlapOSInstance()
test_node_slapos.edit(working_directory=self.config['slapos_directory'])
## /BLOCK OK
print "computer_id:"
print config['computer_id']
print "server_url:"
print config['server_url']
time.sleep(30)
try:
while True:
try:
......
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