Fix license header violations in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / odl-datastore-test.yang
index f6d0202fd5f7dbc447f6d5bfbeebf29ce60a3cc6..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 {
@@ -39,4 +47,7 @@ module odl-datastore-test {
             }
         }
     }
+    
+    container test2 {
+    }
 }
\ No newline at end of file