]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix skipping of new sigma_dut test cases
authorJouni Malinen <jouni@codeaurora.org>
Fri, 13 Dec 2019 19:19:36 +0000 (21:19 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Fri, 13 Dec 2019 19:19:36 +0000 (21:19 +0200)
commit7327f0fa6ff6f09b2a1c423a376ee0e0f403d7c3
tree136faacb9b79b7560bf535297feec689f1c5831e
parent06540f232c5e2fb23be9d9d2c16a16e16e4d4d15
tests: Fix skipping of new sigma_dut test cases

start_sigma_dut() can raise an exception and as such, assigning a
variable to its return value within a try block does not work in this
manner when the result is supposed to be used in the finally statement.

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