Skip to content

exekall: support multiple iterations

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr48 into next

To have multiple iterations of the same set of tests, sharing the TestEnv so that LISA connects only once to the target to avoid multiple RTapp calibrations:

exekall run lisa/tests/ --conf target_conf.yml -n10 --share '*TestEnv'

Also add -odelete-artifact in bisector.

Merge request reports