X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Frestconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fdatastore-and-scope-specification%2Fsal-remote-augment.yang;fp=opendaylight%2Frestconf%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fdatastore-and-scope-specification%2Fsal-remote-augment.yang;h=83934568cc05ab1f3fc1fe031a91f228679fb901;hb=a0eb64512b56671123ae52a8884d2132e5c7bbe2;hp=0000000000000000000000000000000000000000;hpb=2ac3cc5d2b9a1b724fc768d04e28d8b95a7d00e1;p=netconf.git diff --git a/opendaylight/restconf/sal-rest-connector/src/test/resources/datastore-and-scope-specification/sal-remote-augment.yang b/opendaylight/restconf/sal-rest-connector/src/test/resources/datastore-and-scope-specification/sal-remote-augment.yang new file mode 100644 index 0000000000..83934568cc --- /dev/null +++ b/opendaylight/restconf/sal-rest-connector/src/test/resources/datastore-and-scope-specification/sal-remote-augment.yang @@ -0,0 +1,31 @@ +module sal-remote-augment { + + yang-version 1; + namespace "urn:sal:restconf:event:subscription"; + prefix "salrmt-aug-ev-subscr"; + + import sal-remote {prefix salrmt; revision-date "2014-01-14";} + + description + "Added input parameters to rpc create-data-change-event-subscription"; + + revision "2014-7-8" { + } + + augment "/salrmt:create-data-change-event-subscription/salrmt:input" { + leaf datastore { + type enumeration { + enum OPERATIONAL; + enum CONFIGURATION; + } + } + leaf scope { + type enumeration { + enum BASE; + enum ONE; + enum SUBTREE; + } + } + } + +} \ No newline at end of file