blob: 3cfe2c602e29bcda56c55b741ced344c55701988 [file] [log] [blame]
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -07001<!--
2 ~ Copyright 2015 Open Networking Laboratory
3 ~
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"/>
18
19 <import file="${ONOS_SCENARIOS}/setup.xml"/>
20 <dependency name="Setup" requires="Prerequisites"/>
21
22 <import file="${ONOS_SCENARIOS}/net-fast.xml"/>
23 <dependency name="Net-Fast" requires="Setup"/>
24
25 <import file="${ONOS_SCENARIOS}/archetypes.xml"/>
26 <dependency name="Archetypes" requires="Setup"/>
27
28 <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
29 <dependency name="Wrapup" requires="~Archetypes,~Setup,~Net-Fast"/>
30</scenario>