Refactoring MDSAL to use the cars/people model
[integration/test.git] / csit / variables / netconf / MDSAL / delete-not-existing-request.msg
1 <rpc message-id="6" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2 <edit-config>
3     <target>
4         <candidate/>
5     </target>
6     <test-option>
7         set
8     </test-option>
9     <default-operation>none</default-operation>
10     <config xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0">
11       <cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car" a:operation="delete">
12       </cars>
13     </config>
14 </edit-config>
15 </rpc>