Remove restconf-nb-bierman02
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / simple-list.json
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list.json b/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list.json
deleted file mode 100644 (file)
index 76a0190..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "simple-list-yang1:lst":[
-        {
-            "cont1":{
-            },
-            "lst1": [
-                {
-                }
-            ],
-            "lflst1":[
-                "lflst1_1",
-                "lflst1_2"
-            ],
-            "lf1":"lf1"
-        }
-    ]
-}