Claudine Chiu | 0005a4d | 2016-05-25 12:13:43 -0400 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2016-present Open Networking Foundation |
Claudine Chiu | 0005a4d | 2016-05-25 12:13:43 -0400 | [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="vnets" description="ONOS vnets test"> |
| 17 | |
| 18 | <import file="${ONOS_SCENARIOS}/net-setup.xml"/> |
| 19 | |
Claudine Chiu | cc5f03e | 2016-07-14 17:09:04 -0400 | [diff] [blame] | 20 | <import file="${ONOS_SCENARIOS}/net-reactive-fwd.xml"/> |
| 21 | <dependency name="Net-Reactive-Fwd" requires="Net-Setup"/> |
| 22 | |
Claudine Chiu | 0005a4d | 2016-05-25 12:13:43 -0400 | [diff] [blame] | 23 | <import file="${ONOS_SCENARIOS}/net-setup-vnets.xml"/> |
Claudine Chiu | cc5f03e | 2016-07-14 17:09:04 -0400 | [diff] [blame] | 24 | <dependency name="Net-Setup-Vnets" requires="Net-Reactive-Fwd"/> |
Claudine Chiu | 0005a4d | 2016-05-25 12:13:43 -0400 | [diff] [blame] | 25 | |
| 26 | <import file="${ONOS_SCENARIOS}/net-teardown-vnets.xml"/> |
| 27 | <dependency name="Net-Teardown-Vnets" requires="Net-Setup-Vnets"/> |
| 28 | |
| 29 | <import file="${ONOS_SCENARIOS}/net-teardown.xml"/> |
| 30 | <dependency name="Net-Teardown" requires="Net-Teardown-Vnets"/> |
| 31 | |
| 32 | </scenario> |
| 33 | |