hostap/tests/remote
Jonathan Afek 0335ff7f69 tests/remote: Fix usage of a non existing variable
In monitor.py in the remote tests code there is fucntion create() that
creates standalone monitor interfaces. In this function there is an
iteration of the ifaces of the host by using the ifaces variable but
this variable is non-existing. This patch creates this variable before
its usage.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
2016-05-28 16:34:09 +03:00
..
config.py tests/remote: Add hwsim wrapper 2016-05-14 17:56:37 +03:00
hwsim_wrapper.py tests/remote: Fix style and typos 2016-05-28 16:34:02 +03:00
monitor.py tests/remote: Fix usage of a non existing variable 2016-05-28 16:34:09 +03:00
run-tests.py tests/remote: Add hwsim wrapper 2016-05-14 17:56:37 +03:00
rutils.py tests/remote: Use a function to add a log file to a remote host 2016-05-28 16:33:48 +03:00
test_devices.py tests/remote: Fix style and typos 2016-05-28 16:34:02 +03:00
test_example.py tests/remote: Use a function to add a log file to a remote host 2016-05-28 16:33:48 +03:00