X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Ffull-versions%2Ftest-module%2Ftest-module;h=2e533e720e0760f6abca5b84663c52ce170a4899;hb=aa73d997f74dbdc5f42863776aaccce2a737c763;hp=ad0716bc11ac44d0a300f7e4a00bd35851e121f9;hpb=91d7c1ee52322acad08e9f81228ac36b3aa684f5;p=controller.git 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..2e533e720e 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 @@ -5,6 +5,20 @@ 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,7 +28,13 @@ module test-module { type string; } } - } + list lst1 { + key "lf11"; + leaf lf11 { + type string; + } + } + } rpc rpc-test {