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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						3906d9e469 
					 
					
						
						
							
							lf_check.py : separating out the test_dut information from the test_rig  
						
						 
						
						... 
						
						
						
						information
ct_us_001.json : removed the dut specific information
ct_AX88U_dut.json : json specific to the ASUS dut
lf_qa.py : added comment on future feature
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-09-08 06:35:25 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						2fc27eac06 
					 
					
						
						
							
							lf_qa.py : updates for if tests fail and kpi.csv not generate  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 22:03:14 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						32b8160daf 
					 
					
						
						
							
							lf_qa.py : more tweaks on reading the meta.txt file  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 20:07:47 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						d3c366cb2e 
					 
					
						
						
							
							lf_qa.py : update path for meta.txt when reading test-tag for Test Suite and  
						
						 
						
						... 
						
						
						
						Suite summary
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 19:55:51 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						8b25bb3ac4 
					 
					
						
						
							
							lf_qa.py : test-tag read from meta.txt for Test Suite and Suite Summary  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 19:47:34 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						2a233205c3 
					 
					
						
						
							
							lf_qa.py : if the database column layout changes print error to stderr  
						
						 
						
						... 
						
						
						
						with Error
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 18:56:10 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						b2fa1f59b2 
					 
					
						
						
							
							lf_check.py , lf_qa.py : reading meta data for 5.4.3 test-tag  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 17:18:40 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						88b2b7b18a 
					 
					
						
						
							
							lf_qa.py : work around for exception if no test-tag while working though  
						
						 
						
						... 
						
						
						
						meta data issues
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 12:56:54 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						1c80ac0a63 
					 
					
						
						
							
							lf_qa.py : fixed database test_tag to test-tag  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 12:41:02 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						93b983d0cf 
					 
					
						
						
							
							lf_check.py : stored simplified version of LANforge in meta file  
						
						 
						
						... 
						
						
						
						lf_qa.py : read test_tag from meta file
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-21 11:58:13 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						50daf7b798 
					 
					
						
						
							
							lf_qa.py : output spacing for static report  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-16 16:09:40 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						e45e51a76e 
					 
					
						
						
							
							lf_qa.py : test for the correct dut information  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-15 22:19:30 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						28fbcb1e88 
					 
					
						
						
							
							lf_qa.py : debug code for kpi.csv occasionally showing none in the database  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-15 21:20:50 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						1ee973e456 
					 
					
						
						
							
							lf_qa.py : typo fix  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-15 20:36:53 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						d84e82cac1 
					 
					
						
						
							
							lf_qa.py : dut to get the latest in the database, working with dictionaries  
						
						 
						
						... 
						
						
						
						then convert. Need to update dynamic graphs need to reflect DUT information
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-15 08:15:47 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						57720fe1db 
					 
					
						
						
							
							lf_qa.py debug information on the DUT information  
						
						 
						
						... 
						
						
						
						1. The naming for the empty DUT strings changed.  The DUT is taken from
the kpi, this is a step closer to a fix of wanting the latest DUT information
from the Database yet not full proof.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-15 06:49:34 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						956a6ddb43 
					 
					
						
						
							
							lf_check.py , lf_qa.py : support for reporting mechanisms  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-14 17:10:35 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						99f9871ee2 
					 
					
						
						
							
							lf_qa.py : debug for dut information  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-14 16:27:14 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						2a8e89c45c 
					 
					
						
						
							
							lf_qa.py : try except to indicate that the data base may have moved  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-13 06:35:18 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chuck SmileyRekiere 
							
						 
					 
					
						
						
							
						
						7a3ec03bbf 
					 
					
						
						
							
							moved lf_qa.py from sandbox to tools  
						
						 
						
						... 
						
						
						
						Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com > 
						
						
					 
					
						2021-08-13 05:52:02 -06:00