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%2Fabstract-topology.yang;h=dc7d0a9832fd4cbadfabf4883c9371d97bec9e13;hb=a6930d28ff1b8d04ff5a992455127a04e2124451;hp=dbece9a9971ace779dc806cd154937b022ac644a;hpb=bb3842c34d5c56d9aa37c02e9eea6128a2f6d86b;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/abstract-topology.yang b/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/abstract-topology.yang index dbece9a997..dc7d0a9832 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/abstract-topology.yang +++ b/opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/src/test/resources/abstract-topology.yang @@ -8,8 +8,8 @@ module abstract-topology { revision-date 2010-09-24; } - organization "Cisco"; - contact "WILL-BE-DEFINED-LATER"; + organization "OPEN DAYLIGHT"; + contact "http://www.opendaylight.org/"; description "This module contains the definitions of elements that creates network @@ -19,7 +19,7 @@ module abstract-topology { reference "~~~ WILL BE DEFINED LATER"; } - typedef network-node-id-ref { + typedef node-id-ref { type leafref { path "/tp:topology/tp:network-nodes/tp:network-node/tp:node-id"; }