Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionMgr/sessionMgrTest.cfg@4158
Revision 4158,
1.2 KB
checked in by cbyrom, 13 years ago
(diff) |
Create new utility module, ClassFactory? - to allow generic instantiation
of classes dynamically.
Implement use of this in the AttAuth? and SessionMgr? services + adjust
the config files for these accordingly + abstract use of MyProxy? in
SessionMgr? to generic authNService - and create packages with real
and test authN services. Adjust the SessionMgr? tests to use the
test authN service.
|
Line | |
---|
1 | # NERC Data Grid Project |
---|
2 | # |
---|
3 | # P J Kershaw 12/01/07 |
---|
4 | # |
---|
5 | # Copyright (C) 2007 CCLRC & NERC |
---|
6 | # |
---|
7 | # This software may be distributed under the terms of the Q Public License, |
---|
8 | # version 1.0 or later. |
---|
9 | # |
---|
10 | # $Id:$ |
---|
11 | [setUp] |
---|
12 | propFilePath = $NDGSEC_SM_UNITTEST_DIR/sessionMgrProperties.xml |
---|
13 | |
---|
14 | [test1Connect] |
---|
15 | # Alter username according to the MyProxy credentials you wish to test. If |
---|
16 | # passphrase is commented out you will be prompted for it on the command line. |
---|
17 | # Note also setting for test3ConnectNoCreateServerSess test below. |
---|
18 | username = testuser |
---|
19 | passphrase = testpassword |
---|
20 | |
---|
21 | [test2GetSessionStatus] |
---|
22 | |
---|
23 | [test3ConnectNoCreateServerSess] |
---|
24 | username = testuser |
---|
25 | passphrase = testpassword |
---|
26 | |
---|
27 | [test6GetAttCertWithSessID] |
---|
28 | aaURI = http://localhost:4900/AttributeAuthority |
---|
29 | acOutFilePath = $NDGSEC_SM_UNITTEST_DIR/ac-out.xml |
---|
30 | |
---|
31 | [test6aGetAttCertRefusedWithSessID] |
---|
32 | aaURI = http://localhost:5100/AttributeAuthority |
---|
33 | |
---|
34 | [test6bGetMappedAttCertWithSessID] |
---|
35 | aaURI = http://localhost:5100/AttributeAuthority |
---|
36 | |
---|
37 | [test6cGetAttCertWithExtAttCertListWithSessID] |
---|
38 | aaURI = http://localhost:5100/AttributeAuthority |
---|
39 | # Use output from test6GetAttCertWithSessID! |
---|
40 | extACFilePath = $NDGSEC_SM_UNITTEST_DIR/ac-out.xml |
---|
41 | |
---|
42 | [test7GetAttCertWithUserCert] |
---|
43 | aaURI = http://localhost:5000/AttributeAuthority |
---|
Note: See
TracBrowser
for help on using the repository browser.