]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Import helper functions directly from utils.py
authorJouni Malinen <j@w1.fi>
Fri, 23 Aug 2019 21:14:41 +0000 (00:14 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 24 Aug 2019 09:11:53 +0000 (12:11 +0300)
commitf3c188fa7d8c29bd5f62a10fba1d2eb274fa9a6a
treedd51b9f70aea93d69ca0c0ebd559bb5922a37797
parentc38c62ff78a69168a5e8d6c40b23c9cb0fcbd8d1
tests: Import helper functions directly from utils.py

These were moved from test_sae.py to utils.py, so import them from the
correct location instead of through test_sae.py that imports them from
utils.py.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_wpas_mesh.py