]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Stop valgrind.bin regardless of which option is started
authorJouni Malinen <j@w1.fi>
Mon, 26 Aug 2013 08:28:32 +0000 (11:28 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 26 Aug 2013 08:28:32 +0000 (11:28 +0300)
commit024913a1566c54fb92995528440867b115734a32
tree09424173ccbeee24b39d7c914bf867415194a3fa
parente5a3983819291c82b596e397d78c1c161f03e479
tests: Stop valgrind.bin regardless of which option is started

The previous design of having to provide valgrind parameter to
stop-wifi.sh did not work since the new test setup may no match the
previous one. Instead of trying to figure out what needs to be stopped
based on previous run, stop all wpa_supplicant/hostapd processes running
under valgrind unconditionally to avoid cases where new set of processes
cannot be started due to existing processed.

Signed-hostap: Jouni Malinen <j@w1.fi>
tests/hwsim/run-all.sh
tests/hwsim/stop-wifi.sh