Commit 0d2abbad authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: remove hateoas_slapos_master_url parameter

parent 94168010
......@@ -75,12 +75,7 @@ class ScalabilityTestRunner():
# Get Slapos Master url used for api rest (using hateoas)
self.slapos_api_rest_url = ""
try:
self.slapos_api_rest_url = self.testnode.test_suite_portal.getSlaposHateoasUrl()
if not self.slapos_api_rest_url:
self.slapos_api_rest_url = self.testnode.config['hateoas_slapos_master_url']
except:
self.slapos_api_rest_url = self.testnode.config['hateoas_slapos_master_url']
self.slapos_api_rest_url = self.testnode.test_suite_portal.getSlaposHateoasUrl()
......
......@@ -78,7 +78,7 @@ def main(*args):
'software_directory',
'proxy_port', 'git_binary','zip_binary','node_quantity',
'test_node_title', 'ipv4_address','ipv6_address','test_suite_master_url',
'hateoas_slapos_master_url', 'slapgrid_partition_binary','slapgrid_software_binary',
'slapgrid_partition_binary','slapgrid_software_binary',
'slapproxy_binary', 'httpd_ip', 'httpd_port', 'httpd_software_access_port',
'computer_id', 'server_url'):
CONFIG[key] = config.get('testnode',key)
......
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