Commit Graph

387 Commits

Author SHA1 Message Date
Jed Reynolds
b7185a9722 websocket filter prints out JSON messages related to station status; WIP 2020-02-26 16:24:55 -08:00
Jed Reynolds
5d2a5a06bd Example script that creates stations and runs wifi-capacity test 2020-02-26 14:13:58 -08:00
Jed Reynolds
8f38e50513 adjust_apache updated to consolidate hostnames for manangement ip, duplicate hostname lines cause trouble 2020-02-24 15:42:28 -08:00
Jed Reynolds
f8ad1b53c9 l3_vid_group: WIP: script creates a bunch of L3 and video em scripts 2020-02-19 22:46:53 -08:00
Jed Reynolds
6ed47618cc l3_video uses Utils->connect 2020-02-19 22:46:08 -08:00
Jed Reynolds
fce69dcbec firemod: --use_speeds and --use_ports works 2020-02-18 22:58:15 -08:00
Jed Reynolds
3ff03758dc portmod: removes deprecated method; removes local telnet connection; scopes $utils properly 2020-02-18 20:42:47 -08:00
Jed Reynolds
cccdbf2217 Utils: fixes utils->connect() method; fixes telnet hang on start 2020-02-18 20:41:54 -08:00
Jed Reynolds
79323ad2a3 firemod: WIP: adding --use_ports --use_speeds 2020-02-18 20:41:15 -08:00
Jed Reynolds
638d279f71 firemod: WIP: refactoring endpoint creation into a function 2020-02-18 14:36:51 -08:00
Jed Reynolds
abdd4958ab firemod: change variables for use_ports, whitespace 2020-02-17 16:42:22 -08:00
Jed Reynolds
3f7b296b8c firemod: improve examples 2020-02-17 16:37:32 -08:00
Jed Reynolds
0296fc43c6 firemod: fix here-doc 2020-02-17 16:28:59 -08:00
Jed Reynolds
d338d46bef firemod: fix array refs 2020-02-17 16:25:29 -08:00
Jed Reynolds
74752eee6c firemod: alphabetize usage 2020-02-17 16:20:46 -08:00
Jed Reynolds
e7418336e0 firemod: here-doc is better for usage text 2020-02-17 16:09:47 -08:00
Jed Reynolds
8615d8cf15 firemod: more cleanup 2020-02-17 16:08:30 -08:00
Jed Reynolds
704c074b68 firemod: more cleanup 2020-02-17 16:05:56 -08:00
Jed Reynolds
ac61e143f0 firemod: using more qw 2020-02-17 15:57:20 -08:00
Jed Reynolds
4ca88c34b9 firemod: more cleanup 2020-02-17 15:54:53 -08:00
Jed Reynolds
bfdc9f4b34 firemod: speeds up execution by avoiding use of constant 2020-02-17 15:47:51 -08:00
Jed Reynolds
9fec9c8ddb firemod now uses utils::connect() 2020-02-17 15:38:35 -08:00
Jed Reynolds
72129d7aa9 Utils gains connect() to centralize telnet logic 2020-02-17 15:38:17 -08:00
Jed Reynolds
b3e2a640a8 whitespace 2020-02-17 15:27:17 -08:00
Jed Reynolds
c235f82cf5 l3_video: tracks txbytes and computes wait time in accordance with tx time; requires Time::HiRes now 2020-02-12 19:00:24 -08:00
Jed Reynolds
b6bc356abe whitespace 2020-02-12 17:22:52 -08:00
Jed Reynolds
9e8f78225d l3_video: WIP polling for tx bytes 2020-02-11 17:19:35 -08:00
Jed Reynolds
f5d05c3a94 lf_gui_cmd: fixes broken --port option; fixes whitespace 2020-02-11 17:18:45 -08:00
Jed Reynolds
e460315b80 LANforge/Utils adds sleep_ms() sleep_sec() functions that use select() 2020-02-11 14:30:03 -08:00
Jed Reynolds
a47c2b65cb l3_video: updates sleep time mechanism 2020-02-11 14:25:25 -08:00
Jed Reynolds
98eee68256 lf_generic_ping: corrects some trashy whitespace 2020-02-05 16:52:43 -08:00
Jed Reynolds
cf8145da83 create_group: basically works to add CX to test group 2020-02-05 16:51:20 -08:00
Jed Reynolds
e953e6926f whitepsace 2020-02-05 11:54:42 -08:00
Jed Reynolds
15e85b41e1 show-chamber is a test created back in December 2020-01-29 19:34:24 -08:00
Jed Reynolds
099eb8c4fc l3_video: improves handling a constant transmit rate, like, never filling the buffer because max_tx is too low 2020-01-29 14:24:58 -08:00
Jed Reynolds
214ec5eb64 l3_video: switches quiet switch for silent switch to suppress status output 2020-01-29 13:55:44 -08:00
Jed Reynolds
b1056e95a0 l3_video: less output, better optional argument handling 2020-01-29 13:49:40 -08:00
Jed Reynolds
5f02f5fbfc l3_video: produces buffer fill traffic pattern 2020-01-29 13:15:04 -08:00
Jed Reynolds
8bb54bf4b2 l3_video: corrected bps rates 2020-01-29 10:45:28 -08:00
Jed Reynolds
5f67b3dce4 l3_video: corrected bps rates 2020-01-29 10:40:31 -08:00
Jed Reynolds
911b893e0c l3_video: listing sorted bps rates 2020-01-29 10:02:56 -08:00
Jed Reynolds
62c32e5a5a l3_video: fixes parse error 2020-01-28 18:40:57 -08:00
Jed Reynolds
fc27857e38 video emulator: working on bitrate table 2020-01-24 15:23:30 -08:00
Ben Greear
0cc619191b wifi-diag: Report frames acked but not captured. 2020-01-24 10:43:48 -08:00
Jed Reynolds
9b8dded708 starts work on layer 3 shaping script 2020-01-23 17:27:16 -08:00
Ben Greear
05d535c170 cisco-power: Support pathloss per channel
So you can overide pathloss on different channels.
2020-01-16 13:30:11 -08:00
Ben Greear
14f37de13e cisco-power: Init controller to defaults when done.
And also check the LF connection to make sure it is passing traffic,
add warning if not.

Remove LF connection at end of the test.
2020-01-14 14:46:09 -08:00
Ben Greear
b5468fea46 cisco-power: Deal with controller communication problems. 2020-01-14 06:52:55 -08:00
Ben Greear
5fde49021a Give --scheme a chance to work.
telnet still needs testing against real controller, but at least
arguments are properly passed to helper script now.
2020-01-13 20:09:59 -08:00
Ben Greear
86d23cf352 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-01-13 14:33:20 -08:00