Bug 267: Fixed augmentation read from configuration store 48/4048/2
authorTony Tkacik <ttkacik@cisco.com>
Tue, 7 Jan 2014 13:00:32 +0000 (14:00 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 7 Jan 2014 13:36:02 +0000 (14:36 +0100)
commit92b863639542beb0dcb04879426bc8ca58179fbd
treedbbf9f56a6632369af8e73c498ff3519813f9409
parent85271ecd554bd278759c2b0d03f0e1d4d7b3ec78
Bug 267: Fixed augmentation read from configuration store

  - Fixed missing support of direct read of augmentation
    from configuration store.
  - Added regresion unit test, which test storing Node with
    FlowCapableNode augmentation and reading it directly
    via InstanceIdentifier pointing to the augmentation.

Change-Id: I31c1f14d09e8c6f22720d50d25b7c6c457f37c8b
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/connect/dom/BindingIndependentConnector.java
opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/PutAugmentationTest.java