Bug 2358 - Resources for tests nn to json
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / nn-to-json / augmentation / yang.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/yang.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/yang.yang
new file mode 100644 (file)
index 0000000..64bf6f5
--- /dev/null
@@ -0,0 +1,30 @@
+module yang {
+  namespace "ns:yang";  
+
+  prefix "yng";
+  revision 2013-11-26 {    
+  }
+  
+       container cont {
+               leaf lf1 {
+                       type string;
+               }
+               leaf lf2 {
+            type string;
+        }
+               container cont1{
+                   leaf lf11 {
+                   type string;
+               }
+               }
+               
+               list lst1{
+                   leaf lf11 {
+                   type string;
+               }
+               }
+               leaf-list lflst1{
+                   type string;
+               }
+       }
+}l
\ No newline at end of file