X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fcnsn-to-json%2Fleafref%2Fmain-module.yang;fp=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fcnsn-to-json%2Fleafref%2Fmain-module.yang;h=0000000000000000000000000000000000000000;hb=4d8f226826c45c79bbf7459d24f3b70b2e9dbe92;hp=8c8039290c3c9ad876488ad36d1e155d0e2f5509;hpb=ed6eb82da5d9712d15847e07d2836f449dbece93;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/main-module.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/main-module.yang deleted file mode 100644 index 8c8039290c..0000000000 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/main-module.yang +++ /dev/null @@ -1,43 +0,0 @@ -module main-module { - namespace "main:module"; - - prefix "mainmod"; - revision 2013-12-2 { - } - - container cont { - leaf lf1 { - type uint32; - } - - container cont1 { - leaf lf11 { - type boolean; - } - } - - leaf lf2 { - type leafref { - path "../lf1"; - } - } - - leaf lf3 { - type leafref { - path "/cont/cont1/lf11"; - } - } - - /* reference to nonexisting leaf */ - leaf lf5 { - type leafref { - path "/cont/lf"; - } - } - - - } - - - -} \ No newline at end of file