Instance identifier support
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / instanceidentifier / yang / augment-module.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-module.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-module.yang
new file mode 100644 (file)
index 0000000..67b0086
--- /dev/null
@@ -0,0 +1,23 @@
+module augment-module {
+  namespace "augment:module";  
+
+  prefix "amodule";
+  
+  import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
+   
+  revision 2014-01-17 {    
+  }
+  
+       augment "/imodule:cont/imodule:cont1" {
+          list lst11 {
+              key "keyvalue111 keyvalue112";
+              leaf keyvalue111 {
+                  type string;
+              }
+              leaf keyvalue112 {
+                  type string;
+              }
+          }       
+       }
+         
+}
\ No newline at end of file