tests: Use cmd_execute() function in ap_ht40_scan_not_affected
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)
commit3e3cbbd03159cdb350a44bce37740b2978cb763a
treeef59e2e3155f9473b58ae040a17706a9c7dccefa
parent113b8a1a3c4bef5465aee122f7add024d0792bfd
tests: Use cmd_execute() function in ap_ht40_scan_not_affected

The ap_ht tests used to execute shell commands in the tests 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