Remove restconf-nb-bierman02
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / listener-adapter-test / notif-update.json
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-update.json b/restconf/restconf-nb-bierman02/src/test/resources/listener-adapter-test/notif-update.json
deleted file mode 100644 (file)
index b2957ea..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-{
-    "notification": {
-        "data-changed-notification": {
-            "data-change-event": [
-                {
-                    "data": {
-                        "patch-cont": {
-                            "my-list1": {
-                                "my-leaf11": "Jed",
-                                "my-leaf12": "Bertha",
-                                "name": "Althea"
-                            },
-                            "xmlns": "instance:identifier:patch:module"
-                        }
-                    },
-                    "operation": "updated",
-                    "path": "/instance-identifier-patch-module:patch-cont"
-                },
-                {
-                    "data": {
-                        "my-list1": {
-                            "my-leaf11": "Jed",
-                            "my-leaf12": "Bertha",
-                            "name": "Althea",
-                            "xmlns": "instance:identifier:patch:module"
-                        }
-                    },
-                    "operation": "updated",
-                    "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']"
-                },
-                {
-                    "data": {
-                        "my-leaf12": {
-                            "content": "Bertha",
-                            "xmlns": "instance:identifier:patch:module"
-                        }
-                    },
-                    "operation": "created",
-                    "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf12"
-                },
-                {
-                    "data": {
-                        "name": {
-                            "content": "Althea",
-                            "xmlns": "instance:identifier:patch:module"
-                        }
-                    },
-                    "operation": "updated",
-                    "path": "/instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:name"
-                }
-            ],
-            "xmlns": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote"
-        },
-        "eventTime": "2017-09-18T15:52:25.213+03:00",
-        "xmlns": "urn:ietf:params:xml:ns:netconf:notification:1.0"
-    }
-}