1 | # NERC Data Grid Project |
---|
2 | # |
---|
3 | # P J Kershaw 16/01/07 |
---|
4 | # |
---|
5 | # Copyright (C) 2007 STFC |
---|
6 | # |
---|
7 | # This software may be distributed under the terms of the Q Public License, |
---|
8 | # version 1.0 or later. |
---|
9 | |
---|
10 | [DEFAULT] |
---|
11 | siteBPropFilePath=$NDGSEC_UNITTEST_CONFIG_DIR/attributeauthority/siteB/siteBAttAuthority.cfg |
---|
12 | |
---|
13 | [setUp] |
---|
14 | # ! SiteBMapConfig.xml trusted site A aaURI setting must agree with this |
---|
15 | # setting for test6GetMappedAttCert |
---|
16 | propFilePath=$NDGSEC_UNITTEST_CONFIG_DIR/attributeauthority/siteA/siteAAttributeAuthority.cfg |
---|
17 | |
---|
18 | # For https connections only. !Omit ssl* settings if using http! |
---|
19 | # sslpeercertcn is the expected CommonName of peer cert. Omit if it's the |
---|
20 | # same as peer hostname. |
---|
21 | sslPeerCertCN = AttributeAuthority |
---|
22 | sslCACertFilePathList = $NDGSEC_UNITTEST_CONFIG_DIR/ca/ndg-test-ca.crt |
---|
23 | |
---|
24 | [test02GetTrustedHostInfo] |
---|
25 | role = postgrad |
---|
26 | |
---|
27 | [test03GetTrustedHostInfoWithNoMatchingRoleFound] |
---|
28 | # Set an alternative role to test no matching role found exception |
---|
29 | role = blah |
---|
30 | |
---|
31 | [test05GetAttCert] |
---|
32 | issuingClntCertFilePath = $NDGSEC_AA_UNITTEST_DIR/user.crt |
---|
33 | |
---|
34 | # Setup for use by test08GetMappedAttCert test |
---|
35 | attCertFilePath = $NDGSEC_AA_UNITTEST_DIR/ac-clnt.xml |
---|
36 | |
---|
37 | [test06GetAttCertWithUserIdSet] |
---|
38 | userId = system |
---|
39 | attCertFilePath = $NDGSEC_AA_UNITTEST_DIR/ac-clnt-test6.xml |
---|
40 | |
---|
41 | [test07GetMappedAttCert] |
---|
42 | issuingClntCertFilePath = $NDGSEC_AA_UNITTEST_DIR/user.crt |
---|
43 | userAttCertFilePath = $NDGSEC_AA_UNITTEST_DIR/ac-clnt.xml |
---|
44 | mappedAttCertFilePath = $NDGSEC_AA_UNITTEST_DIR/mapped-ac.xml |
---|
45 | |
---|
46 | [test08GetMappedAttCertStressTest] |
---|
47 | issuingClntCertFilePath = $NDGSEC_AA_UNITTEST_DIR/user.crt |
---|
48 | userAttCertFilePathList = $NDGSEC_AA_UNITTEST_DIR/ac-clnt.xml |
---|