From: Thierry Parmentelat Date: Tue, 5 Jan 2010 14:56:33 +0000 (+0000) Subject: tweak X-Git-Tag: tests-4.3-6~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e849fb44841a218075d46511e0104b72445207ba;p=tests.git tweak --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 714bbdb..c0d5064 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -979,7 +979,8 @@ class TestPlc: "sfa-import-plc" auth=self.plc_spec['sfa']['SFA_REGISTRY_ROOT_AUTH'] self.run_in_guest('sfa-import-plc.py') - self.run_in_guest('cp /etc/sfa/authorities/%s/%s.pkey /etc/sfa/authorities/server.key'%(auth,auth)) +# not needed anymore +# self.run_in_guest('cp /etc/sfa/authorities/%s/%s.pkey /etc/sfa/authorities/server.key'%(auth,auth)) return True def start_sfa(self):