diff options
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json index f0ded4c04..8d6342d9d 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json @@ -1,7 +1,7 @@ { "simulatorParams": { - "vesServerUrl": "http://localhost:10000/eventListener/v7", - "testDuration": "10", + "vesServerUrl": "http://10.10.1.99:9999/eventListener/v7", + "testDuration": "1", "messageInterval": "1" }, "commonEventHeaderParams": { |