]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Python coding style cleanup (pylint3 unneeded-not)
authorJouni Malinen <jouni@codeaurora.org>
Fri, 15 Mar 2019 09:34:32 +0000 (11:34 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 15 Mar 2019 09:34:32 +0000 (11:34 +0200)
commita8b8da1132b2d71958ad9628d6fc20c0d7f179e8
treec3bd4ea05a71f4032faca80354948bad91705364
parent2f22ed4faba4ad0e0985c508a1d50ec840064613
tests: Python coding style cleanup (pylint3 unneeded-not)

Use more readable "foo not in bar" construction for the couple of places
that did "not foo in bar".

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
12 files changed:
tests/hwsim/fst_module_aux.py
tests/hwsim/hostapd.py
tests/hwsim/run-tests.py
tests/hwsim/test_ap_vlan.py
tests/hwsim/test_fst_module.py
tests/hwsim/test_hs20_filter.py
tests/hwsim/test_ocv.py
tests/hwsim/test_p2p_service.py
tests/hwsim/test_rfkill.py
tests/hwsim/test_suite_b.py
tests/hwsim/test_wpas_config.py
tests/hwsim/wpasupplicant.py