From: Thierry Parmentelat Date: Wed, 28 May 2014 09:07:22 +0000 (+0200) Subject: oops, should be part of the previous commit, sfi needs to be redirected to the port... X-Git-Tag: tests-5.3-5~3 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=15ee278d63f8803fc6b58598ec1a3358e6dbc5e4 oops, should be part of the previous commit, sfi needs to be redirected to the port from config --- diff --git a/system/TestAuthSfa.py b/system/TestAuthSfa.py index f784796..857a7ac 100644 --- a/system/TestAuthSfa.py +++ b/system/TestAuthSfa.py @@ -100,10 +100,10 @@ class TestAuthSfa: SFI_USER=self.obj_hrn(self.auth_sfa_spec['pi_spec']['name']) fileconf.write ("SFI_USER='%s'"%SFI_USER) fileconf.write('\n') - SFI_REGISTRY='http://' + sfa_spec['settings']['SFA_REGISTRY_HOST'] + ':12345/' + SFI_REGISTRY='http://%s:%s/'%(sfa_spec['settings']['SFA_REGISTRY_HOST'],12345) fileconf.write ("SFI_REGISTRY='%s'"%SFI_REGISTRY) fileconf.write('\n') - SFI_SM='http://' + sfa_spec['settings']['SFA_SM_HOST'] + ':12347/' + SFI_SM='http://%s:%s/'%(sfa_spec['settings']['SFA_SM_HOST'],sfa_spec['sfi-connects-to-port']) fileconf.write ("SFI_SM='%s'"%SFI_SM) fileconf.write('\n') fileconf.close()