fixing pep8 problems for test verify tox job
[integration/test.git] / csit / suites / topoprocessing / configuration.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
3
4     This program and the accompanying materials are made available under the
5     terms of the Eclipse Public License v1.0 which accompanies this distribution,
6     and is available at http://www.eclipse.org/legal/epl-v10.html-->
7 <snapshot>
8     <required-capabilities>
9         <!-- topoprocessing -->
10         <capability>urn:opendaylight:params:xml:ns:yang:topoprocessing:provider?module=topoprocessing-provider&amp;revision=2015-02-09</capability>
11         <capability>urn:opendaylight:params:xml:ns:yang:topoprocessing:provider:impl?module=topoprocessing-provider-impl&amp;revision=2015-02-09</capability>
12         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom?module=opendaylight-md-sal-dom&amp;revision=2013-10-28</capability>
13     </required-capabilities>
14     <configuration>
15
16         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
17             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
18                 <module>
19                     <type xmlns:topo="urn:opendaylight:params:xml:ns:yang:topoprocessing:provider:impl">topo:topoprocessing-provider-impl</type>
20                     <name>topoprocessing-provider-module</name>
21                     <datastore-type>CONFIGURATION</datastore-type>
22                     <schema-service>
23                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
24                         <name>yang-schema-service</name>
25                     </schema-service>
26                     <dom-data-broker>
27                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-async-data-broker</type>
28                         <name>pingpong-broker</name>
29                         <!-- <name>inmemory-data-broker</name> -->
30                     </dom-data-broker>
31                     <binding-normalized-node-serializer>
32                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-normalized-node-serializer</type>
33                         <name>runtime-mapping-singleton</name>
34                     </binding-normalized-node-serializer>
35                     <broker>
36                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
37                         <name>dom-broker</name>
38                     </broker>
39                 </module>
40             </modules>
41
42             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
43                 <service>
44                     <type xmlns:topo="urn:opendaylight:params:xml:ns:yang:topoprocessing:provider">topo:topoprocessing-provider</type>
45                     <instance>
46                         <name>topoprocessing-provider</name>
47                         <provider>/modules/module[type='topoprocessing-provider-impl'][name='topoprocessing-provider-module']</provider>
48                     </instance>
49                 </service>
50             </services>
51         </data>
52
53     </configuration>
54 </snapshot>