From: Thierry Parmentelat Date: Tue, 20 May 2014 11:57:27 +0000 (+0200) Subject: oops X-Git-Tag: tests-5.3-5~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=740ea07d41e95f96442c058ff7f26237835de670;p=tests.git oops --- 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):