X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-test.yang;h=294b001a8509c7469c8714e630b9488baff6440e;hb=2fd1fa721510a30f58b3bc277deb05fce58badd6;hp=613288dadd8d75b801456e175adaab0f81cf1a1f;hpb=561058be77594a026abbdbe82616fc65c7f58f48;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/resources/odl-datastore-test.yang b/opendaylight/md-sal/sal-clustering-commons/src/test/resources/odl-datastore-test.yang index 613288dadd..294b001a85 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/test/resources/odl-datastore-test.yang +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/resources/odl-datastore-test.yang @@ -160,5 +160,9 @@ module odl-datastore-test { anyxml any { } + + leaf empty-leaf { + type empty; + } } }