X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fnn-to-json%2Faugmentation%2Faugment-leaflist.yang;fp=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fnn-to-json%2Faugmentation%2Faugment-leaflist.yang;h=1f4b93702f31a74df6d8494b083a76c145128cd6;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/augment-leaflist.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-leaflist.yang new file mode 100644 index 0000000000..1f4b93702f --- /dev/null +++ b/opendaylight/md-sal/sal-rest-connector/src/test/resources/nn-to-json/augmentation/augment-leaflist.yang @@ -0,0 +1,20 @@ +module augment-leaflist { + namespace "ns:augment:leaflist"; + prefix "auglflst"; + + + import yang {prefix yng; revision-date 2013-11-26;} + + + revision "2013-11-26" { + } + + augment "/yng:cont" { + leaf-list lflst1 { + type string; + } + } + + + +} \ No newline at end of file