blob: 57ec4efb31ab4364bfc66a9b79447c5a52b49b44 [file] [log] [blame]
Claudine Chiu0005a4d2016-05-25 12:13:43 -04001<!--
2 ~ Copyright 2016-present 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="vnets" description="ONOS vnets test">
17
18 <import file="${ONOS_SCENARIOS}/net-setup.xml"/>
19
Claudine Chiucc5f03e2016-07-14 17:09:04 -040020 <import file="${ONOS_SCENARIOS}/net-reactive-fwd.xml"/>
21 <dependency name="Net-Reactive-Fwd" requires="Net-Setup"/>
22
Claudine Chiu0005a4d2016-05-25 12:13:43 -040023 <import file="${ONOS_SCENARIOS}/net-setup-vnets.xml"/>
Claudine Chiucc5f03e2016-07-14 17:09:04 -040024 <dependency name="Net-Setup-Vnets" requires="Net-Reactive-Fwd"/>
Claudine Chiu0005a4d2016-05-25 12:13:43 -040025
26 <import file="${ONOS_SCENARIOS}/net-teardown-vnets.xml"/>
27 <dependency name="Net-Teardown-Vnets" requires="Net-Setup-Vnets"/>
28
29 <import file="${ONOS_SCENARIOS}/net-teardown.xml"/>
30 <dependency name="Net-Teardown" requires="Net-Teardown-Vnets"/>
31
32</scenario>
33