X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fnn-to-json%2Faugmentation%2Fyang.yang;fp=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fnn-to-json%2Faugmentation%2Fyang.yang;h=64bf6f56d3366490617ea58ce9197aeeb25dcf77;hb=4d8f226826c45c79bbf7459d24f3b70b2e9dbe92;hp=0000000000000000000000000000000000000000;hpb=ed6eb82da5d9712d15847e07d2836f449dbece93;p=controller.git 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 index 0000000000..64bf6f56d3 --- /dev/null +++ b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/yang.yang @@ -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