andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 2 | ~ Copyright 2015-present Open Networking Foundation |
andrea | 669ada4 | 2015-10-21 09:03:50 -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 | |
| 17 | <scenario name="dist-test" |
| 18 | description="ONOS distributed primitives setup"> |
| 19 | <group name="Distributed-Primitives"> |
| 20 | |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 21 | <import file="${ONOS_SCENARIOS}/dist-setup.xml"/> |
Jon Hall | e8d06bf | 2017-03-14 13:25:53 -0700 | [diff] [blame] | 22 | <dependency name="Distributed-Primitives-Setup"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 23 | |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 24 | <group name="Distributed-Primitives-Internal" requires="Distributed-Primitives-Setup"> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 25 | |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 26 | <import file="${ONOS_SCENARIOS}/dist-map.xml"/> |
| 27 | <dependency name="Distributed-Primitive-Map"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 28 | |
Jordan Halterman | 063b882 | 2017-05-16 16:08:12 -0700 | [diff] [blame] | 29 | <import file="${ONOS_SCENARIOS}/dist-ec-map.xml"/> |
| 30 | <dependency name="Distributed-Primitive-Ec-Map"/> |
| 31 | |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 32 | <import file="${ONOS_SCENARIOS}/dist-value.xml"/> |
| 33 | <dependency name="Distributed-Primitive-Value"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 34 | |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 35 | <import file="${ONOS_SCENARIOS}/dist-counter.xml"/> |
| 36 | <dependency name="Distributed-Primitive-Counter"/> |
| 37 | |
| 38 | <import file="${ONOS_SCENARIOS}/dist-leader.xml"/> |
| 39 | <dependency name="Distributed-Primitive-Leader"/> |
| 40 | |
Jordan Halterman | 18dac85 | 2018-01-25 17:19:30 -0800 | [diff] [blame] | 41 | <import file="${ONOS_SCENARIOS}/dist-lock.xml"/> |
| 42 | <dependency name="Distributed-Primitive-Lock"/> |
| 43 | |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 44 | <import file="${ONOS_SCENARIOS}/dist-work-queue.xml"/> |
| 45 | <dependency name="Distributed-Primitive-WorkQueue"/> |
| 46 | |
| 47 | </group> |
| 48 | |
| 49 | <import file="${ONOS_SCENARIOS}/dist-teardown.xml"/> |
| 50 | <dependency name="Distributed-Primitives-Teardown" requires="Distributed-Primitives-Internal"/> |
Madan Jampani | d4684b4 | 2016-09-02 22:26:31 -0700 | [diff] [blame] | 51 | |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 52 | </group> |
Jon Hall | da9fd4a | 2017-02-16 14:23:38 -0800 | [diff] [blame] | 53 | |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 54 | </scenario> |
| 55 | |