Ray Milkey | 955c4b8 | 2016-07-11 09:48:53 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2016-present Open Networking Foundation |
Ray Milkey | 955c4b8 | 2016-07-11 09:48:53 -0700 | [diff] [blame] | 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"> |
Thomas Vachuska | cc0b7d6 | 2016-07-12 14:03:11 -0700 | [diff] [blame] | 18 | <step name="Activate-Fwd-Apps" |
Ray Milkey | 955c4b8 | 2016-07-11 09:48:53 -0700 | [diff] [blame] | 19 | exec="onos ${OC1} app activate org.onosproject.openflow org.onosproject.proxyarp org.onosproject.fwd"/> |
Jon Hall | 880b4e5 | 2017-02-16 16:13:38 -0800 | [diff] [blame] | 20 | <group name="Check-Fwd-Apps-Activated" |
| 21 | requires="Activate-Fwd-Apps"> |
| 22 | <parallel var="${OC#}"> |
| 23 | <step name="Check-Fwd-Apps-Activated-${#}" |
Sean Condon | bf7ff4f | 2019-03-17 16:18:42 +0000 | [diff] [blame] | 24 | exec="onos-check-apps ${#} gui,drivers,openflow,proxyarp,fwd includes"/> |
Jon Hall | 880b4e5 | 2017-02-16 16:13:38 -0800 | [diff] [blame] | 25 | </parallel> |
| 26 | </group> |
Ray Milkey | 955c4b8 | 2016-07-11 09:48:53 -0700 | [diff] [blame] | 27 | |
Thomas Vachuska | cc0b7d6 | 2016-07-12 14:03:11 -0700 | [diff] [blame] | 28 | <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 Milkey | 955c4b8 | 2016-07-11 09:48:53 -0700 | [diff] [blame] | 32 | </group> |
| 33 | </scenario> |