1 | # NERC Data Grid Project |
---|
2 | # |
---|
3 | # P J Kershaw 13/12/06 |
---|
4 | # |
---|
5 | # Copyright (C) 2006 STFC & NERC |
---|
6 | # |
---|
7 | # This software may be distributed under the terms of the Q Public License, |
---|
8 | # version 1.0 or later. |
---|
9 | [setUp] |
---|
10 | propFilePath: $MYPROXYCLIENT_UNITTEST_DIR/myProxyProperties.xml |
---|
11 | |
---|
12 | # If a pass-phrase entry is commented out it will be prompted for from the |
---|
13 | # terminal. To set a null password, leave the field in place but set to |
---|
14 | # blank |
---|
15 | [test1Store] |
---|
16 | username: testuser |
---|
17 | passphrase: testpassword |
---|
18 | signingCertFilePath: $MYPROXYCLIENT_UNITTEST_DIR/user.crt |
---|
19 | signingPriKeyFilePath: $MYPROXYCLIENT_UNITTEST_DIR/user.key |
---|
20 | ownerCertFile: $MYPROXYCLIENT_UNITTEST_DIR/user.crt |
---|
21 | ownerKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/user.key |
---|
22 | ownerPassphrase: testpassword |
---|
23 | |
---|
24 | [test2GetDelegation] |
---|
25 | username: testuser |
---|
26 | passphrase: testpassword |
---|
27 | # Locations for output proxy cert and key files |
---|
28 | proxyCertFileOut: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
29 | proxyKeyFileOut: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
30 | |
---|
31 | [test3Info] |
---|
32 | username: testuser |
---|
33 | ownerCertFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
34 | ownerKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
35 | ownerPassphrase: testpassword |
---|
36 | |
---|
37 | [test4ChangePassphrase] |
---|
38 | username: testuser |
---|
39 | ownerCertFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
40 | ownerKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
41 | passphrase: testpassword |
---|
42 | newPassphrase: testpassword2 |
---|
43 | ownerPassphrase: testpassword |
---|
44 | |
---|
45 | [test5Destroy] |
---|
46 | username: testuser |
---|
47 | ownerCertFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
48 | ownerKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
49 | ownerPassphrase: testpassword |
---|