summaryrefslogtreecommitdiffstats
path: root/src/test/resources/testTemplatefile
diff options
context:
space:
mode:
authorMukesh Paliwal <mukesh.paliwal1@huawei.com>2022-06-21 10:50:23 +0530
committerMukesh Paliwal <mukesh.paliwal1@huawei.com>2022-06-23 13:33:38 +0530
commitadb6bb038280a707060bbf411c48b86e34a3d9b1 (patch)
tree29b199214162e2da271647a0dd485b7bc19a302b /src/test/resources/testTemplatefile
parent670e0a9590465273814bda61cf8391a902cecd82 (diff)
CodeCoverage improvement for dcaegen2-collectors-restconf
Issue-ID: DCAEGEN2-3166 Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com> Change-Id: Ife1fafc0349297d2012c665c45e28aff4c34ba73
Diffstat (limited to 'src/test/resources/testTemplatefile')
-rwxr-xr-xsrc/test/resources/testTemplatefile35
1 files changed, 18 insertions, 17 deletions
diff --git a/src/test/resources/testTemplatefile b/src/test/resources/testTemplatefile
index 8ce08dd..cd3eacd 100755
--- a/src/test/resources/testTemplatefile
+++ b/src/test/resources/testTemplatefile
@@ -1,18 +1,19 @@
-${
- "input": {
- "encoding": "encode-json",
- "protocol": "sse",
- "subscription" : [
- {
- "topic" : "resources",
- "object-type-infos" : [
- {
- "object-type" : "onu",
- "version" : "v1"
- }
- ],
- "operation" : ["create"]
- }
- ]
+${repeat: {
+ "input": {
+ "encoding": "encode-json",
+ "protocol": "sse",
+ "subscription" : [
+ {
+ "topic" : "resources",
+ "object-type-infos" : [
+ {
+ "object-type" : "onu",
+ "version" : "v1"
+ }
+ ],
+ "operation" : ["create"]
+ }
+ ]
+ }
}
-} \ No newline at end of file
+}