Thomas Vachuska
Committed by Gerrit Code Review

Fixing archetypes scenario.

Change-Id: Id3af37f1a7cd7880e5eeffb09b2af5c0925f13ef
(cherry picked from commit 283a7856)
......@@ -78,7 +78,8 @@
exec="onos-app ${OCI} uninstall org.foo.app"/>
<parallel var="${OC#}">
<step name="Archetypes-Check-Logs-${#}" exec="onos-check-logs ${OC#}"/>
<step name="Archetypes-Check-Logs-${#}" requires="Uninstall-App"
exec="onos-check-logs ${OC#}"/>
</parallel>
</group>
</scenario>
......