tests: ap_ciphers tests start using general cmd_execute() function
authorJonathan Afek <jonathan@wizery.com>
Tue, 7 Jun 2016 13:42:43 +0000 (16:42 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Jun 2016 20:48:07 +0000 (23:48 +0300)
commitf885b8e97cf39b56fe7ca6577890f2d20df7ae08
tree3554d71cda6737cea7965db95644b9054854e6d9
parent7fd9fbc27dd8a028e8dd6e3716b87a43a5fac9d8
tests: ap_ciphers tests start using general cmd_execute() function

The ap_ciphers tests used to do file operations locally in python. Start
using the cmd_execute() general function for file operations so that
this would also work on remote setups.

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