diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-03-29 10:30:33 +0000 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-03-29 10:30:33 +0000 |
commit | a2f942369425233e9029bdce452cd3a363e617cb (patch) | |
tree | 4fac3cc5f6c3a866c6ac561997dd6d5496798108 /test/mocks/mass-pnf-sim/README.md | |
parent | b42c19352ae5659679ad8631bdcf5cd0f8291c52 (diff) |
Update VES event with latest file in each ROP
Change-Id: I64e8ac7ba99c28d299a711741dcc1c6f8bc9e47e
Issue-ID: DCAEGEN2-1225
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'test/mocks/mass-pnf-sim/README.md')
-rw-r--r-- | test/mocks/mass-pnf-sim/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/README.md b/test/mocks/mass-pnf-sim/README.md index 507a6920e..7e98256eb 100644 --- a/test/mocks/mass-pnf-sim/README.md +++ b/test/mocks/mass-pnf-sim/README.md @@ -34,5 +34,8 @@ Define the amount of simulators to be launched ./mass-pnf-sim.py --stop 2 ./mass-pnf-sim.py --clean +###Verbose printout from Python +python3 -m trace --trace --count -C . ./mass-pnf-sim.py ..... + ###Cleaning and recovery after incorrect configuration docker stop $(docker ps -aq); docker rm $(docker ps -aq) |