Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-leaves-delete.xml
diff --git a/restconf/restconf-nb/src/test/resources/listener-adapter-test/notif-leaves-delete.xml b/restconf/restconf-nb/src/test/resources/listener-adapter-test/notif-leaves-delete.xml
new file mode 100644 (file)
index 0000000..38ea208
--- /dev/null
@@ -0,0 +1,33 @@
+<notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
+    <eventTime>2022-02-18T18:07:48.662524+01:00</eventTime>
+    <data-changed-notification xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote">
+        <data-change-event>
+            <path>
+                /instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf11
+            </path>
+            <operation>deleted</operation>
+        </data-change-event>
+        <data-change-event>
+            <path>
+                /instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:name
+            </path>
+            <operation>deleted</operation>
+        </data-change-event>
+        <data-change-event>
+            <path>
+                /instance-identifier-patch-module:patch-cont/instance-identifier-patch-module:my-list1/instance-identifier-patch-module:my-list1[instance-identifier-patch-module:name='Althea']/instance-identifier-patch-module:my-leaf12
+            </path>
+            <operation>deleted</operation>
+        </data-change-event>
+        <data-change-event>
+            <path>
+                /instance-identifier-patch-module:patch-cont/augment-instance-identifier-patch-module:patch-choice1/augment-instance-identifier-patch-module:case-leaf1
+            </path>
+            <operation>deleted</operation>
+        </data-change-event>
+        <data-change-event>
+            <path>/instance-identifier-patch-module:patch-cont/augment-instance-identifier-patch-module:leaf1</path>
+            <operation>deleted</operation>
+        </data-change-event>
+    </data-changed-notification>
+</notification>
\ No newline at end of file