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