From: Thierry Parmentelat Date: Tue, 29 May 2018 19:36:45 +0000 (+0200) Subject: whoops, wrong key when searching aggregate in the config X-Git-Tag: tests-6.0-5~12 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=3e10f188b2de3707ccfccc1b1e77f9459061e946 whoops, wrong key when searching aggregate in the config --- diff --git a/system/TestAuthSfa.py b/system/TestAuthSfa.py index a8d6d18..820b50e 100644 --- a/system/TestAuthSfa.py +++ b/system/TestAuthSfa.py @@ -101,7 +101,7 @@ class TestAuthSfa: SFI_REGISTRY='http://{}:{}/'.format(sfa_spec['settings']['SFA_REGISTRY_HOST'], 12345) fileconf.write("SFI_REGISTRY='{}'".format(SFI_REGISTRY)) fileconf.write('\n') - SFI_SM='http://{}:{}/'.format(sfa_spec['settings']['SFA_AM_HOST'], sfa_spec['sfi-connects-to-port']) + SFI_SM='http://{}:{}/'.format(sfa_spec['settings']['SFA_AGGREGATE_HOST'], sfa_spec['sfi-connects-to-port']) fileconf.write("SFI_SM='{}'".format(SFI_SM)) fileconf.write('\n') fileconf.close()