aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-09 09:39:40 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-10 06:39:05 +0000
commit0dc600f0d581c0d3f5abd0ac59f958faddfc2720 (patch)
tree58855d09a737f8cc101572c92f7c870446128170 /test
parent2b7abe8e093656e88d81db3f3dbb265da695c8a1 (diff)
Update Mass PNF simulator documentation
Change-Id: I8b583e958f445965eead876925e8eb385e655eb5 Issue-ID: INT-1617 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test')
-rw-r--r--test/mocks/mass-pnf-sim/README.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/test/mocks/mass-pnf-sim/README.md b/test/mocks/mass-pnf-sim/README.md
index d79eccc75..eb11b2bc9 100644
--- a/test/mocks/mass-pnf-sim/README.md
+++ b/test/mocks/mass-pnf-sim/README.md
@@ -38,18 +38,16 @@ Stop/start will not re-launch it.
sudo nc -vv -l -k -p 10000
```
-### Start
-
-Define the amount of simulators to be launched
+### Start all bootstrapped instances
```
-./mass-pnf-sim.py start --count 2
+./mass-pnf-sim.py start
```
### Trigger
```
-./mass-pnf-sim.py trigger --count 2
+./mass-pnf-sim.py trigger
```
### Trigger only a subset of the simulators
@@ -66,10 +64,16 @@ The following command will trigger 4 and 5:
./mass-pnf-sim.py trigger-custom --triggerstart 4 --triggerend 5
```
-### Stop and clean
+### Stop sending PNF registration messages from simulators
+
+```
+./mass-pnf-sim.py stop_simulator
+```
+
+### Stop docker containers and clean bootstrapped simulators
```
-./mass-pnf-sim.py stop --count 2
+./mass-pnf-sim.py stop
./mass-pnf-sim.py clean
```