blob: dccb9ab9528bcc97e36508305630a366ba89b764 [file] [log] [blame]
Ray Milkey955c4b82016-07-11 09:48:53 -07001<!--
Brian O'Connor0a4e6742016-09-15 23:03:10 -07002 ~ Copyright 2016-present Open Networking Laboratory
Ray Milkey955c4b82016-07-11 09:48:53 -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-deactivate-fwd" description="Deactivate forwarding apps">
17 <group name="Net-Deactivate-Fwd">
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070018 <step name="Deactivate-Fwd-Apps"
Ray Milkey955c4b82016-07-11 09:48:53 -070019 exec="onos ${OC1} app deactivate org.onosproject.fwd org.onosproject.ifwd"/>
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070020 <step name="Check-Fwd-Apps-Deactivated" requires="Deactivate-Fwd-Apps"
Ray Milkey955c4b82016-07-11 09:48:53 -070021 exec="onos-check-apps ${OC1} fwd,ifwd excludes"/>
22
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070023 <parallel var="${OTD#}">
24 <step name="Check-DFwd-Flows-${#}" requires="Check-Fwd-Apps-Deactivated"
25 exec="onos-check-ipv4-flows ${OC1} ${OTD#} not-present"/>
26 </parallel>
Ray Milkey955c4b82016-07-11 09:48:53 -070027 </group>
28</scenario>