]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Do not fail if driver supports power saving
authorJouni Malinen <jouni@codeaurora.org>
Fri, 4 May 2018 20:56:32 +0000 (23:56 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 4 May 2018 20:56:32 +0000 (23:56 +0300)
commit23c024b9c1bad42b978f005c99b9817363aed9de
tree39c67089265b50e0b82de4e3ff052fec1ff78d01
parent60a5737e8f6aa18bdf313ff69a675c211e29c196
tests: Do not fail if driver supports power saving

Couple of "invalid value" tests started to fail now that mac80211_hwsim
actually accepts power save configuration. Fix these by running the same
command for more code coverage, but in a way that ignores the result of
the operation (succeeds with older kernel versions and fails with
newer).

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