blob: 9c2f0684fe6a04891f2555d126f985f698299fee [file] [log] [blame]
andrea669ada42015-10-21 09:03:50 -07001<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 ~ Copyright 2015-present Open Networking Laboratory
andrea669ada42015-10-21 09:03:50 -07003 ~
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 Milkey685e34d2016-09-01 12:01:09 -070021 <import file="${ONOS_SCENARIOS}/dist-map.xml"/>
22 <dependency name="Distributed-Primitive-Map" requires="Setup"/>
andrea669ada42015-10-21 09:03:50 -070023
Ray Milkey685e34d2016-09-01 12:01:09 -070024 <import file="${ONOS_SCENARIOS}/dist-value.xml"/>
25 <dependency name="Distributed-Primitive-Value" requires="Distributed-Primitive-Map"/>
andrea669ada42015-10-21 09:03:50 -070026
Ray Milkey685e34d2016-09-01 12:01:09 -070027 <import file="${ONOS_SCENARIOS}/dist-counter.xml"/>
28 <dependency name="Distributed-Primitive-Counter" requires="Distributed-Primitive-Value"/>
andrea669ada42015-10-21 09:03:50 -070029
Ray Milkey685e34d2016-09-01 12:01:09 -070030 <import file="${ONOS_SCENARIOS}/dist-leader.xml"/>
31 <dependency name="Distributed-Primitive-Leader" requires="Distributed-Primitive-Counter"/>
andrea669ada42015-10-21 09:03:50 -070032
Madan Jampanid4684b42016-09-02 22:26:31 -070033 <import file="${ONOS_SCENARIOS}/dist-work-queue.xml"/>
34 <dependency name="Distributed-Primitive-WorkQueue" requires="Distributed-Primitive-Leader"/>
35
andrea669ada42015-10-21 09:03:50 -070036 </group>
37</scenario>
38