blob: 70cd1ce5c284b5e7cb48fd0e12ce093ec9a96018 [file] [log] [blame]
Thomas Vachuskaf9c84362015-04-15 11:20:45 -07001<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 ~ Copyright 2015-present Open Networking Laboratory
Thomas Vachuskaf9c84362015-04-15 11:20:45 -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 Vachuska969d6bc2015-07-29 11:56:57 -070016<scenario name="smoke" description="ONOS smoke test">
Thomas Vachuskae76f6532015-07-08 09:40:53 -070017 <import file="${ONOS_SCENARIOS}/prerequisites.xml"/>
Thomas Vachuskacb44e032016-03-01 13:25:30 -080018 <import file="${ONOS_SCENARIOS}/net-prerequisites.xml"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070019
Thomas Vachuskae76f6532015-07-08 09:40:53 -070020 <import file="${ONOS_SCENARIOS}/setup.xml"/>
Thomas Vachuskacb44e032016-03-01 13:25:30 -080021 <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070022
Thomas Vachuskae76f6532015-07-08 09:40:53 -070023 <import file="${ONOS_SCENARIOS}/net-smoke.xml"/>
24 <dependency name="Net-Smoke" requires="Setup"/>
Thomas Vachuska0a4c2702015-07-06 08:43:41 -070025
Thomas Vachuska32faf2b2016-07-05 16:19:01 -070026 <import file="${ONOS_SCENARIOS}/meta-apps-test.xml"/>
27 <dependency name="Meta-App" requires="Setup,~Net-Smoke"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070028
Thomas Vachuska32faf2b2016-07-05 16:19:01 -070029 <import file="${ONOS_SCENARIOS}/archetypes.xml"/>
30 <dependency name="Archetypes" requires="Setup,~Net-Smoke"/>
Ray Milkeyb0ade292016-03-08 08:42:11 -080031
Ray Milkeya0f983b2016-06-23 19:39:55 -070032 <import file="${ONOS_SCENARIOS}/netcfg.xml"/>
Thomas Vachuska32faf2b2016-07-05 16:19:01 -070033 <dependency name="Netcfg" requires="Setup,~Meta-App"/>
34
35 <import file="${ONOS_SCENARIOS}/drivers-test.xml"/>
36 <dependency name="Drivers-Test" requires="Setup,~Net-Smoke,~Archetypes"/>
Ray Milkeya0f983b2016-06-23 19:39:55 -070037
Thomas Vachuskae76f6532015-07-08 09:40:53 -070038 <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
Thomas Vachuska32faf2b2016-07-05 16:19:01 -070039 <dependency name="Wrapup" requires="~Archetypes,~Setup,~Net-Smoke,~Drivers-Test,~Meta-App,~Netcfg"/>
Thomas Vachuskaf9c84362015-04-15 11:20:45 -070040</scenario>