X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-inmemory-datastore%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-test.yang;h=2d7601e0b85a29434385ef36db290d230712abb9;hb=78efa22e4e7b70a468fcbaf120f8613598c36b5b;hp=17541fecab02c62f35c7a64cd679ad3ca52849e6;hpb=c1362c86eb19e92e6c64d10099a45deb499c6db1;p=controller.git diff --git a/opendaylight/md-sal/sal-inmemory-datastore/src/test/resources/odl-datastore-test.yang b/opendaylight/md-sal/sal-inmemory-datastore/src/test/resources/odl-datastore-test.yang index 17541fecab..2d7601e0b8 100644 --- a/opendaylight/md-sal/sal-inmemory-datastore/src/test/resources/odl-datastore-test.yang +++ b/opendaylight/md-sal/sal-inmemory-datastore/src/test/resources/odl-datastore-test.yang @@ -8,6 +8,8 @@ module odl-datastore-test { } container test { + presence "needs to be present when empty"; + list outer-list { key id; leaf id { @@ -39,4 +41,4 @@ module odl-datastore-test { } } } -} \ No newline at end of file +}