tests: Use cmd_execute() in set_powersave()
authorJonathan Afek <jonathan@wizery.com>
Thu, 23 Jun 2016 17:16:30 +0000 (20:16 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jun 2016 18:10:35 +0000 (21:10 +0300)
commitf11005812ad1549a7e3b6053e1be6ff90a097349
tree7b88df2b6064fd859f36df8465407a9978c08e72
parentf9442f2967d780304cb579e6641e439ee73bafc7
tests: Use cmd_execute() in set_powersave()

hwsim_utils.set_powersace() 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/hwsim_utils.py