Populate data/ hierarchy
[yangtools.git] / yang / yang-data-impl / src / test / resources / rpc-getDeviceEquipment.xml
diff --git a/yang/yang-data-impl/src/test/resources/rpc-getDeviceEquipment.xml b/yang/yang-data-impl/src/test/resources/rpc-getDeviceEquipment.xml
deleted file mode 100644 (file)
index 9db40ad..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<methodCall xmlns="urn:ciscodaylight:controller:get.device.equipment">
-       <methodName>getDeviceEquipment</methodName>
-       <emptyTag />
-       <params>
-               <param>
-                       <value>
-                               <string>DeviceID123</string>
-                       </value>
-               </param>
-               <param>
-                       <value>
-                               <string>172.23.218.75</string>
-                       </value>
-               </param>
-       </params>
-</methodCall>