blob: 6786df7e57d62823d366eddde34b1e65aa4c2be6 [file] [log] [blame]
Thomas Vachuska18571b02015-05-31 22:30:06 -07001<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 ~ Copyright 2015-present Open Networking Foundation
Thomas Vachuska18571b02015-05-31 22:30:06 -07003 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16<scenario name="wrapup" description="ONOS test wrapup">
17 <group name="Wrapup">
Thomas Vachuskaa7be50d2018-04-16 14:02:18 -070018 <step name="Final-Diagnostics" exec="onos-diagnostics -n onos-stc-diags ${OCI}"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070019 <parallel var="${OC#}">
20 <step name="Final-Check-Logs-${#}" exec="onos-check-logs ${OC#}"/>
21 <step name="Fetch-Logs-${#}" exec="onos-fetch-logs ${OC#}"
22 cwd="${WORKSPACE}/tmp/stc" requires="~^"/>
23 </parallel>
Ray Milkey594add72016-11-15 14:36:26 -080024 <!-- FIXME Figure out how to handle a .m2 repo that exists before the test is run -->
25 <!-- <step name="Check-Maven-Repo" exec="ssh ${ONOS_USER}@${OC1} ls -l .m2 " env="!"/> -->
Thomas Vachuska18571b02015-05-31 22:30:06 -070026 </group>
27</scenario>