X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-augmentation.yang;h=d8333040a2522d671e98adc98094b2912b71cda4;hb=e66df4e9ae44728c178147fe2462b7138d74810a;hp=77d74c47d3eb56a37d69851245c25b8a0d2b55a2;hpb=0eb621d29daaf08979c356e2148e99c48458e169;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/odl-datastore-augmentation.yang b/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/odl-datastore-augmentation.yang index 77d74c47d3..d8333040a2 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/odl-datastore-augmentation.yang +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/odl-datastore-augmentation.yang @@ -16,4 +16,10 @@ module odl-datastore-augmentation { } } + augment "/test:test" { + container aug-container { + container aug-inner-container { + } + } + } } \ No newline at end of file