Skip to content

tools: lisa-test: Use --share '*Target'

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr155 into master

This will share the same lisa.target.Target for all iterations, if more than one iteration is requested (with -n). That avoids reconnecting to the target at every iteration, which is likely to be the expected behaviour for usual use cases.

More advanced users will use exekall directly instead of lisa-test if sharing the Target between iterations is not desired.

Merge request reports