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=e4eca7b71738df8e06ec7bde21f0344160c68b40;hb=93dcf8ee91ec1b8766918c21c767ac50459706fc;hpb=03e09529c237cf7871a9062bfbeec403bf9289ff 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 e4eca7b717..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 @@ -11,6 +11,27 @@ module odl-datastore-test { } container test { + leaf my-bits { + type bits { + bit ten-mb-hd; + bit ten-mb-fd; + bit hundred-mb-hd; + bit hundred-mb-fd; + bit one-gb-hd; + bit one-gb-fd; + bit ten-gb-fd; + bit forty-gb-fd; + bit hundred-gb-fd; + bit one-tb-fd; + bit other; + bit copper; + bit fiber; + bit autoeng; + bit pause; + bit pause-asym; + } + } + leaf desc { type string; } @@ -86,6 +107,10 @@ module odl-datastore-test { } } + leaf some-binary-data { + type binary; + } + } }