Changeset 4692 for TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/test_sessionmanagerclient.py
- Timestamp:
- 19/12/08 16:39:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanagerclient/test_sessionmanagerclient.py
r4680 r4692 220 220 221 221 attCert = self.clnt.getAttCert(sessID=self.sessID, 222 att AuthorityURI=thisSection['aaURI'])222 attributeAuthorityURI=thisSection['aaURI']) 223 223 224 224 print "Attribute Certificate:\n%s" % attCert … … 239 239 try: 240 240 attCert = self.clnt.getAttCert(sessID=self.sessID, 241 att AuthorityURI=aaURI,241 attributeAuthorityURI=aaURI, 242 242 mapFromTrustedHosts=False) 243 243 except AttributeRequestDenied, e: … … 257 257 aaURI = self.cfg['test08GetMappedAttCertWithSessID']['aaURI'] 258 258 259 attCert=self.clnt.getAttCert(sessID=self.sessID, att AuthorityURI=aaURI)259 attCert=self.clnt.getAttCert(sessID=self.sessID, attributeAuthorityURI=aaURI) 260 260 261 261 print "Attribute Certificate:\n%s" % attCert … … 277 277 278 278 attCert = self.clnt.getAttCert(sessID=self.sessID, 279 att AuthorityURI=aaURI,279 attributeAuthorityURI=aaURI, 280 280 extAttCertList=[extAttCert]) 281 281 … … 309 309 310 310 aaURI = self.cfg['test10GetAttCertWithUserX509Cert']['aaURI'] 311 attCert = self.clnt.getAttCert(att AuthorityURI=aaURI)311 attCert = self.clnt.getAttCert(attributeAuthorityURI=aaURI) 312 312 313 313 print("Attribute Certificate:\n%s" % attCert)
Note: See TracChangeset
for help on using the changeset viewer.