Commit Graph

85 Commits

Author SHA1 Message Date
Matthew Stidham
71467c2c23 lf_snp_test: fix whitespace problems
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 14:15:35 -08:00
Matthew Stidham
72efa0c69c lf_snp_test: Make argparse more verbose
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 14:14:23 -08:00
Matthew Stidham
febb426e3c lf_snp_test: Fix unreliable None comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 14:05:46 -08:00
Matthew Stidham
37e2710bb2 lf_snp_test: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 14:04:17 -08:00
Matthew Stidham
3b15113d30 lf_snp_test: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 14:02:47 -08:00
Matthew Stidham
098d4bdb81 lf_snp_test: Dropping support for Windows ME
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 10:15:40 -08:00
Matthew Stidham
d587ec4a35 lf_snp_test: Remove invalid comparison
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:21:30 -08: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
47dac74b5b lf_snp_test.py : removed choices from the pud size , now multiple may be entered 2021-04-27 15:56:26 -06:00
Chuck SmileyRekiere
7d2a169cfb ls_snp_test.py - updated controller config 9800 2021-04-27 15:07:46 -06:00
Chuck SmileyRekiere
07c8fbb104 lf_snp_test.py : removed create_wlan for 9800 series
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-26 18:06:06 -06:00
Chuck SmileyRekiere
8d6bc31df8 wlan updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-26 17:51:01 -06:00
Chuck SmileyRekiere
2b41bd3a9a lf_snp_test.py fixed examples
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-26 10:49:25 -06:00
Chuck SmileyRekiere
2a4912ffa2 lf_snp_test.py fixed indend block
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-26 06:53:28 -06:00
Chuck SmileyRekiere
0ecfe5496a lf_snp_test.py formatting, cleanup, removed unused endp_type
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-26 06:51:23 -06:00
Chuck SmileyRekiere
27baa5bdec lf_snp_test.py : updated command line , removed choice , checked later for wifimode being valid
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-23 05:47:41 -06:00
Chuck SmileyRekiere
183398a477 lf_snp_test.py : example updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-23 05:35:32 -06:00
Chuck SmileyRekiere
b28649caa3 lf_snp_test.py : added logging for when stations on LANforge configured. 2021-04-23 04:55:58 -06:00
Chuck SmileyRekiere
498c91440b lf_snp_test.py : adjusted loops for station configuration
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 21:04:24 -06:00
Chuck SmileyRekiere
ea18c5f114 lf_snp_test.py : bug fix for different number of upload and download rates to be tested.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 18:17:53 -06:00
Chuck SmileyRekiere
a476ade5ee lf_snp_test.py : bug fix pass in one element of list side_b_tx_min_bps_dl and side_a_tx_min_bps_ul
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 17:09:16 -06:00
Chuck SmileyRekiere
340c2b6333 lf_snp_test.py : change packet_size to pdu
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 16:53:58 -06:00
Chuck SmileyRekiere
a15d81d958 lf_snp_test.py use pdu instead for packet data size
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 16:50:53 -06:00
Chuck SmileyRekiere
947b7bbf1c lf_snp_test.py : allow for modifications to the upload and download speeds 2021-04-22 16:37:31 -06:00
Chuck SmileyRekiere
951d15d82d lf_snp_test.py fixed upstream port 2021-04-22 15:55:07 -06:00
Chuck SmileyRekiere
f45b2fd6f2 lf_snp_test.py : used common terms upload / download 2021-04-22 15:49:51 -06:00
Chuck SmileyRekiere
848d319567 ls_snp_test.py : update column headings to refer to upload and download 2021-04-22 15:04:10 -06:00
Chuck SmileyRekiere
f0a7041d47 lf_snp_test.py : cut past error fixed
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 07:44:47 -06:00
Chuck SmileyRekiere
1307f97157 lf_snp_test.py: dl and ul placed in results
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 07:30:04 -06:00
Chuck SmileyRekiere
1094a64696 lf_snp_test.py : side_a_tx_min_bps is side_a_min_bps, side_b_tx_min_bps is side_b_min_bps in py-json
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-22 05:20:50 -06:00
Chuck SmileyRekiere
6c5c4f8deb lf_snp_test.py : clarification of variable names 2021-04-22 05:08:26 -06:00
Chuck SmileyRekiere
74c6640ed4 lf_snp_test.py : more description on (side B, eth, DUT) , (side A, wifi)
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 17:51:46 -06:00
Chuck SmileyRekiere
c53a2a2472 lf_snp_test.py : steps in adding traffic checks back in
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 16:45:29 -06:00
Chuck SmileyRekiere
d04383b337 lf_snp_test.py : update checking on upload and download
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 16:26:44 -06:00
Chuck SmileyRekiere
562f129b48 lf_snp_test.py : removed controller_wlan, controller_wlanID controller_wlanSSID 2021-04-21 13:26:21 -06:00
Chuck SmileyRekiere
533fe458ca lf_snp_test.py : column naming changes and comments 2021-04-21 08:31:33 -06:00
Chuck SmileyRekiere
649cc5b1ad lf_snp_test.py : specifically call out rx_bytes and bits per second 2021-04-21 07:47:17 -06:00
Chuck SmileyRekiere
8419826679 lf_snp_test.py : print out report directory on --print_test_config
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 06:51:18 -06:00
Chuck SmileyRekiere
c405613343 ls _snp_test.py : put sample of --print_test_config
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 05:57:19 -06:00
Chuck SmileyRekiere
28feb17661 lf_snp_test.py : updating defaults for controller_test_1
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 05:39:01 -06:00
Chuck SmileyRekiere
070059a588 lf_snp_test.py : more descriptive --print_test_config
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 05:23:20 -06:00
Chuck SmileyRekiere
5c0f936d12 lf_snp_test.py : comment/notes updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-21 04:40:43 -06:00
Chuck SmileyRekiere
50c84b4d89 lf_snp_test.py : detailed csv reporting ul and dl correctly 2021-04-20 21:45:35 -06:00
Chuck SmileyRekiere
3838329b67 lf_snp_test.py : fix some data in the details csv
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-20 21:10:05 -06:00
Chuck SmileyRekiere
30a1125dff lf_snp_test.py : updating column headers and order
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-20 20:39:12 -06:00
Chuck SmileyRekiere
35b1db2766 lf_snp_test.py : updated comments and name for pdf and html
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-20 18:58:20 -06:00
Chuck SmileyRekiere
7b3da898a7 lf_snp_test.py : reporting updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-20 17:02:30 -06:00
Chuck SmileyRekiere
d6b90da0f4 lf_snp_test.py : updated ammend
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-20 14:20:43 -06:00
Chuck SmileyRekiere
62a77dc77d lf_snp_test.py : updates for total_ul , total_dl
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-20 14:14:03 -06:00