Added simple http handler for route updates into unittests

Change-Id: Ia8711a773063b5dccf24aa5a312ebd7ab6074e27
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/test/config-file.json b/test/config-file.json
index ab0079a..1ff0070 100644
--- a/test/config-file.json
+++ b/test/config-file.json
@@ -16,5 +16,10 @@
         "host": "localhost",
         "port": 6379,
         "namespaces": ["sdl", "rnib"]
+    },
+    "rtmgr" : {
+      "HostAddr" : "localhost",
+      "port" : "8989",
+      "baseUrl" : "/"
     }
 }