tests/remote: Fix usage of a non existing variable
authorJonathan Afek <jonathan@wizery.com>
Thu, 19 May 2016 13:06:48 +0000 (16:06 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 28 May 2016 13:34:09 +0000 (16:34 +0300)
commit0335ff7f69046b1d0acfea2621d0311a19408646
tree9883c361f4ad059699e594f3e427fde662637c1c
parent93568233bc518bffb5680a0dbc42fb8fada87d1e
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>
tests/remote/monitor.py