RIC-79 intial implementation to fetch subscriptions via rest

Change-Id: Iff2915998c130cb93fa3b1767b2499d8ef3713e5
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/test/config-file.json b/test/config-file.json
index 1ff0070..a98d169 100644
--- a/test/config-file.json
+++ b/test/config-file.json
@@ -21,5 +21,10 @@
       "HostAddr" : "localhost",
       "port" : "8989",
       "baseUrl" : "/"
+    },
+    "subscription": {
+      "host": "localhost:8088",
+      "timeout": 2
     }
+
 }