Bug 8303: BP odl:clustered-app-config initial/*-config.xml testability
authorMichael Vorburger <vorburger@redhat.com>
Tue, 25 Apr 2017 22:32:15 +0000 (00:32 +0200)
committerRobert Varga <nite@hq.sk>
Sun, 30 Apr 2017 14:39:39 +0000 (14:39 +0000)
commitaa3fa422282f01c4b90cb4cf727bac212e37b875
treea403c45ddf0be9480e4e67e3aa1ed982b59af89d
parentc3b971eee7d2be72b7eeb81134c35069d8fb77c0
Bug 8303: BP odl:clustered-app-config initial/*-config.xml testability

DataStoreAppConfigDefaultXMLReaderTest illustrates usage.

Change-Id: I342fca4583c90802238e63262871e33b4b713438
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
pom.xml
src/main/java/org/opendaylight/controller/blueprint/ext/BindingContext.java [new file with mode: 0644]
src/main/java/org/opendaylight/controller/blueprint/ext/ConfigXMLReaderException.java [new file with mode: 0644]
src/main/java/org/opendaylight/controller/blueprint/ext/DataStoreAppConfigDefaultXMLReader.java [new file with mode: 0644]
src/main/java/org/opendaylight/controller/blueprint/ext/DataStoreAppConfigMetadata.java
src/test/java/org/opendaylight/controller/blueprint/tests/DataStoreAppConfigDefaultXMLReaderTest.java [new file with mode: 0644]
src/test/resources/opendaylight-sal-test-store-config.xml [new file with mode: 0644]