X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fresources%2Fyang-to-json-conversion%2Fsimple-yang-types%2Fxml%2Fawaited_output.json;h=a0e5f2f0f2b804d182b9b1f1c310f61e150e9718;hb=f0b05b4da18af9d90c22a7e890ea6beff12e5e83;hp=e76e7bd9ef4f20c5405ef8a71046fcd504047d18;hpb=e73cfe602aba8d2e020e43215d0b31d3a03a56ea;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/yang-to-json-conversion/simple-yang-types/xml/awaited_output.json b/opendaylight/md-sal/sal-rest-connector/src/test/resources/yang-to-json-conversion/simple-yang-types/xml/awaited_output.json index e76e7bd9ef..a0e5f2f0f2 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/resources/yang-to-json-conversion/simple-yang-types/xml/awaited_output.json +++ b/opendaylight/md-sal/sal-rest-connector/src/test/resources/yang-to-json-conversion/simple-yang-types/xml/awaited_output.json @@ -20,7 +20,18 @@ "lf1111B": 7 } ] - } + }, + "lst111" : [ + { + "lf1111" : 65 + } + ], + "lst112" : [ + { + "lf1121" : "lf1121 str11" + } + ] + }, { "lf111":141, @@ -38,8 +49,26 @@ "lf1111B": 8 } ] - } + }, + "lst111" : [ + { + "lf1111" : 55 + }, + { + "lf1111" : 56 + } + ], } ] + "lst112" : [ + { + "lf1121" : "lf1121 str21" + }, + { + "lf1121" : "lf1121 str22" + } + ] + } + ] } } \ No newline at end of file