[ONOS-6076] Moving NETCONF devices configuration under devices key

Change-Id: I5a0dc2c2d33c7cd79655497f66373c6f4f9af656
diff --git a/tools/test/configs/netconf-cfg-old.json b/tools/test/configs/netconf-cfg-old.json
new file mode 100644
index 0000000..e9910b4
--- /dev/null
+++ b/tools/test/configs/netconf-cfg-old.json
@@ -0,0 +1,19 @@
+  {
+  "devices":{
+    "netconf:192.168.56.104:830": {
+      "basic":{
+        "driver":"ovs-netconf"
+      }
+    }
+  },
+  "apps":{
+    "org.onosproject.netconf":{
+      "devices":[{
+        "username":"mininet",
+        "password":"mininet",
+        "ip":"192.168.56.104",
+        "port":830
+      }]
+    }
+  }
+}
\ No newline at end of file