summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-03-21 17:47:48 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-03-21 17:47:48 +0000
commitf4d3e6e877a67ad4580e8f5e01fa98e98117e458 (patch)
treed1d7bda8c278e4a7ffdbafb827da0dd7eb937667 /tests/integration
parent77a09ee94054d54fb77d04a72425892c52aa9adb (diff)
downloadlasso-f4d3e6e877a67ad4580e8f5e01fa98e98117e458.tar.gz
lasso-f4d3e6e877a67ad4580e8f5e01fa98e98117e458.tar.xz
lasso-f4d3e6e877a67ad4580e8f5e01fa98e98117e458.zip
added sso with ispassive check
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/saml2/test_01_sso.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/integration/saml2/test_01_sso.py b/tests/integration/saml2/test_01_sso.py
index 8df84662..6efe8a56 100644
--- a/tests/integration/saml2/test_01_sso.py
+++ b/tests/integration/saml2/test_01_sso.py
@@ -40,3 +40,14 @@ url http://localhost:10002
find 'Logged in'
''')
+def test_sso_ispassive():
+ twill.commands.reset_browser()
+ twill.execute_string('''
+go http://localhost:10002
+fv 1 is_passive true
+submit
+url http://localhost:10002
+find 'Unknown authentication failure'
+''')
+
+