Split Restconf implementations (draft02 and RFC) - Prepare modules
[netconf.git] / restconf / sal-rest-connector / src / test / resources / instanceidentifier / xml / xmlPATCHdataAbsoluteTargetPath.xml
diff --git a/restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataAbsoluteTargetPath.xml b/restconf/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmlPATCHdataAbsoluteTargetPath.xml
deleted file mode 100644 (file)
index 6e84c47..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-  ~ Copyright (c) 2016 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
-  -->
-<yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
-    <patch-id>test-patch</patch-id>
-    <comment>Test patch with absolute target path</comment>
-    <edit>
-        <edit-id>edit1</edit-id>
-        <operation>create</operation>
-        <target>/instance-identifier-patch-module:patch-cont/my-list1/leaf1/my-list2</target>
-        <value>
-            <my-list2 xmlns="instance:identifier:patch:module">
-                <name>my-leaf20</name>
-                <my-leaf21>I am leaf21-0</my-leaf21>
-                <my-leaf22>I am leaf22-0</my-leaf22>
-            </my-list2>
-        </value>
-    </edit>
-    <edit>
-        <edit-id>edit2</edit-id>
-        <operation>create</operation>
-        <target>/instance-identifier-patch-module:patch-cont/my-list1/leaf1/my-list2</target>
-        <value>
-            <my-list2 xmlns="instance:identifier:patch:module">
-                <name>my-leaf21</name>
-                <my-leaf21>I am leaf21-1</my-leaf21>
-                <my-leaf22>I am leaf22-1</my-leaf22>
-            </my-list2>
-        </value>
-    </edit>
-</yang-patch>
\ No newline at end of file