X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-protocolbuffer-encoding%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-augmentation.yang;h=c305572951176c43f8594831ef57607491a05d0c;hb=17d82f582a6bc13c78be3b19954ff8c021180e93;hp=77d74c47d3eb56a37d69851245c25b8a0d2b55a2;hpb=d255fdd0b14660a22ff63771d954ac3fe5d0cb7e;p=controller.git diff --git a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-augmentation.yang b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-augmentation.yang index 77d74c47d3..c305572951 100644 --- a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-augmentation.yang +++ b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-augmentation.yang @@ -10,10 +10,12 @@ module odl-datastore-augmentation { } - augment "/test:test" { - leaf name { - type string; + augment "/test:test/test:augmented-list" { + container cont { + leaf name { + type string; + } } } -} \ No newline at end of file +}