]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Move VM starting delay control into parallel-vm.py
authorJouni Malinen <j@w1.fi>
Fri, 27 Dec 2019 08:09:43 +0000 (10:09 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 27 Dec 2019 14:03:50 +0000 (16:03 +0200)
commit179279eb341dde278e26fcc212bf2141691c69c7
tree66276bc2479f09624f6b75656d678b807f01a047
parent4ee4778676f3fdb12ccb9f2e515f53605ec8aa6c
tests: Move VM starting delay control into parallel-vm.py

This is more efficient since we can now start only the necessary number
of VMs instead of always forcing all VMs to start with one second delay.
This can also control the starting delay by keeping at most two VMs
starting at a time instead of using the hardcoded one second wait for
each consecutive VM.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/vm/parallel-vm.py
tests/hwsim/vm/vm-run.sh