Remove restconf-nb-bierman02
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / json / jsonPATCHSimpleLeafValue.json
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHSimpleLeafValue.json b/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHSimpleLeafValue.json
deleted file mode 100644 (file)
index 4a109ef..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "ietf-yang-patch:yang-patch" : {
-
-    "patch-id" : "test-patch",
-    "comment" : "this is test patch for simple leaf value",
-    "edit" : [
-      {
-        "edit-id": "edit1",
-        "operation": "replace",
-        "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']/instance-identifier-patch-module:name",
-        "value": {
-          "name": "my-leaf20"
-        }
-      }
-    ]
-  }
-}
\ No newline at end of file