blob: 6b3f9cb90a411b94fb69776811853a2d446440f9 [file] [log] [blame]
Ray Milkey955c4b82016-07-11 09:48:53 -07001<!--
2 ~ Copyright 2015-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="net-activate-fwd" description="Activate forwarding apps">
17 <group name="Net-Activate-Fwd">
18 <!-- TODO: parametrize this via recipes -->
19
20 <step name="Install-Fwd-Apps"
21 exec="onos ${OC1} app activate org.onosproject.openflow org.onosproject.proxyarp org.onosproject.fwd"/>
22 <step name="Check-Fwd-Apps" requires="Install-Fwd-Apps"
23 exec="onos-check-apps ${OC1} drivers,openflow,proxyarp,fwd includes"/>
24
25 <step name="Check-Fwd-Flows1" requires="Check-Fwd-Apps"
26 exec="onos-check-ipv4-flows ${OC1} of:0000000000000001 present"/>
27 <step name="Check-Fwd-Flows2" requires="Check-Fwd-Apps"
28 exec="onos-check-ipv4-flows ${OC1} of:0000000000000002 present"/>
29 <step name="Check-Fwd-Flows3" requires="Check-Fwd-Apps"
30 exec="onos-check-ipv4-flows ${OC1} of:0000000000000003 present"/>
31 <step name="Check-Fwd-Flows4" requires="Check-Fwd-Apps"
32 exec="onos-check-ipv4-flows ${OC1} of:0000000000000004 present"/>
33 <step name="Check-Fwd-Flows5" requires="Check-Fwd-Apps"
34 exec="onos-check-ipv4-flows ${OC1} of:0000000000000005 present"/>
35 <step name="Check-Fwd-Flows6" requires="Check-Fwd-Apps"
36 exec="onos-check-ipv4-flows ${OC1} of:0000000000000006 present"/>
37 <step name="Check-Fwd-Flows7" requires="Check-Fwd-Apps"
38 exec="onos-check-ipv4-flows ${OC1} of:0000000000000007 present"/>
39 <step name="Check-Fwd-Flows8" requires="Check-Fwd-Apps"
40 exec="onos-check-ipv4-flows ${OC1} of:0000000000000008 present"/>
41 <step name="Check-Fwd-Flows9" requires="Check-Fwd-Apps"
42 exec="onos-check-ipv4-flows ${OC1} of:0000000000000009 present"/>
43 <step name="Check-Fwd-Flowsa" requires="Check-Fwd-Apps"
44 exec="onos-check-ipv4-flows ${OC1} of:000000000000000a present"/>
45 <step name="Check-Fwd-Flowsb" requires="Check-Fwd-Apps"
46 exec="onos-check-ipv4-flows ${OC1} of:000000000000000b present"/>
47 <step name="Check-Fwd-Flowsc" requires="Check-Fwd-Apps"
48 exec="onos-check-ipv4-flows ${OC1} of:000000000000000c present"/>
49 <step name="Check-Fwd-Flowsd" requires="Check-Fwd-Apps"
50 exec="onos-check-ipv4-flows ${OC1} of:000000000000000d present"/>
51 <step name="Check-Fwd-Flowse" requires="Check-Fwd-Apps"
52 exec="onos-check-ipv4-flows ${OC1} of:000000000000000e present"/>
53 <step name="Check-Fwd-Flowsf" requires="Check-Fwd-Apps"
54 exec="onos-check-ipv4-flows ${OC1} of:000000000000000f present"/>
55 <step name="Check-Fwd-Flows10" requires="Check-Fwd-Apps"
56 exec="onos-check-ipv4-flows ${OC1} of:0000000000000010 present"/>
57 <step name="Check-Fwd-Flows11" requires="Check-Fwd-Apps"
58 exec="onos-check-ipv4-flows ${OC1} of:0000000000000011 present"/>
59 <step name="Check-Fwd-Flows12" requires="Check-Fwd-Apps"
60 exec="onos-check-ipv4-flows ${OC1} of:0000000000000012 present"/>
61 <step name="Check-Fwd-Flows13" requires="Check-Fwd-Apps"
62 exec="onos-check-ipv4-flows ${OC1} of:0000000000000013 present"/>
63 <step name="Check-Fwd-Flows14" requires="Check-Fwd-Apps"
64 exec="onos-check-ipv4-flows ${OC1} of:0000000000000014 present"/>
65 <step name="Check-Fwd-Flows15" requires="Check-Fwd-Apps"
66 exec="onos-check-ipv4-flows ${OC1} of:0000000000000015 present"/>
67 <step name="Check-Fwd-Flows16" requires="Check-Fwd-Apps"
68 exec="onos-check-ipv4-flows ${OC1} of:0000000000000016 present"/>
69 <step name="Check-Fwd-Flows17" requires="Check-Fwd-Apps"
70 exec="onos-check-ipv4-flows ${OC1} of:0000000000000017 present"/>
71 <step name="Check-Fwd-Flows18" requires="Check-Fwd-Apps"
72 exec="onos-check-ipv4-flows ${OC1} of:0000000000000018 present"/>
73 <step name="Check-Fwd-Flows19" requires="Check-Fwd-Apps"
74 exec="onos-check-ipv4-flows ${OC1} of:0000000000000019 present"/>
75 </group>
76</scenario>