Ray Milkey | 922db30 | 2018-04-02 08:54:51 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ~ Copyright 2018-present Open Networking Foundation |
| 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 | |
| 17 | |
| 18 | |
| 19 | <scenario name="net-trellis-hag-smoke" description="Trellis HAG network connectivity test steps"> |
| 20 | |
| 21 | <import file="${ONOS_SCENARIOS}/net-setup-trellis-hag.xml"/> |
| 22 | |
Ray Milkey | c05bd43 | 2019-01-14 09:50:16 -0800 | [diff] [blame] | 23 | <step name="Check-Summary" requires="Net-Trellis-HAG-Setup.Wait-For-Mininet" delay="15" |
Ray Milkey | 922db30 | 2018-04-02 08:54:51 -0700 | [diff] [blame] | 24 | exec="onos-check-summary ${OC1} [0-9]* 10 48 22"/> |
| 25 | |
| 26 | <import file="${ONOS_SCENARIOS}/net-trellis-hag-connectivity.xml"/> |
| 27 | <dependency name="Net-Trellis-HAG-Connectivity" requires="Check-Summary"/> |
| 28 | |
| 29 | <import file="${ONOS_SCENARIOS}/net-trellis-hag-links.xml"/> |
| 30 | <dependency name="Net-Trellis-HAG-Links" requires="Check-Summary"/> |
| 31 | |
| 32 | <import file="${ONOS_SCENARIOS}/net-trellis-hag-hosts.xml"/> |
| 33 | <dependency name="Net-Trellis-HAG-Hosts" requires="Check-Summary"/> |
| 34 | |
| 35 | <import file="${ONOS_SCENARIOS}/net-teardown.xml"/> |
| 36 | <dependency name="Net-Teardown" requires="~Net-Trellis-HAG-Connectivity,~Net-Trellis-HAG-Links,~Net-Trellis-HAG-Hosts"/> |
| 37 | |
| 38 | <parallel var="${OC#}"> |
| 39 | <step name="Net-Smoke-Check-Logs-${#}" requires="~Net-Teardown" |
| 40 | exec="onos-check-logs ${OC#}"/> |
| 41 | </parallel> |
| 42 | |
| 43 | </scenario> |