]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: remotehost: Add send_file()
authorJanusz Dziedzic <janusz.dziedzic@gmail.com>
Sun, 12 Jan 2020 22:02:21 +0000 (23:02 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 13:48:46 +0000 (15:48 +0200)
commit16f18b2ca74c75900b1d26a71486c1a0e5e5282e
tree9b07269a94551d9eaa1dbe2dfb96883abd402e70
parent12fb9698ab7c640fce3f73ab2c5bf5ad5f886ddf
tests: remotehost: Add send_file()

Some hostapd test cases use configuration files, e.g., ACLs in BSS
configuration. When executing remote tests (udp), we have to first send
these configuration files to the appropriate remote device. The new
send_file() helper can be used for that.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
tests/hwsim/hostapd.py
tests/hwsim/remotehost.py