X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-dom-broker%2Fsrc%2Ftest%2Fresources%2Fodl-datastore-test.yang;h=f7b960e9f995b448d5b655fb85cad5067a8397e4;hp=a0bf157e356a9085af4ca2a084f99cafa3b500d8;hb=25254ae7fd8ea10847621ed11a1a27438f17b35c;hpb=dd7117918da3f96e00d662c10f513e74ac371c47 diff --git a/opendaylight/md-sal/sal-dom-broker/src/test/resources/odl-datastore-test.yang b/opendaylight/md-sal/sal-dom-broker/src/test/resources/odl-datastore-test.yang index a0bf157e35..f7b960e9f9 100644 --- a/opendaylight/md-sal/sal-dom-broker/src/test/resources/odl-datastore-test.yang +++ b/opendaylight/md-sal/sal-dom-broker/src/test/resources/odl-datastore-test.yang @@ -2,7 +2,7 @@ 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."; } @@ -44,4 +44,27 @@ module odl-datastore-test { container test2 { } + + rpc test-rpc { + input { + leaf input-leaf { + type string; + } + } + + output { + leaf output-leaf { + type string; + } + } + } + + rpc test-rpc-no-input { + } + + notification test-notification { + leaf value-leaf { + type string; + } + } }