]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: remote: Add run_monitor test case
authorJanusz Dziedzic <janusz.dziedzic@gmail.com>
Sat, 26 Sep 2020 11:27:00 +0000 (13:27 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 9 Oct 2020 08:24:00 +0000 (11:24 +0300)
commit48e4680daec455a3b1ff0bbf37f392348ee5df2d
treef28bcf357d3d0d3ceccfc499eb04772fa9711fce
parentc203897a88c0c7ee0e616abd25f3a6cd415dd2a4
tests: remote: Add run_monitor test case

This is useful to run monitor quickly:
./run-tests.py -t run_monitor -m mon:36,20,36,0:1,20,1,0

In such example we will get one PCAP for 36/20 and 1/20.
After execution, PCAP file is in the log directory, e.g.:
./logs/2019_11_11_13_36_24/run_monitor_mon_wlp3s0_wlp5s0.pcap

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
tests/remote/test_monitor.py [new file with mode: 0644]