X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Ffull-versions%2Ftest-module%2Ftest-module;h=baf7d1e9ae7a9f61ccdf8b33cdefe728e4c16cee;hp=2e533e720e0760f6abca5b84663c52ce170a4899;hb=c46e223995956f1f759c551163c212947c1e2fb7;hpb=44bac35e828c5dfee8a9fb7fad4f57bceaa9490b diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/full-versions/test-module/test-module b/opendaylight/md-sal/sal-rest-connector/src/test/resources/full-versions/test-module/test-module index 2e533e720e..baf7d1e9ae 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/full-versions/test-module/test-module +++ b/opendaylight/md-sal/sal-rest-connector/src/test/resources/full-versions/test-module/test-module @@ -4,7 +4,7 @@ module test-module { revision 2014-01-09 { } - + container interfaces { container class { leaf name { @@ -18,7 +18,7 @@ module test-module { } } } - + container cont { container cont1 { leaf lf11 { @@ -34,9 +34,18 @@ module test-module { type string; } } - } - + } + list lst-with-composite-key { + key "key1 key2"; + leaf key1 { + type string; + } + leaf key2 { + type uint8; + } + } + rpc rpc-test { input { container cont { @@ -48,16 +57,11 @@ module test-module { type string; } } - } + } } output { container cont-output { } - } - + } } - - - - } \ No newline at end of file