Bump akka to 2.6.12
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / odl-datastore-test.yang
index e36f38ea964a4d56850dd9d9f5a70a38256d0fba..db3e4bc1aabeca135976473106cb686a581e62dc 100644 (file)
@@ -8,6 +8,16 @@ module odl-datastore-test {
     }
 
     container test {
+        presence "needs to be present when empty";
+
+        leaf name {
+            type string;
+        }
+
+        leaf desc {
+            type string;
+        }
+
         list outer-list {
             key id;
             leaf id {
@@ -38,8 +48,12 @@ module odl-datastore-test {
                 }
             }
         }
+
+        container outer-container {
+        }
     }
-    
+
     container test2 {
+        presence "needs to be present when empty";
     }
-}
\ No newline at end of file
+}