exekall: Add support for multiple iterations
Allow running multiple iterations using -n. The objects that are shared between all iterations are controlled by --share. This command will run the tests 10 times, and connect to the target only once, and therefore run the RTapp calibration only once as well: $ exekall run lisa/tests/ --conf target_conf.yml -n10 --share '*TestEnv'
Loading
Please register or sign in to comment