blob: 6786f05f86c0ea35405896a313fec0759570b78b [file] [log] [blame]
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -07001<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 ~ Copyright 2015-present Open Networking Foundation
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -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 -->
Thomas Vachuska40e63e62015-10-13 16:16:20 -070016<scenario name="fast" description="ONOS fast smoke test">
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -070017 <import file="${ONOS_SCENARIOS}/prerequisites.xml"/>
Thomas Vachuskacb44e032016-03-01 13:25:30 -080018 <import file="${ONOS_SCENARIOS}/net-prerequisites.xml"/>
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -070019
20 <import file="${ONOS_SCENARIOS}/setup.xml"/>
Thomas Vachuskacb44e032016-03-01 13:25:30 -080021 <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/>
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -070022
23 <import file="${ONOS_SCENARIOS}/net-fast.xml"/>
24 <dependency name="Net-Fast" requires="Setup"/>
25
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -070026 <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
Thomas Vachuska9ac244b2017-03-20 16:03:33 -070027 <dependency name="Wrapup" requires="Prerequisites,~Setup,~Net-Fast"/>
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -070028</scenario>