blob: fe439b72a53276589b3ad6de36026af96e7cd137 [file] [log] [blame]
Ray Milkey32715622016-07-12 10:15:55 -07001<!--
Brian O'Connor0a4e6742016-09-15 23:03:10 -07002 ~ Copyright 2016-present Open Networking Laboratory
Ray Milkey32715622016-07-12 10:15:55 -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 -->
16<scenario name="net-reactive-fwd" description="Network reactive forwarding test">
Ray Milkey32715622016-07-12 10:15:55 -070017 <group name="Net-Reactive-Fwd">
18 <import file="${ONOS_SCENARIOS}/net-activate-fwd.xml" namespace="Net-Reactive-Fwd"/>
Ray Milkey32715622016-07-12 10:15:55 -070019
20 <import file="${ONOS_SCENARIOS}/net-pingall.xml" namespace="Net-Reactive-Fwd"/>
21 <dependency name="Net-Reactive-Fwd.Net-Pingall" requires="Net-Reactive-Fwd.Net-Activate-Fwd"/>
22
23 <import file="${ONOS_SCENARIOS}/net-link-down-up.xml" namespace="Net-Reactive-Fwd"/>
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070024 <dependency name="Net-Reactive-Fwd.Net-Link-Down-Up" requires="~Net-Reactive-Fwd.Net-Pingall"/>
Ray Milkey32715622016-07-12 10:15:55 -070025
26 <import file="${ONOS_SCENARIOS}/net-deactivate-fwd.xml" namespace="Net-Reactive-Fwd"/>
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070027 <dependency name="Net-Reactive-Fwd.Net-Deactivate-Fwd" requires="~Net-Reactive-Fwd.Net-Link-Down-Up"/>
Ray Milkey32715622016-07-12 10:15:55 -070028 </group>
29</scenario>