aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/mass-pnf-sim/README.md')
-rw-r--r--test/mocks/mass-pnf-sim/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/README.md b/test/mocks/mass-pnf-sim/README.md
index 7e98256eb..cbbf07574 100644
--- a/test/mocks/mass-pnf-sim/README.md
+++ b/test/mocks/mass-pnf-sim/README.md
@@ -30,6 +30,13 @@ Define the amount of simulators to be launched
###Trigger
./mass-pnf-sim.py --trigger 2
+###Trigger only a subset of the simulators
+./mass-pnf-sim.py --triggerstart 0 --triggerend 3
+#this will trigger 0,1,2,3
+
+./mass-pnf-sim.py --triggerstart 4 --triggerend 5
+#this will trigger 4,5
+
###Stop and clean
./mass-pnf-sim.py --stop 2
./mass-pnf-sim.py --clean