Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/ndg.security.nosetests.sh@7077
Revision 7077,
771 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | # |
---|
3 | # NDG Security Nose tests helper script |
---|
4 | # |
---|
5 | # NERC DataGrid |
---|
6 | # |
---|
7 | # Author: P J Kershaw |
---|
8 | # |
---|
9 | # Date: 05/08/09 |
---|
10 | # |
---|
11 | # Copyright: STFC 2009 |
---|
12 | # |
---|
13 | # Licence: BSD - See top-level LICENCE file for licence details |
---|
14 | # |
---|
15 | # These services must be running prior to execution(!). They should be |
---|
16 | # launched in separate terminals if you want to monitor the output: |
---|
17 | # |
---|
18 | # $ ../config/attributeauthority/sitea/siteAServerApp.py |
---|
19 | # $ ../config/attributeauthority/siteb/siteBServerApp.py |
---|
20 | # $ ../config/sessionmanager/sessionManagerServerApp.py |
---|
21 | # $ ./wssecurity/dom/server/echoServer.py |
---|
22 | # $ ./wssecurity/foursuite/server/echoServer.py |
---|
23 | # $ ./soap/soap_server.py |
---|
24 | # |
---|
25 | # http_proxy setting interferes with connections to localhost: |
---|
26 | unset http_proxy |
---|
27 | ${NOSETESTS:-nosetests} --config ./nosetests.ini $@ |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.