Changed name of test drivers
This commit is contained in:
2
setup.py
2
setup.py
@@ -38,5 +38,5 @@ setup(
|
|||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
"mako"],
|
"mako"],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
scripts=["script/saml2c.py", "script/saml2i.py"]
|
scripts=["script/idp_testdrv.py", "script/sp_testdrv.py"]
|
||||||
)
|
)
|
@@ -172,7 +172,7 @@ OPERATIONS = {
|
|||||||
"sequence": [(Login, AuthnRequest, AuthnResponse, None)],
|
"sequence": [(Login, AuthnRequest, AuthnResponse, None)],
|
||||||
"tests": {"pre": [], "post": []}
|
"tests": {"pre": [], "post": []}
|
||||||
},
|
},
|
||||||
'verify': {
|
'FL02': {
|
||||||
"name": 'Verify various aspects of the generated AuthnRequest message',
|
"name": 'Verify various aspects of the generated AuthnRequest message',
|
||||||
"descr": 'Basic Login test',
|
"descr": 'Basic Login test',
|
||||||
"sequence": [],
|
"sequence": [],
|
||||||
|
@@ -7,7 +7,7 @@ import json
|
|||||||
|
|
||||||
BASE = "http://localhost:8088"
|
BASE = "http://localhost:8088"
|
||||||
|
|
||||||
metadata = open("./idp/idp.xml").read()
|
metadata = open("idp_test/idp.xml").read()
|
||||||
|
|
||||||
info = {
|
info = {
|
||||||
"entity_id": "%s/idp.xml" % BASE,
|
"entity_id": "%s/idp.xml" % BASE,
|
||||||
|
Reference in New Issue
Block a user