X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fbinding-java-api-generator%2Fsrc%2Ftest%2Fresources%2Fsimple-container-demo.yang;fp=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fbinding-java-api-generator%2Fsrc%2Ftest%2Fresources%2Fsimple-container-demo.yang;h=0000000000000000000000000000000000000000;hb=29766fa9b1eb9b23162a4dcb485a5d921b9471bc;hp=3962274739280d88a93d9eeb74aa47070b0579a9;hpb=97d2f10bea5bdd773453bc7202b9dd04f4b70c3b;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/binding-java-api-generator/src/test/resources/simple-container-demo.yang b/opendaylight/sal/yang-prototype/code-generator/binding-java-api-generator/src/test/resources/simple-container-demo.yang deleted file mode 100644 index 3962274739..0000000000 --- a/opendaylight/sal/yang-prototype/code-generator/binding-java-api-generator/src/test/resources/simple-container-demo.yang +++ /dev/null @@ -1,45 +0,0 @@ -module simple-container-demo { - yang-version 1; - namespace "urn:simple.container.demo"; - prefix "scd"; - - organization "OPEN DAYLIGHT"; - contact "http://www.opendaylight.org/"; - - description " - This module contains the definitions of elements that creates network - topology i.e. definition of network nodes and links. This module is - not designed to be used solely for network representation. This module - SHOULD be used as base module in defining the network topology. - "; - - revision "2012-02-08" { - reference " WILL BE DEFINED LATER"; - } - - revision "2010-02-08" { - reference " WILL BE DEFINED LATER"; - } - - container simple-container { - - leaf foo { - type int32; - } - - leaf bar { - type string; - config true; - } - - container nested-container { - leaf foo { - type uint8; - } - - leaf bar { - type string; - } - } - } -} \ No newline at end of file