X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fjson-to-cnsn%2Fidentityref%2Fidentityref-module.yang;fp=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fjson-to-cnsn%2Fidentityref%2Fidentityref-module.yang;h=0000000000000000000000000000000000000000;hb=1f69678cc0dd17e1161ed9274cc2aff9b384b8ac;hp=b90b533ce5dd8c2844d01ae33a2ef81184c72c84;hpb=7dee83bb7c2645ec9062b9ccd8b9b58261770136;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-cnsn/identityref/identityref-module.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-cnsn/identityref/identityref-module.yang deleted file mode 100644 index b90b533ce5..0000000000 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-cnsn/identityref/identityref-module.yang +++ /dev/null @@ -1,39 +0,0 @@ -module identityref-module { - namespace "identityref:module"; - - prefix "iderefmod"; - - import identity-module {prefix idemo; revision-date 2013-12-2;} - - revision 2013-12-2 { - } - - identity iden_local { - } - - container cont { - container cont1 { - leaf lf11 { - type identityref { - base "idemo:iden"; - } - } - leaf lf12 { - type identityref { - base "iden_local"; - } - } - leaf lf13 { - type identityref { - base "iden_local"; - } - } - leaf lf14 { - type identityref { - base "iden_local"; - } - } - } - } - -} \ No newline at end of file