From a3aba7c370817c1df7c6188ebe825252b935c4ae Mon Sep 17 00:00:00 2001 From: "raviteja.karumuri" Date: Thu, 6 Jul 2023 13:48:31 +0100 Subject: [CSIT] Testing DataOperations Request with positive Scenario # Sending CMHandle with ready state to the NCMP then it forwarded to DMI to complete the read operation once done with success it produces a message to the client topic' Issue-ID: CPS-1560 Signed-off-by: raviteja.karumuri Change-Id: I0af68fdf97bf0a5063361ae08475dee38dbe7b8e --- csit/data/dataOperationRequest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 csit/data/dataOperationRequest.json (limited to 'csit/data/dataOperationRequest.json') diff --git a/csit/data/dataOperationRequest.json b/csit/data/dataOperationRequest.json new file mode 100644 index 000000000..1b94a299d --- /dev/null +++ b/csit/data/dataOperationRequest.json @@ -0,0 +1,12 @@ +{ + "operations": [ + { + "operation": "read", + "operationId": "operational-12", + "datastore": "ncmp-datastore:passthrough-operational", + "options": "(fields=schemas/schema)", + "resourceIdentifier": "parent/child", + "targetIds": ["850117873c9a4936856a5081be96e6a8"] + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg