Thomas Vachuska | f9c8436 | 2015-04-15 11:20:45 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2015-present Open Networking Foundation |
Thomas Vachuska | f9c8436 | 2015-04-15 11:20:45 -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 | --> |
Thomas Vachuska | 969d6bc | 2015-07-29 11:56:57 -0700 | [diff] [blame] | 16 | <scenario name="smoke" description="ONOS smoke test"> |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 17 | <import file="${ONOS_SCENARIOS}/prerequisites.xml"/> |
Thomas Vachuska | cb44e03 | 2016-03-01 13:25:30 -0800 | [diff] [blame] | 18 | <import file="${ONOS_SCENARIOS}/net-prerequisites.xml"/> |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 19 | <import file="${ONOS_SCENARIOS}/setup.xml"/> |
Ray Milkey | 9237067 | 2017-02-21 10:30:43 -0800 | [diff] [blame] | 20 | <import file="${ONOS_SCENARIOS}/maps-cli.xml"/> |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 21 | <import file="${ONOS_SCENARIOS}/dist-test.xml"/> |
Thomas Vachuska | 4d5310c | 2016-07-14 12:48:39 -0700 | [diff] [blame] | 22 | <import file="${ONOS_SCENARIOS}/smoke-internal.xml"/> |
Ray Milkey | 86d1b0a | 2017-05-16 15:15:08 -0700 | [diff] [blame] | 23 | <import file="${ONOS_SCENARIOS}/yang-smoke.xml"/> |
Thomas Vachuska | ed1c863 | 2017-08-09 15:40:07 -0700 | [diff] [blame] | 24 | <import file="${ONOS_SCENARIOS}/yang-live-compile.xml"/> |
Ray Milkey | a291879 | 2017-10-03 00:17:19 +0000 | [diff] [blame] | 25 | |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 26 | <dependency name="Setup" requires="Prerequisites,Net-Prerequisites"/> |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 27 | <dependency name="Net-Smoke" requires="Setup"/> |
Ray Milkey | 9237067 | 2017-02-21 10:30:43 -0800 | [diff] [blame] | 28 | <dependency name="Maps-Cli" requires="Setup"/> |
Thomas Vachuska | 4d5310c | 2016-07-14 12:48:39 -0700 | [diff] [blame] | 29 | <dependency name="Drivers-Test" requires="Setup"/> |
| 30 | <dependency name="Meta-App" requires="Setup"/> |
| 31 | <dependency name="Netcfg" requires="Setup"/> |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 32 | <dependency name="Distributed-Primitives" requires="Setup"/> |
Ray Milkey | 86d1b0a | 2017-05-16 15:15:08 -0700 | [diff] [blame] | 33 | <dependency name="YANG-Smoke" requires="Setup,~Distributed-Primitives"/> |
Thomas Vachuska | ed1c863 | 2017-08-09 15:40:07 -0700 | [diff] [blame] | 34 | <dependency name="YANG-Live-Compile" requires="Setup,~YANG-Smoke"/> |
Ray Milkey | 3880928 | 2016-07-07 14:36:23 -0700 | [diff] [blame] | 35 | |
Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 36 | <import file="${ONOS_SCENARIOS}/wrapup.xml"/> |
Ray Milkey | a291879 | 2017-10-03 00:17:19 +0000 | [diff] [blame] | 37 | <dependency name="Wrapup" requires="~Setup,~Net-Smoke,~Drivers-Test,~Meta-App,~Netcfg,~YANG-Smoke,~YANG-Live-Compile"/> |
Thomas Vachuska | f9c8436 | 2015-04-15 11:20:45 -0700 | [diff] [blame] | 38 | </scenario> |