]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Call stop_sigma_dut() in more failure cases
authorJouni Malinen <jouni@codeaurora.org>
Thu, 9 Jan 2020 22:19:27 +0000 (00:19 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 9 Jan 2020 22:44:07 +0000 (00:44 +0200)
commit991e6b9e7971e77fe50cd9578e61a41b84acf74f
treeafb4a9953b53618380c89fd35e6c7aca23bf9d66
parentf0b6b23fe39101f2093a887f1bcd5aca4fbcaa55
tests: Call stop_sigma_dut() in more failure cases

Some of the sigma_dut test cases were not yet using try/finally to
ensure stop_sigma_dut() gets called. That could result in not logging
all failure reasons in the log and getting stuck with being unable to
start new sigma_dut processes after failed test cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_sigma_dut.py