Changeset 1181
- Timestamp:
- 14/06/06 18:12:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/Tests/SecurityClientTest.py
r1180 r1181 28 28 try: 29 29 # Session Manager WSDL 30 #self.smWSDL = 'http://glue.badc.rl.ac.uk/sessionMgr.wsdl'31 self.smWSDL = 'http://gabriel.bnsc.rl.ac.uk/sessionMgr.wsdl'30 self.smWSDL = 'http://glue.badc.rl.ac.uk/sessionMgr.wsdl' 31 # self.smWSDL = 'http://gabriel.bnsc.rl.ac.uk/sessionMgr.wsdl' 32 32 33 33 # Public key of session manager used to encrypt requests … … 52 52 # Attribute Authority client tests 53 53 # self.aaWSDL = '/home/pjkersha/Development/security/python/Tests/attAuthority.wsdl' 54 #self.aaWSDL = 'http://glue.badc.rl.ac.uk/attAuthority.wsdl'55 self.aaWSDL = 'http://gabriel.bnsc.rl.ac.uk/attAuthority.wsdl'54 self.aaWSDL = 'http://glue.badc.rl.ac.uk/attAuthority.wsdl' 55 # self.aaWSDL = 'http://gabriel.bnsc.rl.ac.uk/attAuthority.wsdl' 56 56 aaPubKeyFilePath = None 57 57 … … 63 63 self.sessCookie = None 64 64 self.proxyCert = None 65 self.newUserName = ' testUser'66 # self.userName = ' lawrence'67 self.userName = ' gabriel'65 self.newUserName = 'lawrence' 66 # self.userName = 'gabriel' 67 self.userName = 'lawrence' 68 68 except Exception, e: 69 69 self.fail(str(e)) … … 187 187 """Call Attribute Authority getHostInfo""" 188 188 189 import pdb190 pdb.set_trace()191 189 try: 192 190 hostInfo = self.aaClnt.getHostInfo( … … 202 200 to match against""" 203 201 204 import pdb205 pdb.set_trace()202 # import pdb 203 # pdb.set_trace() 206 204 role = 'acsoe' 207 205 try:
Note: See TracChangeset
for help on using the changeset viewer.