Commit Graph

9 Commits

Author SHA1 Message Date
Ben Greear
5056a01e94 sta-scan-test: Allow using existing stations.
Lots of changes to allow this script to scan on existing stations
on multiple resources.

Add --use_existing_station option.

Fix help to show how to properly specify multiple stations with
--sta_name

Comment out convoluted logic that tried to find radio info for stations.
This is not needed for any purpose that I can find, and it did not
allow me to specify sta_name with EID format.

Start scan on all stations, then do sleep time, then grab results.
This allows concurrent scanning on multiple resources/radios.

Print more info in text based output, add station resource and name
to output so we can decipher multiple radio output.

Add note about how .csv output is broken in this case, the logic
needs to be improved to append results for all stations and write a single file.

Add --scan_time argument to specify sleep time (defaults to 15 seconds
to match the original hard-coded value).

Signed-off-by: Ben Greear <greearb@candelatech.com>
2022-07-12 15:45:23 +05:30
jitendracandela
2ec9e58ab8 Added try and except in start method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
2022-03-16 21:47:52 +05:30
Matthew Stidham
8a93649b0a sta_scan_test: Use a more robust cleanup method at the beginning of the test so we avoid false negatives
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-16 08:25:18 -08:00
Matthew Stidham
48228f6da2 sta_scan_test: Fix regression, create csv_output option
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-23 16:51:45 -08:00
Matthew Stidham
861e9b127c Improve sta_name argparse variable
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-03 15:44:08 -07:00
Chuck SmileyRekiere
12d02af9b6 sta_scan_test.py : fixed imports
tip_station_powersave.py : added --help
lf_qa.py : fixed comments in help

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-27 16:29:14 -06:00
Matthew Stidham
e6cf6b9337 1. Create pandas_extensions.py
2. Remove unused imports

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-21 11:11:04 -07:00
Matthew Stidham
36400e003d Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-17 15:29:15 -07:00
Logan Lipke
7a907d083a Script for scanning APs from stations and outputting json response 2021-09-10 10:16:30 -07:00