Serialization/Deserialization and a host of other fixes
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / test / resources / odl-datastore-augmentation.yang
index 77d74c47d3eb56a37d69851245c25b8a0d2b55a2..c305572951176c43f8594831ef57607491a05d0c 100644 (file)
@@ -10,10 +10,12 @@ module odl-datastore-augmentation {
     }
 
 
-    augment "/test:test" {
-        leaf name {
-            type string;
+    augment "/test:test/test:augmented-list" {
+        container cont {
+            leaf name {
+                type string;
+            }
         }
     }
 
-}
\ No newline at end of file
+}