From 977f7c395cee52cdecd0b01cb0412ebfeb9db048 Mon Sep 17 00:00:00 2001 From: "raviteja.karumuri" Date: Tue, 20 Jun 2023 19:10:21 +0100 Subject: NCMP : Replacing the word 'Batch' as 'DataOperation'. Issue-ID: CPS-1754 Signed-off-by: raviteja.karumuri Change-Id: Ie9f56effb160582ba7177331fb6260b2bde2342b --- .../src/test/resources/dataOperationRequest.json | 36 ++++++++++++++++++++++ .../test/resources/resourceDataBatchRequest.json | 36 ---------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 cps-ncmp-service/src/test/resources/dataOperationRequest.json delete mode 100644 cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json (limited to 'cps-ncmp-service/src/test/resources') diff --git a/cps-ncmp-service/src/test/resources/dataOperationRequest.json b/cps-ncmp-service/src/test/resources/dataOperationRequest.json new file mode 100644 index 0000000000..98ed39b9ae --- /dev/null +++ b/cps-ncmp-service/src/test/resources/dataOperationRequest.json @@ -0,0 +1,36 @@ +{ + "operations": [ + { + "operation": "read", + "operationId": "operational-14", + "datastore": "ncmp-datastore:passthrough-operational", + "options": "some option", + "resourceIdentifier": "some resource identifier", + "targetIds": [ + "ch3-dmi2", + "unknown-cm-handle", + "ch6-dmi1" + ] + }, + { + "operation": "read", + "operationId": "running-12", + "datastore": "ncmp-datastore:passthrough-running", + "targetIds": [ + "ch1-dmi1", + "ch7-dmi2", + "ch2-dmi1" + ] + }, + { + "operation": "read", + "operationId": "operational-15", + "datastore": "ncmp-datastore:passthrough-operational", + "options": "some option", + "targetIds": [ + "ch4-dmi2", + "ch6-dmi1" + ] + } + ] +} diff --git a/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json b/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json deleted file mode 100644 index 98ed39b9ae..0000000000 --- a/cps-ncmp-service/src/test/resources/resourceDataBatchRequest.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "operations": [ - { - "operation": "read", - "operationId": "operational-14", - "datastore": "ncmp-datastore:passthrough-operational", - "options": "some option", - "resourceIdentifier": "some resource identifier", - "targetIds": [ - "ch3-dmi2", - "unknown-cm-handle", - "ch6-dmi1" - ] - }, - { - "operation": "read", - "operationId": "running-12", - "datastore": "ncmp-datastore:passthrough-running", - "targetIds": [ - "ch1-dmi1", - "ch7-dmi2", - "ch2-dmi1" - ] - }, - { - "operation": "read", - "operationId": "operational-15", - "datastore": "ncmp-datastore:passthrough-operational", - "options": "some option", - "targetIds": [ - "ch4-dmi2", - "ch6-dmi1" - ] - } - ] -} -- cgit 1.2.3-korg