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%2Fsimple-yang-types%2Fsimple-yang-types.yang;fp=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fcnsn-to-json%2Fsimple-yang-types%2Fsimple-yang-types.yang;h=0000000000000000000000000000000000000000;hb=4d8f226826c45c79bbf7459d24f3b70b2e9dbe92;hp=0216e97cfbc232831cacff46f6ccd2d84f47ede8;hpb=ed6eb82da5d9712d15847e07d2836f449dbece93;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/simple-yang-types/simple-yang-types.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/simple-yang-types/simple-yang-types.yang deleted file mode 100644 index 0216e97cfb..0000000000 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/simple-yang-types/simple-yang-types.yang +++ /dev/null @@ -1,57 +0,0 @@ -module simple-yang-types { - namespace "simple:yang:types"; - - prefix "smptp"; - revision 2013-11-5 { - description "Initial revision."; - } - - container cont1 { - leaf lf11 { - type string; - } - leaf-list lflst11 { - type int32; - } - leaf-list lflst12 { - type string; - } - list lst11 { - key lf111; - leaf lf111 { - type uint8; - } - leaf lf112 { - type string; - } - container cont111 { - leaf lf1111 { - type string; - } - leaf-list lflst1111 { - type int32; - } - list lst1111 { - leaf lf1111A { - type string; - } - leaf lf1111B { - type uint8; - } - } - } - list lst111 { - leaf lf1111 { - type int32; - } - } - list lst112 { - leaf lf1121 { - type string; - } - } - } - - } - -} \ No newline at end of file