summaryrefslogtreecommitdiffstats
path: root/src/test/resources/RestConfEvent.json
diff options
context:
space:
mode:
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