BUG-2399: fixup tests
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / odl-datastore-test.yang
index 0834c73f64bf963fa5d6b42549ff386f521c022d..ec1e5a14111be5ed92a403380794a9ec77f825e4 100644 (file)
@@ -8,6 +8,8 @@ module odl-datastore-test {
     }
 
     container test {
+        presence "needs to be present when empty";
+
         leaf name {
             type string;
         }
@@ -52,5 +54,6 @@ module odl-datastore-test {
     }
     
     container test2 {
+        presence "needs to be present when empty";
     }
-}
\ No newline at end of file
+}