How can be a parameter like hold-for used for concurrent be set up for distributed test in taurus: Say, I would like
execution:
- distributed:
- host1.mynet.com
- host2.mynet.com
- host3.mynet.com
scenario: some_scenario
hold-for: 2m
scenarios:
some_scenario:
script: my-test.jmx
to have load for 2 minutes only on all nodes disregarding to the test timing in my-test.jmx. How can I do this? Hold-for works for cuncurrency set up only, not for distributed