tests: Use the cmd_execute() function in ap_ht for iw reg set
authorJonathan Afek <jonathan@wizery.com>
Tue, 7 Jun 2016 13:42:41 +0000 (16:42 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jun 2016 18:10:35 +0000 (21:10 +0300)
commit113b8a1a3c4bef5465aee122f7add024d0792bfd
tree857ecd05aff8ba31c0d8940cdb5afd4624090781
parent6b4300d0c63a17809a8e8e4025921699c608a075
tests: Use the cmd_execute() function in ap_ht for iw reg set

The ap_ht tests used to execute iw reg set command using the subprocess
python module. Start using the cmd_execute() general function for
executing shell commands so that this would also work on remote setups.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
tests/hwsim/test_ap_ht.py