X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fmdsal-netconf-connector%2Fsrc%2Ftest%2Fresources%2Fyang%2Fmdsal-netconf-rpc-test.yang;h=6a59cdcf6e4638742a11d49facde3459b2ff09ef;hb=refs%2Fchanges%2F98%2F17998%2F2;hp=d4938408287d98bb78340bfb0e1a0c5d0b99d646;hpb=f561ffb744da679537af858a2cc423d13f04d841;p=controller.git diff --git a/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/yang/mdsal-netconf-rpc-test.yang b/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/yang/mdsal-netconf-rpc-test.yang index d493840828..6a59cdcf6e 100644 --- a/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/yang/mdsal-netconf-rpc-test.yang +++ b/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/yang/mdsal-netconf-rpc-test.yang @@ -40,5 +40,51 @@ module rpc-test { } } } + + rpc container-rpc { + input { + container cont1 { + leaf test-string { + type string; + } + + leaf test-string2 { + type string; + } + } + + container cont2 { + leaf test-string { + type string; + } + + leaf test-string2 { + type string; + } + } + } + + output { + container cont1 { + leaf test-string { + type string; + } + + leaf test-string2 { + type string; + } + } + + container cont2 { + leaf test-string { + type string; + } + + leaf test-string2 { + type string; + } + } + } + } }