Skip to content

Commit

Permalink
Add a target to run all of the import flows as a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 12, 2011
1 parent 150e12d commit d9c4c07
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,34 @@
<target name="flow.int_edugain.testImport">
<CHANNEL.do channel="int_edugain" verb="testImport"/>
</target>

<target name="flow.test.all">
<CHANNEL.import channel="at_aconet"/>
<CHANNEL.import channel="au_aaf"/>
<CHANNEL.import channel="ca_caf"/>
<CHANNEL.import channel="ch_switchaai"/>
<CHANNEL.import channel="cz_eduid"/>
<CHANNEL.import channel="de_dfnaai"/>
<CHANNEL.import channel="dk_wayf"/>
<CHANNEL.import channel="es_sir"/>
<CHANNEL.import channel="eu_clarin"/>
<CHANNEL.import channel="fi_haka"/>
<CHANNEL.import channel="fr_renater"/>
<CHANNEL.import channel="gr_grnet"/>
<CHANNEL.import channel="hu_eduid"/>
<CHANNEL.import channel="ie_edugate"/>
<CHANNEL.import channel="int_edugain"/>
<CHANNEL.do channel="int_edugain" verb="testImport"/>
<CHANNEL.import channel="it_idem"/>
<CHANNEL.import channel="jp_gakunin"/>
<CHANNEL.import channel="lv_laife"/>
<CHANNEL.import channel="nl_surfnet"/>
<CHANNEL.import channel="no_feide"/>
<CHANNEL.import channel="se_swamid"/>
<CHANNEL.import channel="si_arnes"/>
<CHANNEL.import channel="uk_eduserv"/>
<CHANNEL.import channel="us_incommon"/>
</target>

<!--
*************************************************
Expand Down

0 comments on commit d9c4c07

Please sign in to comment.