tests: Use general cmd_execute() for bridge setup commands
authorJonathan Afek <jonathan@wizery.com>
Thu, 23 Jun 2016 17:16:29 +0000 (20:16 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jun 2016 18:47:37 +0000 (21:47 +0300)
commitbb04a9a9a35d658093f1dd21dfb6319b227ab4c1
tree35e19efb5a111963f64797f777a2a8a703ff0b8a
parent12129dda8e5351d673d56f43812b81b71810b397
tests: Use general cmd_execute() for bridge setup commands

The hwsim tests used to execute shell commands in the tests using the
subprocess python module. Use the cmd_execute() general function for
executing shell commands to setup bridge so that this would also work on
remote setups.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
tests/hwsim/test_ap_params.py
tests/hwsim/test_ap_psk.py
tests/hwsim/test_p2p_autogo.py
tests/hwsim/test_pmksa_cache.py