BUG-2399: fixup tests
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / test / resources / odl-datastore-test.yang
index 5fbf470f090e44e9e3c080998baa1c1a3a948c46..a0bf157e356a9085af4ca2a084f99cafa3b500d8 100644 (file)
@@ -8,6 +8,8 @@ module odl-datastore-test {
     }
 
     container test {
+        presence "needs to be present when empty";
+
         list outer-list {
             key id;
             leaf id {
@@ -42,4 +44,4 @@ module odl-datastore-test {
 
     container test2 {
     }
-}
\ No newline at end of file
+}