Yang and XML conversion to Json test with equals
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / yang-to-json-conversion / simple-yang-types / simple-yang-types.yang
index 760dbd73ed3df0adca2728ea85a8b1675dc68eee..0216e97cfbc232831cacff46f6ccd2d84f47ede8 100644 (file)
@@ -40,6 +40,16 @@ module simple-yang-types {
                                }
                        }
                }
+               list lst111 {
+                       leaf lf1111 {
+                               type int32;
+                       }
+               }
+               list lst112 {
+                       leaf lf1121 {
+                               type string;
+                       }
+               }               
          }
          
   }