commit | 20bbf78f3a8884a582fbacfd9f131480e1495ad6 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed Jul 06 11:42:27 2016 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Wed Jul 06 11:42:27 2016 -0700 |
tree | 2ce0197147d83bf8c23e3479dbfc6d1de2b8f6d9 | |
parent | 858f65b0081400ed824e189a554bfe5be7928c8b [diff] |
Adding check for failures at the end of the net-smoke.xml scenario. Change-Id: Ib06c04944211e44143e883f09118a0bcec0527be
diff --git a/tools/test/scenarios/net-smoke.xml b/tools/test/scenarios/net-smoke.xml index a297721..980a011 100644 --- a/tools/test/scenarios/net-smoke.xml +++ b/tools/test/scenarios/net-smoke.xml
@@ -55,5 +55,10 @@ ~Net-REST, ~Net-Create-Flows, ~Net-Topo"/> + + <parallel var="${OC#}"> + <step name="Net-Smoke-Check-Logs-${#}" requires="~Net-Teardown" + exec="onos-check-logs ${OC#}"/> + </parallel> </group> </scenario>