commit | c65f5b0d9ad73ce3f66eabc22e80244546e97238 | [log] [tgz] |
---|---|---|
author | Juha Hyttinen <juha.hyttinen@nokia.com> | Mon Dec 30 14:24:04 2019 +0200 |
committer | Juha Hyttinen <juha.hyttinen@nokia.com> | Mon Dec 30 14:24:29 2019 +0200 |
tree | d4709526ab5dbf106f7d3bebbaac851bb9db2a9e | |
parent | 586cbbc7da7e66d7143ec685012380d63f00cacd [diff] [blame] |
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" : "/" } }