tests: Add scripts to allow parallel execution of tests in VMs
authorJouni Malinen <j@w1.fi>
Sun, 23 Mar 2014 23:35:58 +0000 (01:35 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 24 Mar 2014 21:37:42 +0000 (23:37 +0200)
commit09e38c2fce261d512b81bbe941d7d804b54cd048
tree2a58a63bc4fea741acdd8888ae26635902b935af
parent0df965e975d34453f29bb355b97bbe3a5943b178
tests: Add scripts to allow parallel execution of tests in VMs

"parallel-vm.sh <number of VMs> [arguments..]" can now be used to run
multiple VMs in parallel to speed up full test cycle significantly. In
addition, the "--split srv/total" argument used in this design would
also make it possible to split this to multiple servers to speed up
testing.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/run-tests.py
tests/hwsim/vm/README
tests/hwsim/vm/parallel-vm.sh [new file with mode: 0755]
tests/hwsim/vm/vm-run.sh