Ray Milkey | c05bd43 | 2019-01-14 09:50:16 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | ~ Copyright 2015-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 | <scenario name="smoke-trellis-hag" description="ONOS Trellis HAG smoke test"> |
| 17 | |
| 18 | <import file="${ONOS_SCENARIOS}/prerequisites.xml"/> |
| 19 | <import file="${ONOS_SCENARIOS}/net-prerequisites.xml"/> |
| 20 | <import file="${ONOS_SCENARIOS}/setup.xml"/> |
| 21 | |
| 22 | <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/> |
| 23 | |
| 24 | <import file="${ONOS_SCENARIOS}/net-trellis-hag-smoke.xml"/> |
| 25 | <dependency name="Net-Trellis-HAG-Setup" requires="Setup"/> |
| 26 | |
| 27 | <import file="${ONOS_SCENARIOS}/wrapup.xml"/> |
| 28 | <dependency name="Wrapup" requires="~Setup,~Net-Trellis-HAG-Setup"/> |
| 29 | |
| 30 | </scenario> |