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=ad0716bc11ac44d0a300f7e4a00bd35851e121f9;hb=c222e37f2a0f0f3f6266242fbea2d3b018f4e6e3;hpb=306f95ccf8d699e2eed111f193b2fc388fa03e70 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 ad0716bc11..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,21 @@ module test-module { revision 2014-01-09 { } - + + container interfaces { + container class { + leaf name { + type string; + } + leaf address { + type string; + } + leaf email { + type string; + } + } + } + container cont { container cont1 { leaf lf11 { @@ -14,9 +28,24 @@ module test-module { type string; } } - } - + list lst1 { + key "lf11"; + leaf lf11 { + type string; + } + } + } + list lst-with-composite-key { + key "key1 key2"; + leaf key1 { + type string; + } + leaf key2 { + type uint8; + } + } + rpc rpc-test { input { container cont { @@ -28,16 +57,11 @@ module test-module { type string; } } - } + } } output { container cont-output { } - } - + } } - - - - } \ No newline at end of file