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

Change-Id: I5a0dc2c2d33c7cd79655497f66373c6f4f9af656
diff --git a/tools/test/configs/netconf-cfg.json b/tools/test/configs/netconf-cfg.json
index aff0604..fad22cb 100644
--- a/tools/test/configs/netconf-cfg.json
+++ b/tools/test/configs/netconf-cfg.json
@@ -1,19 +1,15 @@
 {
-  "devices":{
-    "netconf:10.1.9.24:830":{
-      "basic":{
-        "driver":"ovs-netconf"
+  "devices": {
+    "netconf:192.168.56.104:830": {
+      "netconf": {
+        "ip": "192.168.56.104",
+        "port": 830,
+        "username": "mininet",
+        "password": "mininet"
+      },
+      "basic": {
+        "driver": "ovs-netconf"
       }
     }
-  },
-  "apps":{
-    "org.onosproject.netconf":{
-      "devices":[{
-        "username":"mininet",
-        "password":"mininet",
-        "ip":"10.1.9.24",
-        "port":830
-      }]
-    }
   }
 }