diff options
author | TamasBakai <tamas.bakai@est.tech> | 2019-03-19 09:56:28 +0000 |
---|---|---|
committer | TamasBakai <tamas.bakai@est.tech> | 2019-03-19 09:56:28 +0000 |
commit | 114c21c9ff09fd80851e8419b575ea75f5e0a206 (patch) | |
tree | 7a573cda93d7acff46a129fb0e6e24863e274d67 /test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json | |
parent | db4bd69a91545c22580f3c9c57237df82cf1b80e (diff) |
ROP file processing in mass-pnf-simulator
Change-Id: I66203ff66e9d91865f8eee06bef01e55bcd6c39c
Issue-ID: DCAEGEN2-1225
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
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": { |