Reduce exception guard
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-leaves-delete.xml
1 <notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
2     <eventTime>2022-02-18T18:07:48.662524+01:00</eventTime>
3     <data-changed-notification xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote">
4         <data-change-event>
5             <path>
6                 /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
7             </path>
8             <operation>deleted</operation>
9         </data-change-event>
10         <data-change-event>
11             <path>
12                 /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
13             </path>
14             <operation>deleted</operation>
15         </data-change-event>
16         <data-change-event>
17             <path>
18                 /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
19             </path>
20             <operation>deleted</operation>
21         </data-change-event>
22         <data-change-event>
23             <path>
24                 /instance-identifier-patch-module:patch-cont/augment-instance-identifier-patch-module:patch-choice1/augment-instance-identifier-patch-module:case-leaf1
25             </path>
26             <operation>deleted</operation>
27         </data-change-event>
28         <data-change-event>
29             <path>/instance-identifier-patch-module:patch-cont/augment-instance-identifier-patch-module:leaf1</path>
30             <operation>deleted</operation>
31         </data-change-event>
32     </data-changed-notification>
33 </notification>