Reduce exception guard
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-update.xml
1 <notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
2     <eventTime>2020-10-19T13:41:50.132897+02:00</eventTime>
3     <data-changed-notification xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote">
4         <data-change-event>
5             <path>/instance-identifier-patch-module:patch-cont</path>
6             <data>
7                 <patch-cont xmlns="instance:identifier:patch:module">
8                     <my-list1>
9                         <name>Althea</name>
10                         <my-leaf11>Jed</my-leaf11>
11                         <my-leaf12>Bertha</my-leaf12>
12                     </my-list1>
13                 </patch-cont>
14             </data>
15             <operation>updated</operation>
16         </data-change-event>
17     </data-changed-notification>
18 </notification>