Fix missing stream leaf value 73/91373/1
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:39:26 +0000 (14:39 +0200)
commit52dee8d3707df827038e33331367520f36119ca6
treec20b99a8f0b1ab18d3151fabd0e4a118a8ddb1a9
parent9c7ef4cd8d3adc33b4d766597e66d09034ea24a7
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