X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-test.yang;h=a1fbc1fdad1f897d265bbd6813d7a36962b70a3f;hp=246cc682cd7ae277f36e152392209c8577c3785d;hb=93dcf8ee91ec1b8766918c21c767ac50459706fc;hpb=9cd4e7995210f8381892004373acc71c8b3ae7af 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 246cc682cd..a1fbc1fdad 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 @@ -107,6 +107,10 @@ module odl-datastore-test { } } + leaf some-binary-data { + type binary; + } + } }