1 | # |
---|
2 | # NDG Security Nose test configuration file |
---|
3 | # |
---|
4 | # NERC DataGrid |
---|
5 | # |
---|
6 | # Author: P J Kershaw |
---|
7 | # |
---|
8 | # Date: 05/08/09 |
---|
9 | # |
---|
10 | # Copyright: STFC 2009 |
---|
11 | # |
---|
12 | # Licence: BSD - See top-level LICENCE file for licence details |
---|
13 | # |
---|
14 | [nosetests] |
---|
15 | verbosity: 3 |
---|
16 | tests: |
---|
17 | #tests: ndg.security.test.unit.x509.test_x509, |
---|
18 | # ndg.security.test.unit.soap.test_soap, |
---|
19 | # ndg.security.test.unit.configfileparsers.test_configfileparsers, |
---|
20 | ndg.security.test.unit.credentialwallet.test_credentialwallet, |
---|
21 | # ndg.security.test.unit.xacml.test_xacml, |
---|
22 | ./attributeauthorityclient.test_attributeauthorityclient.py |
---|
23 | # ndg.security.test.unit.sessionmanager.test_sessionmanager, |
---|
24 | # ndg.security.test.unit.authz.pdp.test_proftp_pdp, |
---|
25 | ## ./sslclientauthnmiddleware/test_sslclientauthn.py, |
---|
26 | # ndg.security.test.unit.openid.relyingparty.validation.test_validation, |
---|
27 | # ndg.security.test.unit.xmlsec.etree.test_etree, |
---|
28 | ## ./wsgi/authn/test_authn.py, |
---|
29 | ## ./wsgi/ssl/test_ssl.py, |
---|
30 | # ndg.security.test.unit.wsgi.authz.test_authz, |
---|
31 | # ndg.security.test.unit.sessionmanagerclient.test_sessionmanagerclient, |
---|
32 | # ndg.security.test.unit.attributeauthority.test_attributeauthority, |
---|
33 | # ndg.security.test.unit.saml.test_samlinterface, |
---|
34 | # ndg.security.test.unit.wssecurity.foursuite.client.test_echoclient.py, |
---|
35 | # ndg.security.test.unit.wssecurity.dom.client.test_echoclient.py |
---|
36 | |
---|