Commit Graph

512 Commits

Author SHA1 Message Date
Jed Reynolds
d6c9511607 genia-stations: fixes first_sta 000 which evaluated to zero and skipped first item on radio for lf_associate call 2020-03-20 16:29:34 -07:00
Jed Reynolds
db14555af3 vid_group: working on getting connections going on station selection spanning multiple radios 2020-03-20 16:03:32 -07:00
Jed Reynolds
55beaa26d3 genia-stations: creates about 522 stations though 526 requested 2020-03-20 16:02:35 -07:00
Jed Reynolds
793dc3b399 script helps create large groups of stations for test system 2020-03-20 14:19:23 -07:00
Jed Reynolds
ed1adb17e3 vid_group: quieter 2020-03-18 22:49:10 -07:00
Jed Reynolds
4510ec924b l3_vid_group: fixes destroy action; fixes create action 2020-03-18 22:38:55 -07:00
Jed Reynolds
8164dff02a Utils: fixes getting members of a group 2020-03-18 22:37:02 -07:00
Jed Reynolds
7219e61d91 l3_vid_group: Can create, start and stop connections and groups. Not done yet. 2020-03-18 17:18:46 -07:00
Jed Reynolds
4cfad9cd50 vid_group: turns off verbose logging, fixes sleep call 2020-03-18 16:22:18 -07:00
Jed Reynolds
9084131cdc Utils: fixes broken waitfor that didnt collect nc_show_ports output; improves debug output, improves split for get_eid_map 2020-03-18 16:21:34 -07:00
Ben Greear
1006a0f803 Update readme for new scripts. 2020-03-17 15:51:23 -07:00
Ben Greear
e34f509d9c sniff: Make sure monitor port is not phantom before we start the sniff.
And fix portmod showing Current flags.
2020-03-17 12:48:41 -07:00
Ben Greear
5b548941a3 sniff: Use new capture API to start capture for a fixed amount of time. 2020-03-17 07:49:14 -07:00
Ben Greear
c909236d16 lf_sniff: Add comment for next steps. 2020-03-16 17:10:06 -07:00
Ben Greear
6ec75958ed Initial work on sniffer launcher script.
Still need to launch wireshark...
2020-03-16 13:26:45 -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
Ben Greear
9edeeffed4 scripts: Fix lf_tos test to run on older python-3 2020-03-15 20:34:35 -07:00
Jed Reynolds
6f1c2fb871 Utils: fixes trailing space at end of command 2020-03-13 15:56:56 -07:00
Jed Reynolds
458b60bea2 test for creating lots of stations 2020-03-13 15:51:08 -07:00
Jed Reynolds
2e46640488 associate_ap: improves regex for MAC: field, debugging 2020-03-13 15:51:08 -07:00
Jed Reynolds
0176e25700 WIP 2020-03-13 15:51:08 -07:00
Ben Greear
bb9f3f3d8c tos-test: Fix latency normalization logic, improve tos-test py
Seems to work OK now.
2020-03-13 14:53:14 -07:00
Ben Greear
b7b7a95bdd scripts: Fix firemod hash output to be like I wanted.
Fix latency normalization math.
Fix tos python script to work better.
2020-03-13 12:13:57 -07:00
Jed Reynolds
a1da3ad674 ten_sta_tos: progress on creating connections 2020-03-12 18:26:31 -07:00
Jed Reynolds
a43733616b Utils: timeouts were too short, now closer to what they were 2020-03-12 18:24:59 -07:00
Jed Reynolds
c2fc59a037 Test creates ten stations 2020-03-12 15:49:53 -07:00
Jed Reynolds
7317d9a4b6 Port: fixes parsing dash or space tokens 2020-03-12 15:49:34 -07:00
Jed Reynolds
e4f1a25a6c associate_ap: now uses utils->connect, removes old subs, fixes del_port, fixes utils refs 2020-03-12 15:48:44 -07:00
Jed Reynolds
f0769b09c0 counts down 2020-03-12 15:45:23 -07:00
Jed Reynolds
b9aa0b5efa portmod: fixes poor use of use pragma, fixes load command, quieter 2020-03-12 15:45:08 -07:00
Jed Reynolds
c863ec5a28 countdown bash script 2020-03-12 14:20:25 -07:00
Jed Reynolds
71adb83573 firemod: migrates endp_vals logic to looking up values in hashmap rather than parsing all strange line patterns 2020-03-11 19:07:35 -07:00
Jed Reynolds
cb35ebf99d Utils: adds methods to consistently turn show_X rows into hashmaps 2020-03-11 19:06:36 -07:00
Jed Reynolds
f561cc7f01 whitespace 2020-03-10 17:22:12 -07:00
Ben Greear
031358ca69 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-03-10 17:18:50 -07:00
Ben Greear
c14f26515d lf-verify: Let it work at least somewhat. 2020-03-10 17:18:31 -07:00
Ben Greear
b8c8f24f27 Fix usage of telnet so that we do not keep sending useless newlines. 2020-03-10 17:18:04 -07:00
Ben Greear
2c3edf1820 endp-pm: Future proof against removing a spurious comma. 2020-03-10 17:17:36 -07:00
Jed Reynolds
f2766163ab l3_vid_group: creating two test groups: one for L3 CX, one for Generic CX 2020-03-10 16:38:05 -07:00
Jed Reynolds
e6e0538c5e l3_video_em: adds -d debug option 2020-03-10 16:38:05 -07:00
Jed Reynolds
1845ed5e76 Utils: inevitable whitespace conversion 2020-03-10 16:38:05 -07:00
Ben Greear
a7e74632c3 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-03-10 16:27:21 -07:00
Ben Greear
529ec8780f scripts: Add logic to normalize for negative latency. 2020-03-10 16:26:56 -07:00
Jed Reynolds
3b704ac46e l3_vid_group: getting group calls to work 2020-03-10 14:19:25 -07:00
Jed Reynolds
7c057d6593 Utils: fixes sleep_ms, sleep_sec so can be called as $self->sleep_X(); fixes test_groups(), group_items() 2020-03-10 14:19:25 -07:00
Ben Greear
8505273a2e scripts: Initial work for the tos/latency script.
And fixes to lf_firemod for endp creation.
2020-03-10 13:32:16 -07:00
Ben Greear
0a48263e6b firemod: Improve tx/rx bps and Tx/Rx Bytes parsing. 2020-03-10 10:30:03 -07:00
Ben Greear
238792e7d4 Add logic to parse and normalize latency buckets and similar buckets. 2020-03-10 06:41:21 -07:00
Ben Greear
f9f0aeec44 firemod: Support reporting Latency, Pkt-Gaps and similar distributions. 2020-03-09 20:35:40 -07:00