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=c720d5e0cdcc099026b545357c1edc8edb92de41;hb=fcf65d723ef53f8da2dd6347f41ce19016fc36e5;hp=246cc682cd7ae277f36e152392209c8577c3785d;hpb=287b1d1ecec3264c192b1007019bfcadf6cb4311;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 246cc682cd..c720d5e0cd 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 @@ -74,6 +74,10 @@ module odl-datastore-test { type uint8; } + leaf-list binary_leaf_list { + type binary; + } + leaf pointer { type leafref { path "/network-topology/topology/node/termination-point/tp-id"; @@ -107,6 +111,10 @@ module odl-datastore-test { } } + leaf some-binary-data { + type binary; + } + } }