diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2018-08-02 13:40:25 +0200 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2018-08-02 14:06:51 +0200 |
commit | ffd526656aad91b3bf165eea90bc158b3dc3e4fd (patch) | |
tree | 18437ee9f1ee79a4c618a991a7b67d239cf63ad1 /test/mocks/pnfsimulator/config/config.json | |
parent | cbb3d888e8264023e891298c69fdcccc32e09bd4 (diff) |
Preparing simulator for INT-607
Change-Id: Ibc5b9be98f46e699398a29a981053435bc09dc2a
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/config/config.json')
-rw-r--r-- | test/mocks/pnfsimulator/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json index b7eb1cc12..ca2854269 100644 --- a/test/mocks/pnfsimulator/config/config.json +++ b/test/mocks/pnfsimulator/config/config.json @@ -1,6 +1,6 @@ { "simulatorParams": { - "vesServerUrl": "http://10.154.187.70:8080/eventListener/v5", + "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v5", "testDuration": "10", "messageInterval": "1" }, |