Commit Graph

26 Commits

Author SHA1 Message Date
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
erinnerim
1d7578251c Updates to import statements:
- Import importlib, os, and sys to each python script.
 - Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
    sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
 - All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
Chuck SmileyRekiere
743b5f56c9 Revert "Update py_scripts to be in line with pip standards"
This reverts commit 37df48594e.
2021-09-09 05:32:05 -06:00
Matthew Stidham
37df48594e Update py_scripts to be in line with pip standards
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-08 16:57:10 -07:00
Chuck SmileyRekiere
6fecf284ee tip_station_powersave.py : deprecated _halt_on_error
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 14:44:59 -06:00
LoganLipke
b0ffdb4e56 Improved testing functionality 2020-10-12 15:24:11 -07:00
LoganLipke
4303d350ae Added usage of realm's new PacketFilter class for filtering pcap results 2020-10-07 15:04:34 -07:00
LoganLipke
63012eb074 Added check for ips, changed formatting for tshark command output 2020-09-29 15:32:47 -07:00
LoganLipke
694ae1331d Added function for parsing tshark text dump, WIP 2020-09-28 17:54:34 -07:00
Logan Lipke
851d2d75ec Made some misc changes, one command for each station gets output for filtering pcap 2020-09-28 15:24:43 -07:00
Jed Reynolds
66d0fcaa8a tip_station_powersave.py: progress creating and removing ports; collecting mac addresses for tshark 2020-08-07 16:24:25 -07:00
Jed Reynolds
9c679d2783 tip_station_powersave.py: adds new way of testing for no results 2020-08-07 08:18:11 -07:00
Jed Reynolds
10638681b8 tip_station_powersave.py: removes more resource parameters 2020-08-06 23:03:49 -07:00
Jed Reynolds
b12a40f4d6 tip_station_powersave.py: fixes 'resources' parameters, some gaurds 2020-08-06 22:44:37 -07:00
Jed Reynolds
22c2217acf tip_station_powersave.py: improves timing for connections, and cleanup 2020-08-03 22:01:32 -07:00
Jed Reynolds
dc91ae92a0 tip_station_powersave.py: configures pcap location and starts testing fetch 2020-07-31 17:44:23 -07:00
Jed Reynolds
80b783560b tip_station_powersave.py: waits for getting IPs, fixes SSID 2020-07-31 09:38:45 -07:00
Jed Reynolds
afa76898fd tip_station_powersave.py: computes more appropriate sniff duration 2020-07-31 09:21:45 -07:00
Jed Reynolds
a1d57e30a7 tip_station_powersave.py: WIP: can now create stations, monitor and connections without error
Requires GUI fixes made 2020-07-30
2020-07-30 16:35:05 -07:00
Jed Reynolds
9435d53545 JSON: tip_powersave: fixes cleanup 2020-07-28 23:42:42 -07:00
Jed Reynolds
93e80df537 tip_station_powersave.py fixes 2020-07-28 23:42:42 -07:00
Jed Reynolds
e573cbe15f json: tip_station_powersave.py WIP, also uses new methods 2020-07-28 14:12:14 -07:00
Jed Reynolds
d4fca21bd8 tip_station_powersave.py: WIP with Syama's requests in mind 2020-07-24 18:10:51 -07:00
Jed Reynolds
9e38eec42e python: copy of powersave script for Syama's changes 2020-07-24 18:10:51 -07:00