summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-03-29 10:37:42 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-03-29 10:37:42 +0100
commitb1121217f3d8afc4abe0c98554b72eca354d1b90 (patch)
treed6b1ccdcb785152f9fd8f664d08eac9c1d2c0645 /script
parent1e161d0d1cc37ff90feb028d4365f48bb69e6ed6 (diff)
downloadpysaml2-b1121217f3d8afc4abe0c98554b72eca354d1b90.tar.gz
Worked on the SP test part.
Diffstat (limited to 'script')
-rwxr-xr-xscript/saml2i.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/script/saml2i.py b/script/saml2i.py
new file mode 100755
index 00000000..14f94303
--- /dev/null
+++ b/script/saml2i.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+__author__ = 'rohe0002'
+
+from sp_test import tests
+from sp_test import Client
+from sp_test.check import factory
+
+cli = Client(tests, factory)
+cli.run() \ No newline at end of file