From ffd526656aad91b3bf165eea90bc158b3dc3e4fd Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Thu, 2 Aug 2018 13:40:25 +0200 Subject: Preparing simulator for INT-607 Change-Id: Ibc5b9be98f46e699398a29a981053435bc09dc2a Issue-ID: INT-607 Signed-off-by: Marcin Migdal --- test/mocks/pnfsimulator/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mocks/pnfsimulator/config') 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" }, -- cgit 1.2.3-korg