use lead
Redirect the execution of the subsequent action lines to the lead controller machine.
There are no arguments for this action.
None
This action may be used within the following project items: test modules and user-defined actions.
machine port timeout name
connect deputy 192.168.167.79 53600 5 Deputy 1
connect deputy 192.168.167.116 53600 5 Deputy 2
 
name parallel
use deputy Deputy 1 yes
 
text
report Test run on machine 1
 
name parallel
use deputy Deputy 2 yes
 
text
report Test run on machine 2
 
use lead
 
wait for all deputies
 
name
disconnect deputy Deputy 1
 
disconnect deputy Deputy 2
- use lead provides a lower bound to a block of action lines directed to a deputy with the use deputy action. (Note that use lead has no meaning if it does not follow a use deputy action.)