Adding check for failures at the end of the net-smoke.xml scenario.
Change-Id: Ib06c04944211e44143e883f09118a0bcec0527be
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -55,5 +55,10 @@ | ... | @@ -55,5 +55,10 @@ |
55 | ~Net-REST, | 55 | ~Net-REST, |
56 | ~Net-Create-Flows, | 56 | ~Net-Create-Flows, |
57 | ~Net-Topo"/> | 57 | ~Net-Topo"/> |
58 | + | ||
59 | + <parallel var="${OC#}"> | ||
60 | + <step name="Net-Smoke-Check-Logs-${#}" requires="~Net-Teardown" | ||
61 | + exec="onos-check-logs ${OC#}"/> | ||
62 | + </parallel> | ||
58 | </group> | 63 | </group> |
59 | </scenario> | 64 | </scenario> | ... | ... |
-
Please register or login to post a comment