blob: 8114b5e1336f329c5bf2b60c4421ea9b28d704e1 [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-activate-fwd" description="Activate forwarding apps">
17 <group name="Net-Activate-Fwd">
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070018 <step name="Activate-Fwd-Apps"
Ray Milkey955c4b82016-07-11 09:48:53 -070019 exec="onos ${OC1} app activate org.onosproject.openflow org.onosproject.proxyarp org.onosproject.fwd"/>
Jon Hall880b4e52017-02-16 16:13:38 -080020 <group name="Check-Fwd-Apps-Activated"
21 requires="Activate-Fwd-Apps">
22 <parallel var="${OC#}">
23 <step name="Check-Fwd-Apps-Activated-${#}"
24 exec="onos-check-apps ${#} drivers,openflow,proxyarp,fwd includes"/>
25 </parallel>
26 </group>
Ray Milkey955c4b82016-07-11 09:48:53 -070027
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -070028 <parallel var="${OTD#}">
29 <step name="Check-Fwd-Flows-${#}" requires="Check-Fwd-Apps-Activated"
30 exec="onos-check-ipv4-flows ${OC1} ${OTD#} present"/>
31 </parallel>
Ray Milkey955c4b82016-07-11 09:48:53 -070032 </group>
33</scenario>