Skip to content

Commit

Permalink
Verify a couple of select MDQ entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Oct 26, 2016
1 parent db6d974 commit 289c3e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<property name="md.dist.host1.name" value="md1.infr.ukfederation.org.uk"/>
<property name="md.dist.host2.name" value="md2.infr.ukfederation.org.uk"/>
<property name="md.dist.host3.name" value="md3.infr.ukfederation.org.uk"/>
<property name="mdq.dist.name" value="mdq.ukfederation.org.uk"/>
<property name="md.dist.path.name" value="/"/>

<!--
Expand Down Expand Up @@ -580,6 +581,7 @@
publish.md,
publish.otherfiles,
samlmd.aggregates.verify.remote,
samlmd.mdq.verify.remote,
azure.purgecdn,
lock.unlock,
git.data.masterbranch.checkout,
Expand Down Expand Up @@ -1293,6 +1295,16 @@
<echo>Verification completed.</echo>
</target>

<!--
Verify a few select mdq files held on the master distribution site.
-->
<target name="samlmd.mdq.verify.remote">
<echo>Verifying MDQ held at ${mdq.dist.name}</echo>
<VFY.remote i="http://${mdq.dist.name}/entities/https%3A%2F%2Ftest-idp.ukfederation.org.uk%2Fidp%2Fshibboleth"/>
<VFY.remote i="http://${mdq.dist.name}/entities/https%3A%2F%2Ftest.ukfederation.org.uk%2Fentity"/>
</target>


<!--
*************************************************
*** ***
Expand Down
3 changes: 2 additions & 1 deletion preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ md.dist.host3.name=md3-test.infr.ukfederation.org.uk
md.dist.path.name=/

#
# Preprod MDQ cache is a different file
# Preprod MDQ cache is a different file published at a different hostname
#
mdq.dist.name=mdq-test.ukfederation.org.uk
mdq.cache=mdqcache-test.tar.gz

0 comments on commit 289c3e3

Please sign in to comment.