Remove CloseableUtil
[netconf.git] / protocol / netconf-server / src / test / resources / messages / rpc_ns.xml
1 <!--
2   ~ Copyright (c) 2018 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8 <nc:rpc message-id="a" a="64" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
9     <no-arg xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
10         <context-instance>/modules/module[type='impl-netconf' and name='instance-from-code']</context-instance>
11         <arg1>
12             testarg1
13         </arg1>
14     </no-arg>
15 </nc:rpc>