Commit Graph

25 Commits

Author SHA1 Message Date
Ben Greear
b8793edd31 gui-automation: Allow updating DUT with new info
Will help us track DUT software builds and such.
2020-04-17 13:18:52 -07:00
Ben Greear
21aa01c80f portmod: Support setting wifi radio nss. 2020-03-31 14:37:08 -07:00
Jed Reynolds
62a2b44970 portmod: adds more options for lfmgr_port 2020-03-23 20:26:28 -07:00
Ben Greear
b58cbdd23b portmod: Support configuring radio channel.
Helpful for creating monitor devices.
2020-03-16 11:50:42 -07:00
Ben Greear
7f418038dc scripts: Use new key:val parsing logic for port stats too. 2020-03-16 09:56:13 -07:00
Jed Reynolds
b9aa0b5efa portmod: fixes poor use of use pragma, fixes load command, quieter 2020-03-12 15:45:08 -07:00
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
Jed Reynolds
3ff03758dc portmod: removes deprecated method; removes local telnet connection; scopes $utils properly 2020-02-18 20:42:47 -08:00
Ben Greear
e7a228bc52 Improve cisco ctrl script and let lf_portmod.pl work from CWD 2019-12-14 15:14:06 -08:00
Jed Reynolds
afb66af9be lf_portmod: fixes ambitious show_port error, now does set_ifstate as requested 2019-11-27 15:42:04 -08:00
Jed Reynolds
73353096b8 lf_portmod: updates cli switches for mgr-port 2019-11-27 13:20:21 -08:00
Jed Reynolds
0b13a52489 lf_portmod: fixes parsing show_port, makes option optional with ":" GetOptions token 2019-11-16 10:52:48 -08:00
Jed Reynolds
81793019bd lf_portmod: adds --filter_ports option to pull items out of port listing 2019-04-08 18:51:44 -07:00
Jed Reynolds
2d2dd47f49 portmod: adds output option for listing ports in a more informative manner 2019-04-08 17:19:22 -07:00
Ben Greear
79c23ed313 Support modifying IP/DHCP in wlanpro and other helper scripts.
Fix setting fixed vs IP in lf_associate as well.
2018-08-08 17:44:09 -07:00
Ben Greear
a806535fc2 portmod: Fix syntax error in previous commit. 2018-07-18 18:08:45 -07:00
Ben Greear
949578dff6 portmod: Don't exit after setting ifup/down.
So we can set multiple things at one time on the cmd line as expected.
2018-07-18 15:24:35 -07:00
Ben Greear
2221bcf61b portmod: Support reading stats from text file.
Saves requesting the data from the LANforge server in
case we already have the data stored.
2018-07-18 13:11:17 -07:00
Ben Greear
638fccc482 scripts: Add wlanpros test case script.
And tweak other scripts to make them work better, including taking
a lot of sleeps out of the lf_associate_ap.pl script to speed it up.
2018-07-12 16:57:46 -07:00
Jed Reynolds
aa7caa4bee lf_portmod --cli_cmd behavior now matches lf_firemod --do_cmd behavior 2018-05-09 12:04:35 -07:00
Jed Reynolds
046a9b07f0 lf_portmod: corrects --list_ports 2018-01-17 08:42:37 -08:00
Jed Reynolds
593416b386 lf_portmod: adds --list_ports option; adds --mgr -m --resource -r option aliases 2018-01-17 08:38:21 -08:00
Ben Greear
c0450f0c5a portmod: Update examples for setting station mode and rates. 2017-10-26 10:16:42 -07:00
Jed Reynolds
41fe0661e5 Adds --help|-h options; shows usage message and exits 0 if no arguments 2017-10-16 19:00:55 -07: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