blob: 7386a93b82d4b5c9ac654c173a9de0ac3201e707 [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
Jon Hallda9fd4a2017-02-16 14:23:38 -080021 <import file="${ONOS_SCENARIOS}/dist-setup.xml"/>
Jon Halle8d06bf2017-03-14 13:25:53 -070022 <dependency name="Distributed-Primitives-Setup"/>
andrea669ada42015-10-21 09:03:50 -070023
Jon Hallda9fd4a2017-02-16 14:23:38 -080024 <group name="Distributed-Primitives-Internal" requires="Distributed-Primitives-Setup">
andrea669ada42015-10-21 09:03:50 -070025
Jon Hallda9fd4a2017-02-16 14:23:38 -080026 <import file="${ONOS_SCENARIOS}/dist-map.xml"/>
27 <dependency name="Distributed-Primitive-Map"/>
andrea669ada42015-10-21 09:03:50 -070028
Jon Hallda9fd4a2017-02-16 14:23:38 -080029 <import file="${ONOS_SCENARIOS}/dist-value.xml"/>
30 <dependency name="Distributed-Primitive-Value"/>
andrea669ada42015-10-21 09:03:50 -070031
Jon Hallda9fd4a2017-02-16 14:23:38 -080032 <import file="${ONOS_SCENARIOS}/dist-counter.xml"/>
33 <dependency name="Distributed-Primitive-Counter"/>
34
35 <import file="${ONOS_SCENARIOS}/dist-leader.xml"/>
36 <dependency name="Distributed-Primitive-Leader"/>
37
38 <import file="${ONOS_SCENARIOS}/dist-work-queue.xml"/>
39 <dependency name="Distributed-Primitive-WorkQueue"/>
40
41 </group>
42
43 <import file="${ONOS_SCENARIOS}/dist-teardown.xml"/>
44 <dependency name="Distributed-Primitives-Teardown" requires="Distributed-Primitives-Internal"/>
Madan Jampanid4684b42016-09-02 22:26:31 -070045
andrea669ada42015-10-21 09:03:50 -070046 </group>
Jon Hallda9fd4a2017-02-16 14:23:38 -080047
andrea669ada42015-10-21 09:03:50 -070048</scenario>
49