diff options
author | richarv <richard.vondadelszen@amdocs.com> | 2018-02-07 12:18:08 -0500 |
---|---|---|
committer | richarv <richard.vondadelszen@amdocs.com> | 2018-02-07 12:18:42 -0500 |
commit | a23ea1abfc73e3baca3bbf982de1caffbb2f94cf (patch) | |
tree | 3211997f473cedbd103762a8576beb374f8787ce /src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch4.json | |
parent | fc82c51d2a399813bfb55ede8ab341400dfce03a (diff) |
Increasing test coverage
Issue-ID: AAI-741
Change-Id: Iecc07f9d4ff78c3ffde00ef5bb387a975289ce83
Signed-off-by: richarv <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch4.json')
-rw-r--r-- | src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch4.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch4.json b/src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch4.json new file mode 100644 index 0000000..71298e9 --- /dev/null +++ b/src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch4.json @@ -0,0 +1,17 @@ +{ + "_index" : "aggregate_generic-vnf_index", + "_type" : "default", + "_id" : "a5583fff3d57e0412363a9edfc265fd95374e6e0ef7b7061c7286622da9048484", + "_version" : 1, + "found" : true, + "_source" : { + "link" : "/aai/v11/network/generic-vnfs/generic-vnf/genericvnft2i11bd4", + "lastmodTimestamp" : "2018-01-29T03:35:46.859-0500", + "vnf-id" : "genericvnft2i11bd4", + "in-maint" : "false", + "resource-version" : "1508939769479", + "vnf-name" : "genericvnft2i11bd4", + "vnf-type" : "VirtualNetworkFunctionType", + "is-closed-loop-disabled" : "true" + } +}
\ No newline at end of file |