blob: 27818ee7b66b7504e32c6c238ef6ea397a402eb4 [file] [log] [blame]
Thomas Vachuskaf9c84362015-04-15 11:20:45 -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 -->
16<scenario name="smoke-test" description="ONOS smoke test">
17 <import file="${ONOS_ROOT}/tools/test/scenarios/prerequisites.xml"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070018
Thomas Vachuskaf9c84362015-04-15 11:20:45 -070019 <import file="${ONOS_ROOT}/tools/test/scenarios/setup.xml"/>
20 <dependency name="Setup" requires="Prerequisites"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070021
Thomas Vachuska0a4c2702015-07-06 08:43:41 -070022 <import file="${ONOS_ROOT}/tools/test/scenarios/basic-net.xml"/>
23 <dependency name="Basic-Net" requires="Setup"/>
24
Thomas Vachuska18571b02015-05-31 22:30:06 -070025 <import file="${ONOS_ROOT}/tools/test/scenarios/archetypes.xml"/>
Thomas Vachuska0a4c2702015-07-06 08:43:41 -070026 <dependency name="Archetypes" requires="~Basic-Net,Setup"/>
Thomas Vachuska18571b02015-05-31 22:30:06 -070027
28 <import file="${ONOS_ROOT}/tools/test/scenarios/wrapup.xml"/>
Thomas Vachuska0a4c2702015-07-06 08:43:41 -070029 <dependency name="Wrapup" requires="~Archetypes,~Setup,~Basic-Net"/>
Thomas Vachuskaf9c84362015-04-15 11:20:45 -070030</scenario>