X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;h=16ae3eb21e67c49194831a58d57b3f4f55b42a4f;hb=740ea07d41e95f96442c058ff7f26237835de670;hp=d6aed7cb01d2f2f5db71503547b49dcb58f9bf03;hpb=aa4986c42acda157a6ea67a94ada574bf55f0aff;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index d6aed7c..16ae3eb 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1508,11 +1508,11 @@ class TestPlc: def aggregate_xml_line(self): port=self.plc_spec['sfa']['neighbours-port'] return '' % \ - (self.vserverip,self.plc_spec['sfa']['SFA_REGISTRY_ROOT_AUTH'],port) + (self.vserverip,self.plc_spec['sfa']['settings']['SFA_REGISTRY_ROOT_AUTH'],port) def registry_xml_line(self): return '' % \ - (self.vserverip,self.plc_spec['sfa']['SFA_REGISTRY_ROOT_AUTH']) + (self.vserverip,self.plc_spec['sfa']['settings']['SFA_REGISTRY_ROOT_AUTH']) # a cross step that takes all other plcs in argument @@ -1534,7 +1534,7 @@ class TestPlc: def sfa_import(self): "use sfaadmin to import from plc" - auth=self.plc_spec['sfa']['SFA_REGISTRY_ROOT_AUTH'] + auth=self.plc_spec['sfa']['settings']['SFA_REGISTRY_ROOT_AUTH'] return self.run_in_guest('sfaadmin reg import_registry')==0 def sfa_start(self):