8 Commits

Author SHA1 Message Date
Ben Greear
d824eb2e66 Fix perl use of 'use lib'
The 'use lib' logic happens in the pre-compile stage, so one cannot
use normal 'if' logic to use a particular INC.  Instead, just make sure
that best dir is added to 'use lib' last since it prepends to INC.
2020-03-04 16:35:47 -08:00
Ben Greear
c812f3b146 wlanpro: Use longer report-timers for WCT
And update lf_auto_wifi_cap to support that as well.  This keeps us
from over-driving the LANforge so bad in the WCT test case, and gives
more reliable stats.
2018-08-07 14:56:32 -07:00
Ben Greear
1add46c602 auto-wifi-cap: Support using existing station list.
This can be an easier way to drive this script from yet another
script and/or use existing stations instead of creating our own.
2018-07-19 12:50:06 -07:00
Isaac Konikoff
1a996867f0 lf_auto_wifi_cap: add single quotes to --test_text and usage example 2018-02-13 11:01:35 -08:00
Jed Reynolds
cc2accdb9a lf_auto_wifi_cap: tunes timing to allow first station to be full up; whitespace; 2018-02-01 14:07:56 -08:00
Jed Reynolds
98817bd62c lf_auto_wifi_cap: adds connection to manager, renames telnet variables 2018-02-01 12:01:40 -08:00
Jed Reynolds
49d06312e6 lf_auto_wifi_cap: fixes pdu_mix parsing/formatting; adds dwell time for stations to come up; whitespace 2018-01-31 22:14:12 -08:00
Ben Greear
72712ff548 Add scripts from the tools directory in the private Candela repo.
These scripts will now be publicly available in a git repo for
easier shared development and change tracking.
2017-10-06 13:41:50 -07:00