1 | # |
---|
2 | # MyProxyClient Unit Tests configuration file |
---|
3 | # |
---|
4 | # NERC Data Grid Project |
---|
5 | # |
---|
6 | # P J Kershaw 13/12/06 |
---|
7 | # |
---|
8 | # Copyright (C) 2010 Science and Technology Facilities Council |
---|
9 | # |
---|
10 | # BSD - See LICENSE file in top-level directory |
---|
11 | [setUp] |
---|
12 | cfgFilePath: $MYPROXYCLIENT_UNITTEST_DIR/myProxyClient.cfg |
---|
13 | |
---|
14 | # If a pass-phrase entry is commented out it will be prompted for from the |
---|
15 | # terminal. To set a null password, leave the field in place but set to |
---|
16 | # blank |
---|
17 | [test02Store] |
---|
18 | username: testuser |
---|
19 | passphrase: testpassword |
---|
20 | ownerCertFile: $MYPROXYCLIENT_UNITTEST_DIR/testuser.crt |
---|
21 | ownerKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/testuser.key |
---|
22 | sslCertFile: $MYPROXYCLIENT_UNITTEST_DIR/testuser.crt |
---|
23 | sslKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/testuser.key |
---|
24 | sslKeyFilePassphrase: testpassword |
---|
25 | |
---|
26 | [test03GetDelegation] |
---|
27 | username: testuser |
---|
28 | passphrase: testpassword |
---|
29 | # Locations for output proxy cert and key files |
---|
30 | proxyCertFileOut: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
31 | proxyKeyFileOut: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
32 | |
---|
33 | [test04Info] |
---|
34 | username: testuser |
---|
35 | sslCertFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
36 | sslKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
37 | sslKeyFilePassphrase: testpassword |
---|
38 | |
---|
39 | [test05GetDelegationWithBootstrappedTrustRoots] |
---|
40 | username: testuser |
---|
41 | passphrase: testpassword |
---|
42 | |
---|
43 | [test06ChangePassphrase] |
---|
44 | username: testuser |
---|
45 | sslCertFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
46 | sslKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
47 | passphrase: testpassword |
---|
48 | newPassphrase: testpassword2 |
---|
49 | sslKeyFilePassphrase: testpassword |
---|
50 | |
---|
51 | |
---|
52 | [test07Destroy] |
---|
53 | username: testuser |
---|
54 | sslCertFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.crt |
---|
55 | sslKeyFile: $MYPROXYCLIENT_UNITTEST_DIR/proxy.key |
---|
56 | sslKeyFilePassphrase: testpassword |
---|
57 | |
---|