X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Frestconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fcommon%2Faugment%2Fyang%2Faugment-main-b.yang;fp=opendaylight%2Frestconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fcommon%2Faugment%2Fyang%2Faugment-main-b.yang;h=dcf493df08638bb97cf5efed74cdbbee18a715c9;hb=a0eb64512b56671123ae52a8884d2132e5c7bbe2;hp=0000000000000000000000000000000000000000;hpb=2ac3cc5d2b9a1b724fc768d04e28d8b95a7d00e1;p=netconf.git diff --git a/opendaylight/restconf/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-b.yang b/opendaylight/restconf/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-b.yang new file mode 100644 index 0000000000..dcf493df08 --- /dev/null +++ b/opendaylight/restconf/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-b.yang @@ -0,0 +1,20 @@ +module augment-main-b { + namespace "ns:augment:main:b"; + prefix "aumab"; + + + import main {prefix mn; revision-date 2014-01-21;} + + + revision "2014-01-21" { + } + + augment "/mn:cont" { + container cont1 { + leaf lf11 { + type string; + } + } + } + +}