Fixing archetypes scenario.
Change-Id: Id3af37f1a7cd7880e5eeffb09b2af5c0925f13ef
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -78,7 +78,8 @@ | ... | @@ -78,7 +78,8 @@ |
78 | exec="onos-app ${OCI} uninstall org.foo.app"/> | 78 | exec="onos-app ${OCI} uninstall org.foo.app"/> |
79 | 79 | ||
80 | <parallel var="${OC#}"> | 80 | <parallel var="${OC#}"> |
81 | - <step name="Archetypes-Check-Logs-${#}" exec="onos-check-logs ${OC#}"/> | 81 | + <step name="Archetypes-Check-Logs-${#}" requires="Uninstall-App" |
82 | + exec="onos-check-logs ${OC#}"/> | ||
82 | </parallel> | 83 | </parallel> |
83 | </group> | 84 | </group> |
84 | </scenario> | 85 | </scenario> | ... | ... |
-
Please register or login to post a comment