Skip to content

Commit

Permalink
Remove handling of old-style eduGAIN test aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#201.
  • Loading branch information
iay committed Dec 2, 2019
1 parent 40e2162 commit f82b969
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
4 changes: 0 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2328,10 +2328,6 @@
<CHANNEL.import channel="${channel}"/>
</target>

<target name="flow.int_edugain.testImport">
<CHANNEL.do channel="int_edugain" verb="importTest"/>
</target>

<!--
flow.verify.cobweb
Expand Down
47 changes: 0 additions & 47 deletions mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<bean id="int_edugain_productionAggregate_url" parent="String">
<constructor-arg value="https://mds.edugain.org/edugain-v1.xml"/>
</bean>
<!-- test aggregate -->
<bean id="int_edugain_testAggregate_url" parent="String">
<constructor-arg value="http://mds-test.edugain.org"/>
</bean>

<!--
Fetches the eduGAIN production aggregate.
Expand All @@ -43,19 +39,6 @@
</property>
</bean>

<!--
Fetch the eduGAIN test aggregate.
-->
<bean id="int_edugain_testAggregate" parent="mda.DOMResourceSourceStage">
<property name="parserPool" ref="parserPool"/>
<property name="DOMResource">
<bean parent="HTTPResource">
<constructor-arg name="client" ref="httpClient"/>
<constructor-arg name="url" ref="int_edugain_testAggregate_url"/>
</bean>
</property>
</bean>

<!--
eduGAIN signing certificate.
-->
Expand Down Expand Up @@ -106,34 +89,4 @@
</property>
</bean>

<!--
Fetch the test entities as a collection.
-->
<bean id="int_edugain_testEntities" parent="mda.CompositeStage">
<property name="composedStages">
<list>
<ref bean="int_edugain_testAggregate"/>

<!--
Check for fatal errors at the aggregate level:
missing or expired validUntil attribute
invalid signature
-->
<ref bean="check_validUntil"/>
<ref bean="int_edugain_checkSignature"/>
<ref bean="errorTerminatingFilter"/>

<ref bean="disassemble"/>

<ref bean="int_edugain_removeBlacklistedEntities"/>

<!--
All eduGAIN entities should have mdrpi:RegistrationInfo elements, but
we can't check the actual values.
-->
<ref bean="check_hasreginfo"/>
</list>
</property>
</bean>

</beans>
12 changes: 0 additions & 12 deletions mdx/int_edugain/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@
</property>
</bean>

<bean id="importTest" parent="mda.SimplePipeline">
<property name="stages">
<list>
<ref bean="int_edugain_testEntities"/>
<ref bean="standardImportActions"/>
<ref bean="edugainPolicy"/>
<ref bean="standardImportTail"/>
<ref bean="serializeImported"/>
</list>
</property>
</bean>

<!--
verify
Expand Down

0 comments on commit f82b969

Please sign in to comment.