Fix missing stream leaf value 98/90498/4
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:37:15 +0000 (14:37 +0200)
commitdf7acde75b451efc4a177c5b07f11b259cc6eb7e
tree18ef2d5d7abe9d0d49336f337cbbd43e1bf2c809
parent2a9d77911758e55309a60d9ee4105095adc3889b
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