Skip to:
Some OpenSAML and IdP unit tests use an MDQ server instance hosted on shibboleth.net.
Look at options for eliminating this.
One option is to switch tests to use a public MDQ server, such as InCommon.
A second option is look at embedding an MDQ server in the relevant unit test suites, such as using @BeforeSuite and friends.
Done as described, using OSU entityID as test target.
Tests are just fetching a single EntityDescriptor, and checking against an expected entityID.
From call discussion, decision was to just switch to InCommon MDQ server for now, probably against the OSU entityID.
Some OpenSAML and IdP unit tests use an MDQ server instance hosted on shibboleth.net.
Look at options for eliminating this.
One option is to switch tests to use a public MDQ server, such as InCommon.
A second option is look at embedding an MDQ server in the relevant unit test suites, such as using @BeforeSuite and friends.