From: Thierry Parmentelat Date: Wed, 5 Mar 2008 11:19:58 +0000 (+0000) Subject: fix the right path for the configuration file X-Git-Tag: tests-4.2-4~211 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=260028b0a269f4114a0327a7d10d537fc1a2c3cf;p=tests.git fix the right path for the configuration file --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 641961c..baa2091 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -289,7 +289,7 @@ class TestPlc: ### def configure(self,options): - tmpname='%s/%s.plc-config-tty'%(options.path,self.name()) + tmpname='/root/%s/%s.plc-config-tty'%(options.path,self.name()) fileconf=open(tmpname,'w') for var in [ 'PLC_NAME', 'PLC_ROOT_PASSWORD',