[MDSAL-557] Backport binding MDSAL tests from controller Created: 29/May/20 Updated: 29/May/20 Resolved: 29/May/20 |
|
| Status: | Resolved |
| Project: | mdsal |
| Component/s: | Binding runtime |
| Affects Version/s: | None |
| Fix Version/s: | 6.0.1 |
| Type: | Task | Priority: | Medium |
| Reporter: | Robert Varga | Assignee: | Robert Varga |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
There are a number of tests which were added to sal-binding-broker and not to mdsal-binding-dom-adapter. This includes at least these: ls -1 ./opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ BackwardsCompatibleNotificationBrokerTest.java BindingDOMDataBrokerAdapterTest.java Bug1125RegressionTest.java Bug1333DataChangeListenerTest.java Bug1418AugmentationTest.java Bug2562DeserializedUnkeyedListTest.java Bug3090MultiKeyList.java Bug4494Test.java Bug4513Test.java DataTreeChangeListenerTest.java ForwardedNotificationAdapterTest.java ListInsertionDataChangeListenerTest.java WriteTransactionTest.java we need to make sure their content is ported over so we have equivalent coverage. |