summaryrefslogtreecommitdiffstats
path: root/src/test/resources/RestConfEvent.json
diff options
context:
space:
mode:
authors00370346 <swarup.nayak1@huawei.com>2019-03-14 15:06:40 +0530
committers00370346 <swarup.nayak1@huawei.com>2019-03-18 15:25:23 +0530
commitbe11dee889f5a740d584458b62804e5fd4296e53 (patch)
tree2cc5e14c29df1a40f8e7bbe3bb08fffa38e023b8 /src/test/resources/RestConfEvent.json
parentd76c2d0f61bfb4373b13fcdb6fc3317467dd19b4 (diff)
Issue-ID: DCAEGEN2-1055 Generic RestConfCollector
Change-Id: I1800affa2b34cbb7487c0d8411e078adec5a0c48 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'src/test/resources/RestConfEvent.json')
-rwxr-xr-xsrc/test/resources/RestConfEvent.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/resources/RestConfEvent.json b/src/test/resources/RestConfEvent.json
deleted file mode 100755
index 93d0b64..0000000
--- a/src/test/resources/RestConfEvent.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "ietf-notification:notification" : {
- "eventTime" : "eventtime",
- "ietf-yang-push:push-change-update": {
- "subscription-id":"100",
- "datastore-changes": {
- "ietf-yang-patch:yang-patch":{
- "patch-id":"patch-id",
- "edit":[{
- "edit-id":"edit-id",
- "operation":"create",
- "target":"target",
- "value": {
- "ietf-interfaces:interfaces-state":{
- "interface": {
- "name":"eth0",
- "oper-status":"up"
- }
- }
- }
- }]
- }
- }
- }
- }
-} \ No newline at end of file