blob: 1bd4421bef2ad54137692253525458e928fb554b [file] [log] [blame]
Thomas Vachuskaf9c84362015-04-15 11:20:45 -07001<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 ~ Copyright 2015-present Open Networking Foundation
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 Vachuskae76f6532015-07-08 09:40:53 -070019 <import file="${ONOS_SCENARIOS}/setup.xml"/>
Ray Milkey685e34d2016-09-01 12:01:09 -070020 <import file="${ONOS_SCENARIOS}/dist-test.xml"/>
Thomas Vachuska4d5310c2016-07-14 12:48:39 -070021 <import file="${ONOS_SCENARIOS}/smoke-internal.xml"/>
Thomas Vachuska743d2b72018-11-01 10:31:19 -070022 <import file="${ONOS_SCENARIOS}/app-reactivate.xml"/>
Ray Milkey86d1b0a2017-05-16 15:15:08 -070023 <import file="${ONOS_SCENARIOS}/yang-smoke.xml"/>
Thomas Vachuskaed1c8632017-08-09 15:40:07 -070024 <import file="${ONOS_SCENARIOS}/yang-live-compile.xml"/>
Ray Milkey685e34d2016-09-01 12:01:09 -070025
26 <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/>
Thomas Vachuskae76f6532015-07-08 09:40:53 -070027 <dependency name="Net-Smoke" requires="Setup"/>
Thomas Vachuska4d5310c2016-07-14 12:48:39 -070028 <dependency name="Drivers-Test" requires="Setup"/>
29 <dependency name="Meta-App" requires="Setup"/>
30 <dependency name="Netcfg" requires="Setup"/>
Ray Milkey685e34d2016-09-01 12:01:09 -070031 <dependency name="Distributed-Primitives" requires="Setup"/>
Thomas Vachuska743d2b72018-11-01 10:31:19 -070032 <dependency name="App-Reactivation" requires="Setup,~Distributed-Primitives"/>
Ray Milkey86d1b0a2017-05-16 15:15:08 -070033 <dependency name="YANG-Smoke" requires="Setup,~Distributed-Primitives"/>
Thomas Vachuskaed1c8632017-08-09 15:40:07 -070034 <dependency name="YANG-Live-Compile" requires="Setup,~YANG-Smoke"/>
Ray Milkey38809282016-07-07 14:36:23 -070035
Thomas Vachuskae76f6532015-07-08 09:40:53 -070036 <import file="${ONOS_SCENARIOS}/wrapup.xml"/>
Thomas Vachuskae3094a32017-08-29 16:35:02 -070037 <dependency name="Wrapup" requires="~Setup,~Net-Smoke,~App-Reactivation,~Drivers-Test,~Meta-App,~Netcfg,~YANG-Smoke,~YANG-Live-Compile"/>
Thomas Vachuskaf9c84362015-04-15 11:20:45 -070038</scenario>