summaryrefslogtreecommitdiffstats
path: root/k6-tests/resources/sampleAvcInputEvent.json
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2024-10-09 11:22:46 +0000
committerGerrit Code Review <gerrit@onap.org>2024-10-09 11:22:46 +0000
commit110528232b5704b86d609550224994dded24788d (patch)
tree965d3fac9a42ab2639a2ce91c8d26381323b0031 /k6-tests/resources/sampleAvcInputEvent.json
parentfe5bbade7c7e1711b6d9ca626d8505d9828eda1b (diff)
parent6041e3f4b9af9387added1c5d093150a247a24a3 (diff)
Merge "Added K6 script test to check a throughput of CPS kafka consumer"
Diffstat (limited to 'k6-tests/resources/sampleAvcInputEvent.json')
-rw-r--r--k6-tests/resources/sampleAvcInputEvent.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/k6-tests/resources/sampleAvcInputEvent.json b/k6-tests/resources/sampleAvcInputEvent.json
new file mode 100644
index 0000000000..4c9cd721df
--- /dev/null
+++ b/k6-tests/resources/sampleAvcInputEvent.json
@@ -0,0 +1,38 @@
+{
+ "data": {
+ "push-change-update": {
+ "datastore-changes": {
+ "ietf-yang-patch:yang-patch": {
+ "patch-id": "34534ffd98",
+ "edit": [
+ {
+ "edit-id": "ded43434-1",
+ "operation": "replace",
+ "target": "ancestor:ancestor/parent[@id='parent1']/child[@id='child1']/grandchild[@id='grandchild1']/relation[@id='relation1']",
+ "value": {
+ "attributes": []
+ }
+ },
+ {
+ "edit-id": "ded43434-2",
+ "operation": "create",
+ "target": "ancestor:ancestor/parent[@id='parent1']/child[@id='child1']/grandchild[@id='grandchild1']/relation[@id='relation1']",
+ "value": {
+ "attributes": [
+ {
+ "isHoAllowed": false
+ }
+ ]
+ }
+ },
+ {
+ "edit-id": "ded43434-3",
+ "operation": "delete",
+ "target": "ancestor:ancestor/parent[@id='parent1']/child[@id='child1']/grandchild[@id='grandchild1']/relation[@id='relation1']"
+ }
+ ]
+ }
+ }
+ }
+ }
+} \ No newline at end of file