blob: 9d979a878024af41581d83076400e10eb1faf230 [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"/>
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
26 <import file="${ONOS_SCENARIOS}/archetypes.xml"/>
27 <dependency name="Archetypes" requires="Setup"/>
28
29 <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
Thomas Vachuska54316c22015-11-04 14:02:02 -080030 <dependency name="Wrapup" requires="Prerequisites,~Archetypes,~Setup,~Net-Fast"/>
Thomas Vachuskae5ab5f72015-10-13 11:55:52 -070031</scenario>