Changeset 3189 for TI12-security/trunk/python/ndg.security.test/ndg/security/test/attAuthority/README
- Timestamp:
- 09/01/08 13:37:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.test/ndg/security/test/attAuthority/README
r2058 r3189 1 1 Unit tests for Attribute Authority Web Service Client 2 _____________________________________________________ 2 ===================================================== 3 The test client connects to two different test Attribute Authorities 4 corresponding to the fictitious Service Providers Site "A" and Site "B". These 5 services must be started before running the unit tests. Start a terminal in 6 this directory and run 3 7 4 Before running the tests start the Attribute Authority web services running:5 8 6 $ ./siteAServer.sh9 $ python ./siteAServer.py 7 10 8 and in a separate terminal:11 ...and in a separate terminal: 9 12 10 $ ./siteBServer.sh13 $ python ./siteBServer.py 11 14 12 The siteBServer is only needed for tests for getting mapped certificates: 13 test6GetMappedCert15 Note however that the siteBServer is only needed for tests for getting mapped 16 certificates: test7GetMappedAttCert and test8GetMappedAttCertStressTest 14 17 15 Run the unit tests script AttAuthorityClientTest.py from another terminal. 18 Run the unit tests script AttAuthorityClientTest.py from another terminal: 19 20 $ python ./AttAuthorityClientTest.py 21 22 Tests can be run individually e.g. 23 24 $ python ./AttAuthorityClientTest.py AttAuthorityClientTestCase.test1GetX509Cert
Note: See TracChangeset
for help on using the changeset viewer.