]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix erp_home_realm_oom error on python3
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 31 Jan 2019 08:15:55 +0000 (17:15 +0900)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:34 +0000 (12:26 +0200)
commitedab6c9dac76a28e1d25abbf15b89b5aab234578
treedbc6db4d4ca5bb48834e1d400ee83629b4699dac
parentb3361e5dc9f3ca768032bae40a1708934f18a6f5
tests: Fix erp_home_realm_oom error on python3

Only python3 warns to this bug.

TypeError: '>' not supported between instances of 'type' and 'int'
Exception: '>' not supported between instances of 'type' and 'int'

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_erp.py