X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-protocolbuffer-encoding%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-test.yang;fp=opendaylight%2Fmd-sal%2Fsal-protocolbuffer-encoding%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-test.yang;h=0000000000000000000000000000000000000000;hb=6b9c0bb57b65343df31fd68d178821a22afd0fe2;hp=e4eca7b71738df8e06ec7bde21f0344160c68b40;hpb=cc6c063be5f143cd601208ef26604d90a25bd1a5;p=controller.git diff --git a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-test.yang b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-test.yang deleted file mode 100644 index e4eca7b717..0000000000 --- a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/resources/odl-datastore-test.yang +++ /dev/null @@ -1,91 +0,0 @@ -module odl-datastore-test { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test"; - prefix "store-test"; - - revision "2014-03-13" { - description "Initial revision."; - } - - identity feature-capability { - } - - container test { - leaf desc { - type string; - } - list outer-list { - key id; - leaf id { - type uint16; - } - choice outer-choice { - case one { - leaf one { - type string; - } - } - case two-three { - leaf two { - type string; - } - leaf three { - type string; - } - } - } - list inner-list { - key name; - leaf name { - type string; - } - leaf value { - type string; - } - } - } - - leaf-list shoe { - type string; - } - - leaf-list number { - type uint8; - } - - leaf pointer { - type leafref { - path "/network-topology/topology/node/termination-point/tp-id"; - } - } - - leaf some-ref { - type instance-identifier; - } - - leaf myidentity { - type identityref { - base feature-capability; - } - } - - container switch-features { - leaf-list capability { - type identityref { - base feature-capability; - } - - } - } - - list augmented-list { - key id; - - leaf id { - type uint8; - } - } - - - } -}