tweaks for removal of slice manager
[tests.git] / system / TestAuthSfa.py
index 771cf2c..9b2a686 100644 (file)
@@ -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_SM_HOST'], sfa_spec['sfi-connects-to-port'])
+        SFI_SM='http://{}:{}/'.format(sfa_spec['settings']['SFA_AM_HOST'], sfa_spec['sfi-connects-to-port'])
         fileconf.write("SFI_SM='{}'".format(SFI_SM))
         fileconf.write('\n')
         fileconf.close()