]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Convert Host() class to use list of arguments instead of string
authorJouni Malinen <j@w1.fi>
Sun, 24 Apr 2016 09:28:18 +0000 (12:28 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 24 Apr 2016 17:16:30 +0000 (20:16 +0300)
commit5a766accee00218c60468ab322daeee2019b6e79
tree6585dfb00913f81b7f37f197a76d22ab2543b21c
parent2147b3a7f8ce4dbb3cb5a85efd012faa3f3b6c18
tests: Convert Host() class to use list of arguments instead of string

It is better to use a list of command line arguments for the local
execution case and convert that to a space-separated string for the
remote case.

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