Fixed potential class pool override in integration tests.
[controller.git] / opendaylight / config / config-persister-directory-adapter / src / test / resources / oneFile / controller.config.txt
1 //MODULES START
2         <module>
3             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:schema-service-singleton</type>
4             <name>yang-schema-service</name>
5         </module>
6         <module>
7             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:hash-map-data-store</type>
8             <name>hash-map-data-store</name>
9         </module>
10         <module>
11             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:dom-broker-impl</type>
12             <name>dom-broker</name>
13             <data-store xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
14                 <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-data-store</type>
15                 <name>ref_hash-map-data-store</name>
16             </data-store>
17         </module>
18         <module>
19             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-broker-impl</type>
20             <name>binding-broker-impl</name>
21             <notification-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
22                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
23                 <name>ref_binding-notification-broker</name>
24             </notification-service>
25             <data-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
26                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
27                 <name>ref_binding-data-broker</name>
28             </data-broker>
29         </module>
30         <module>
31             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:runtime-generated-mapping</type>
32             <name>runtime-mapping-singleton</name>
33         </module>
34         <module>
35             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-notification-broker</type>
36             <name>binding-notification-broker</name>
37         </module>
38         <module>
39             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-data-broker</type>
40             <name>binding-data-broker</name>
41             <dom-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
42                 <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
43                 <name>ref_dom-broker</name>
44             </dom-broker>
45             <mapping-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
46                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding:binding-dom-mapping-service</type>
47                 <name>ref_runtime-mapping-singleton</name>
48             </mapping-service>
49         </module>
50 //SERVICES START
51         <service>
52             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
53             <instance>
54                 <name>ref_yang-schema-service</name>
55                 <provider>/config/modules/module[name='schema-service-singleton']/instance[name='yang-schema-service']</provider>
56             </instance>
57         </service>
58         <service>
59             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
60             <instance>
61                 <name>ref_binding-notification-broker</name>
62                 <provider>/config/modules/module[name='binding-notification-broker']/instance[name='binding-notification-broker']</provider>
63             </instance>
64         </service>
65         <service>
66             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-data-store</type>
67             <instance>
68                 <name>ref_hash-map-data-store</name>
69                 <provider>/config/modules/module[name='hash-map-data-store']/instance[name='hash-map-data-store']</provider>
70             </instance>
71         </service>
72         <service>
73             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
74             <instance>
75                 <name>ref_binding-broker-impl</name>
76                 <provider>/config/modules/module[name='binding-broker-impl']/instance[name='binding-broker-impl']</provider>
77             </instance>
78         </service>
79         <service>
80             <type xmlns:binding-impl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding-impl:binding-dom-mapping-service</type>
81             <instance>
82                 <name>ref_runtime-mapping-singleton</name>
83                 <provider>/config/modules/module[name='runtime-generated-mapping']/instance[name='runtime-mapping-singleton']</provider>
84             </instance>
85         </service>
86         <service>
87             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
88             <instance>
89                 <name>ref_dom-broker</name>
90                 <provider>/config/modules/module[name='dom-broker-impl']/instance[name='dom-broker']</provider>
91             </instance>
92         </service>
93         <service>
94             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
95             <instance>
96                 <name>ref_binding-data-broker</name>
97                 <provider>/config/modules/module[name='binding-data-broker']/instance[name='binding-data-broker']</provider>
98             </instance>
99         </service>
100 //CAPABILITIES START
101 urn:opendaylight:l2:types?module=opendaylight-l2-types&revision=2013-08-27
102 urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&revision=2013-10-28
103 urn:opendaylight:params:xml:ns:yang:controller:threadpool?module=threadpool&revision=2013-04-09
104 urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom?module=opendaylight-md-sal-dom&revision=2013-10-28
105 urn:opendaylight:params:xml:ns:yang:controller:config?module=config&revision=2013-04-05
106 urn:ietf:params:netconf:capability:candidate:1.0
107 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04
108 urn:opendaylight:params:xml:ns:yang:controller:netty:eventexecutor?module=netty-event-executor&revision=2013-11-12
109 urn:ietf:params:xml:ns:yang:rpc-context?module=rpc-context&revision=2013-06-17
110 urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl?module=opendaylight-sal-binding-broker-impl&revision=2013-10-28
111 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2010-09-24
112 urn:ietf:params:netconf:capability:rollback-on-error:1.0
113 urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2010-09-24
114 urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl?module=threadpool-impl&revision=2013-04-05
115 urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl?module=opendaylight-sal-dom-broker-impl&revision=2013-10-28
116 urn:opendaylight:params:xml:ns:yang:controller:logback:config?module=config-logging&revision=2013-07-16
117 urn:opendaylight:yang:extension:yang-ext?module=yang-ext&revision=2013-07-09
118 urn:opendaylight:params:xml:ns:yang:iana?module=iana&revision=2013-08-16
119 urn:opendaylight:params:xml:ns:yang:controller:md:sal:common?module=opendaylight-md-sal-common&revision=2013-10-28
120 urn:opendaylight:params:xml:ns:yang:ieee754?module=ieee754&revision=2013-08-19