Fix CDS unit test failures
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / odl-datastore-test.yang
index e36f38ea964a4d56850dd9d9f5a70a38256d0fba..98c7bb453d94b6279c4cdc302c668fafddcadb18 100644 (file)
@@ -8,6 +8,14 @@ module odl-datastore-test {
     }
 
     container test {
+        leaf name {
+            type string;
+        }
+
+        leaf desc {
+            type string;
+        }
+
         list outer-list {
             key id;
             leaf id {