Bug 6099 - ControllerContext#addKeyValue ignores key type when key is derived 86/45486/13
authorJakub Toth <jatoth@cisco.com>
Mon, 12 Sep 2016 13:30:06 +0000 (15:30 +0200)
committerJakub Toth <jatoth@cisco.com>
Mon, 3 Oct 2016 08:53:39 +0000 (10:53 +0200)
commitaa0006992ccc87f68e9810c0dee6c16cf339f544
tree9af0f03d4abb0d357eacd3ce9e6722b1f10d5cf2
parentc09b7ffd0f3812a237c82805ea16a67ffdeda89d
Bug 6099 - ControllerContext#addKeyValue ignores key type when key is derived
type from instance-identifier

 * added instance identifier support as value
 * JUnit test added

Change-Id: I4f6a070b5814ef2a33b68534d887745a099712c8
Signed-off-by: Jakub Toth <jatoth@cisco.com>
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/StringModuleInstanceIdentifierCodec.java
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestCodec.java
restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/utils/patch/Draft16StringModuleInstanceIdentifierCodec.java
restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/rest/impl/InstanceIdentifierTypeLeafTest.java [new file with mode: 0644]
restconf/sal-rest-connector/src/test/resources/instanceidentifier/iid-value.yang [new file with mode: 0644]