diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-07-06 13:48:31 +0100 |
---|---|---|
committer | Raviteja Karumuri <raviteja.karumuri@est.tech> | 2023-07-13 15:18:43 +0000 |
commit | a3aba7c370817c1df7c6188ebe825252b935c4ae (patch) | |
tree | 0adf3aad87cc4961c74b489eec51686a5192850d /csit/data | |
parent | 7cda5e9e9c53cc246d3fd6324675799be12b06fb (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')
-rw-r--r-- | csit/data/dataOperationRequest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/csit/data/dataOperationRequest.json b/csit/data/dataOperationRequest.json new file mode 100644 index 0000000000..1b94a299dc --- /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 |