X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fresources%2Fnn-to-json%2Faugmentation%2Faugment-container.yang;fp=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fresources%2Fnn-to-json%2Faugmentation%2Faugment-container.yang;h=7efe4f75e99151bde27a82540a5e5450355dc9ac;hb=865f3af7e3638a4bd2abca99724808806bddc39c;hp=0000000000000000000000000000000000000000;hpb=e75b6a918589cb706e15c14eb914ac4b4d24a03c;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-container.yang b/restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-container.yang new file mode 100644 index 0000000000..7efe4f75e9 --- /dev/null +++ b/restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-container.yang @@ -0,0 +1,22 @@ +module augment-container { + namespace "ns:augment:container"; + prefix "augcont"; + + + import yang {prefix yng; revision-date 2013-11-26;} + + + revision "2013-11-26" { + } + + augment "/yng:cont" { + container cont1 { + leaf lf11 { + type string; + } + } + } + + + +} \ No newline at end of file