BUG-2399: fixup tests
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / src / test / resources / odl-datastore-test.yang
index 17541fecab02c62f35c7a64cd679ad3ca52849e6..2d7601e0b85a29434385ef36db290d230712abb9 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 {
@@ -39,4 +41,4 @@ module odl-datastore-test {
             }
         }
     }
-}
\ No newline at end of file
+}