Parallel testing - running on two slaves in parallel
Hi all,
I have a config where I run one suite of test projects in one hardware setup, and a different suite of projects in another hardware setup.
I need the tests to run independently on each setup.
I can create jobs with one task for each setup (slave), and run the jobs. Since the tasks in a job run concurrently, this seems to solve it. But one test project can take considerably shorter time than another, so one slave will have to wait for the other to complete before I the next job can start. Have I understood this right?
I have explored batch running of projects using Test Items in the project page on the master project, and this runs single projects one by one.
I would like to run two lists of tests on two different slave computers in parallel independent of each other.
Is this possible, or do I have to write a script to run the tasks one by one on the slave computers?