]> git.ipfire.org Git - thirdparty/hostap.git/commit - tests/hwsim/test_ap_ft.py
tests: Use python3 compatible dict operation
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 24 Jan 2019 07:45:43 +0000 (16:45 +0900)
committerJouni Malinen <j@w1.fi>
Sat, 26 Jan 2019 10:53:05 +0000 (12:53 +0200)
commit35d8c2545e854aa7c21b36a11631e95b1914d2d8
tree981188c7d3f9cf37daa7ece0e252dc0d3833b2a8
parent89896c0008d1e055790572190d02c24ae1721a76
tests: Use python3 compatible dict operation

This patch is made by using 2to3 command.

$ find . -name *.py | xargs 2to3 -f dict -w -n

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/hostapd.py
tests/hwsim/run-tests.py
tests/hwsim/test_ap_ft.py
tests/hwsim/test_ap_hs20.py
tests/hwsim/test_pmksa_cache.py
tests/hwsim/test_radius.py
tests/hwsim/test_scan.py
tests/hwsim/wpasupplicant.py
tests/remote/run-tests.py