Bug 4094: Fix DCNs on initial registration
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / odl-datastore-test.yang
index f6d0202fd5f7dbc447f6d5bfbeebf29ce60a3cc6..0834c73f64bf963fa5d6b42549ff386f521c022d 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 {
@@ -38,5 +46,11 @@ module odl-datastore-test {
                 }
             }
         }
+        
+        container outer-container {
+        }
+    }
+    
+    container test2 {
     }
 }
\ No newline at end of file