diff options
author | TamasBakai <tamas.bakai@est.tech> | 2019-03-26 09:20:16 +0000 |
---|---|---|
committer | TamasBakai <tamas.bakai@est.tech> | 2019-03-26 09:20:16 +0000 |
commit | bab325bf8248fd9033c828981b22942c2098b48a (patch) | |
tree | 7e91a663290b7ff87fb6d8d7eb722ba63c9e17d7 /test/mocks/mass-pnf-sim/README.md | |
parent | c25ab4f11ff8944142229ba92d514f2ae58ec966 (diff) |
Mass-pnf-sim URL handling improvements
Change-Id: Ic10551cb0cd1f875ad6a1cec3d73e1cfcb35d00e
Issue-ID: DCAEGEN2-1225
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
Diffstat (limited to 'test/mocks/mass-pnf-sim/README.md')
-rw-r--r-- | test/mocks/mass-pnf-sim/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/mocks/mass-pnf-sim/README.md b/test/mocks/mass-pnf-sim/README.md index ffa82c118..507a6920e 100644 --- a/test/mocks/mass-pnf-sim/README.md +++ b/test/mocks/mass-pnf-sim/README.md @@ -15,7 +15,10 @@ The ipstart should align to a /28 Ip address range start (e.g. 10.11.0.16, 10.11 For debug purposes, you can use your own IP address as VES collector, use "ip" command to determine it. Example: -./mass-pnf-sim.py --bootstrap 2 --ipves http://10.148.95.??:10000 --ipfileserver 10.148.95.??? --ipstart 10.11.0.16 +./mass-pnf-sim.py --bootstrap 2 --urlves http://10.148.95.??:10000/eventListener/v7 --ipfileserver 10.148.95.??? --ipstart 10.11.0.16 + +Note that the file creator is started at a time of the bootstrapping. +Stop/start will not re-launch it. ###Replacing VES for test purposes `sudo nc -vv -l -k -p 10000` @@ -24,7 +27,7 @@ Example: Define the amount of simulators to be launched ./mass-pnf-sim.py --start 2 -###Trigger +###Trigger ./mass-pnf-sim.py --trigger 2 ###Stop and clean |