X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fyang-model-parser-impl%2Fsrc%2Ftest%2Fresources%2Fyang1.yang;fp=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fyang-model-parser-impl%2Fsrc%2Ftest%2Fresources%2Fyang1.yang;h=0000000000000000000000000000000000000000;hb=e2ef18c530a0bb668d7806c419fea95edd5aae53;hp=16d60875b9c67c68454c70936e1d30d5538f6c20;hpb=78718ca2980d6289703f239abb6b7928ea08c8e4;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/yang1.yang b/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/yang1.yang deleted file mode 100644 index 16d60875b9..0000000000 --- a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/yang1.yang +++ /dev/null @@ -1,60 +0,0 @@ -module types1 { - yang-version 1; - namespace "urn:simple.container.demo"; - prefix "t1"; - - - organization "Cisco"; - - contact "WILL-BE-DEFINED-LATER"; - - - container interfaces { - list ifEntry { - key "ifIndex"; - - leaf ifIndex { - type uint32; - } - leaf ifDescr { - type string; - } - leaf ifType { - type uint8; - } - leaf ifMtu { - type int32; - } - } - } - - - - - -// leaf name { -// type my-string; -// } - -// typedef my-string { -// type string { -// length "0..4"; -// pattern "[0-9a-fA-F]*"; -// } -// } - - -// leaf completed { -// type types2:percent; -// } - -// leaf testleaf { -// type data:my-base-int32-type; -// } - -// leaf-list domain-search { -// type string; -// description "List of domain names to search"; -// } - -}