summaryrefslogtreecommitdiffstats
path: root/python/tests/websimulator.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python test framework.Emmanuel Raviart2004-08-251-244/+0
|
* Create a new test Proxy server (a server between a SP and an IDP, which actsEmmanuel Raviart2004-08-111-23/+24
| | | | as an IDP for the SP and as a SP for the IDP): login works.
* In Python simulator, redirect now accepts partial URLs.Emmanuel Raviart2004-08-111-0/+12
|
* In python/tests, there are now a sample IDP (sample-idp.py) and a sample SPEmmanuel Raviart2004-08-111-9/+1
| | | | (sample-sp.py). The two applications are real servers.
* Improved Python unit tests.Emmanuel Raviart2004-08-101-102/+41
|
* LECP now nearly works. Still a segmentation fault at the end, but Valos isEmmanuel Raviart2004-08-091-1/+5
| | | | aware of it.
* Updated Python tests. Not finished but Valos want it to debug Lasso.Emmanuel Raviart2004-08-091-70/+84
|
* Updated Python unit tests infrastructure, so that it can be reused forEmmanuel Raviart2004-08-091-100/+61
| | | | independant simulation applications.
* Added LECP support in Python simulator and unit tests. I think I have foundEmmanuel Raviart2004-08-071-12/+64
| | | | | | | | | several bugs in Lasso LECP implementation. My biggest problem is that I didn't find a way for IDP to set userAuthenticated, authenticationMethod, reauthenticateOnOrAfter to lecp before (or when) building response envelope with lecp.build_authn_response_envelope_msg(). Did I overlook something?
* Added Python simulation for isPassive and corrected some simulation bugs.Emmanuel Raviart2004-08-061-3/+29
| | | | Added isPassive tests.
* Added new Python test. It works, but see bug #245.Emmanuel Raviart2004-08-061-5/+5
|
* Cleanly separated the new Python Lasso simulator from unit tests.Emmanuel Raviart2004-08-061-0/+243