From: Tony Mack Date: Fri, 11 Nov 2011 02:10:44 +0000 (-0500) Subject: remove test plauth X-Git-Tag: sfa-1.1-3~55 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9002cfedec9ec92a67d1d8e59a4b4604a0e2c176;p=sfa.git remove test plauth --- diff --git a/sfa/plc/plshell.py b/sfa/plc/plshell.py index 863472fe..972a97ea 100644 --- a/sfa/plc/plshell.py +++ b/sfa/plc/plshell.py @@ -30,9 +30,9 @@ class PlShell: 'AuthString': config.SFA_PLC_PASSWORD} self.url = config.SFA_PLC_URL - self.plauth = {'Username': 'root@test.onelab.eu', - 'AuthMethod': 'password', - 'AuthString': 'test++'} + #self.plauth = {'Username': 'root@test.onelab.eu', + # 'AuthMethod': 'password', + # 'AuthString': 'test++'} self.proxy_server = xmlrpclib.Server(self.url, verbose = 0, allow_none = True) def __getattr__(self, name):