Fix missing stream leaf value 74/91374/2
authorNikhil Soni <nsoni@luminanetworks.com>
Thu, 18 Jun 2020 16:31:36 +0000 (22:01 +0530)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 17 Jul 2020 12:41:23 +0000 (14:41 +0200)
commit60534520f5a50b1277768cb60ef0c354a29b7c63
tree752599e54fd8510cadec1c33bd73094246c32248
parent40fcd10098a68ea8a8acf1b020252ccb2e0b9f9c
Fix missing stream leaf value

If any subscription is present, attempting to build the tree will be
rejected, as the leaf will not have a set value.

JIRA: NETCONF-700
Change-Id: I6d448ceb42605b268408c91844c5b08b0c8929eb
Signed-off-by: Nikhil Soni <nsoni@luminanetworks.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfImpl.java
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestconfImplTest.java