From ba31685194c77ef140411531299696ae701385d4 Mon Sep 17 00:00:00 2001 From: da490c Date: Thu, 22 Mar 2018 00:32:52 -0400 Subject: Convert Sparky to Spring-Boot Issue-ID: AAI-599 Change-Id: If474dd02794f442fdddcd90f62fb75e0d6b907e7 Signed-off-by: da490c --- .../sync/ElasticSearch/docEntityFromElasticSearch5.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch5.json (limited to 'src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch5.json') diff --git a/src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch5.json b/src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch5.json deleted file mode 100644 index 08d8cdd..0000000 --- a/src/test/resources/sync/ElasticSearch/docEntityFromElasticSearch5.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "_index" : "aggregate_generic-vnf_index", - "_type" : "default", - "_id" : "a5583fff3d57e0412363a9edfc265fd95374e6e0ef7b7061c7286622da904848", - "_version" : 1, - "found" : true, - "_source" : { - "link" : "/aai/v11/network/generic-vnfs/generic-vnf/genericvnft2i11bd5", - "lastmodTimestamp" : "2018-01-29T03:35:46.859-0500", - "vnf-id" : "genericvnft2i11bd5", - "in-maint" : "false", - "resource-version" : "1508939769479", - "vnf-name" : "genericvnft2i11bd5", - "vnf-type" : "VirtualNetworkFunctionType", - "is-closed-loop-disabled" : "true" - } - } \ No newline at end of file -- cgit 1.2.3-korg