summaryrefslogtreecommitdiffstats
path: root/csit/data/dataOperationRequest.json
diff options
context:
space:
mode:
authorraviteja.karumuri <raviteja.karumuri@est.tech>2023-07-06 13:48:31 +0100
committerRaviteja Karumuri <raviteja.karumuri@est.tech>2023-07-13 15:18:43 +0000
commita3aba7c370817c1df7c6188ebe825252b935c4ae (patch)
tree0adf3aad87cc4961c74b489eec51686a5192850d /csit/data/dataOperationRequest.json
parent7cda5e9e9c53cc246d3fd6324675799be12b06fb (diff)
[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 <raviteja.karumuri@est.tech> Change-Id: I0af68fdf97bf0a5063361ae08475dee38dbe7b8e
Diffstat (limited to 'csit/data/dataOperationRequest.json')
-rw-r--r--csit/data/dataOperationRequest.json12
1 files changed, 12 insertions, 0 deletions
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