andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 2 | ~ Copyright 2015-present Open Networking Laboratory |
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 | |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 21 | <import file="${ONOS_SCENARIOS}/dist-map.xml"/> |
| 22 | <dependency name="Distributed-Primitive-Map" requires="Setup"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 23 | |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 24 | <import file="${ONOS_SCENARIOS}/dist-value.xml"/> |
| 25 | <dependency name="Distributed-Primitive-Value" requires="Distributed-Primitive-Map"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 26 | |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 27 | <import file="${ONOS_SCENARIOS}/dist-counter.xml"/> |
| 28 | <dependency name="Distributed-Primitive-Counter" requires="Distributed-Primitive-Value"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 29 | |
Ray Milkey | 685e34d | 2016-09-01 12:01:09 -0700 | [diff] [blame] | 30 | <import file="${ONOS_SCENARIOS}/dist-leader.xml"/> |
| 31 | <dependency name="Distributed-Primitive-Leader" requires="Distributed-Primitive-Counter"/> |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 32 | |
Madan Jampani | d4684b4 | 2016-09-02 22:26:31 -0700 | [diff] [blame] | 33 | <import file="${ONOS_SCENARIOS}/dist-work-queue.xml"/> |
| 34 | <dependency name="Distributed-Primitive-WorkQueue" requires="Distributed-Primitive-Leader"/> |
| 35 | |
andrea | 669ada4 | 2015-10-21 09:03:50 -0700 | [diff] [blame] | 36 | </group> |
| 37 | </scenario> |
| 38 | |