X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fcnsn-to-xml%2Fyang%2Fbasic-module.yang;h=81d77329c69eaa74d28c19d942ec1b2593a538ec;hb=a57a5b4002790af8574db2b1d940106298bf18c3;hp=7023c94f2f0df55d00efaf6c675629a184deba78;hpb=9212fed678702583f4a555641208cf1c7b45b829;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-xml/yang/basic-module.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-xml/yang/basic-module.yang index 7023c94f2f..81d77329c6 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-xml/yang/basic-module.yang +++ b/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-xml/yang/basic-module.yang @@ -91,6 +91,12 @@ module basic-module { } } + leaf lfLfref { + type leafref { + path "/cont/lfBoolean"; + } + } + } } \ No newline at end of file