diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-12-07 15:33:09 +0000 |
---|---|---|
committer | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-12-12 10:37:19 +0000 |
commit | 14d37304d8b83efc099ba19d6f3e7d5d53fead29 (patch) | |
tree | 5aac3fa33056f1d85be4b77a0c2809862569dee5 /csit/data/dataOperationRequest.json | |
parent | 93f2c3ff203d78d8cddae7878d16fe2f55661655 (diff) |
Clean up CSIT Test
- Removed gitignore from csit and made it top level
- Removed tabs from all files
- Created sub-folder for cps-core and ncmp in the data folder
- Deleted csit/data/postModuleRequestBody.json, was not used
- Removed setting variable for most response.json() calls
Issue-Id: CPS-734
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I32fd5b4f5a0132987a4684c336846b86df7b49e7
Diffstat (limited to 'csit/data/dataOperationRequest.json')
-rw-r--r-- | csit/data/dataOperationRequest.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/csit/data/dataOperationRequest.json b/csit/data/dataOperationRequest.json deleted file mode 100644 index 1b94a299dc..0000000000 --- a/csit/data/dataOperationRequest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "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 |