tests: Make FST config tests more robust and easier to debug
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 10 Aug 2016 14:55:20 +0000 (17:55 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 10 Aug 2016 14:55:20 +0000 (17:55 +0300)
commitf27b9277d5a5737be2a671e9930fbb2e0f01f3cd
treef55b45e314bc7d46b222e6fedc44c653baf8d802
parent6fe3b9d45151f1c6ae60be66d85638ca39fa7bbb
tests: Make FST config tests more robust and easier to debug

It looks like it is possible for the separate started wpa_supplicant
process to remain running after a test case like fst_sta_config_default.
This would result in failures to run any following test case that uses
the wlan5 interface. Try to kill the process more thoroughly by waiting
for the PID file to show up and write more details into the logs to make
it easier to debug issues in this area.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_fst_config.py