mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	lf-help_check.bash, test_l3_longevity.py, lf_check.py updated errors to
string ERROR: Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						shivam
					
				
			
			
				
	
			
			
			
						parent
						
							a4a1b49de0
						
					
				
				
					commit
					19a2ac2fa7
				
			@@ -1071,7 +1071,10 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
 | 
			
		||||
                                background = self.background_green
 | 
			
		||||
                            # leave the space in after error to not pick up tx
 | 
			
		||||
                            # errors or rx errors
 | 
			
		||||
                            elif 'ERROR FAILED ' in text:
 | 
			
		||||
                            elif 'ERROR: ' in text:
 | 
			
		||||
                                self.test_result = "Some Tests Failed"
 | 
			
		||||
                                background = self.background_orange
 | 
			
		||||
                            elif 'ERROR: FAILED ' in text:
 | 
			
		||||
                                self.test_result = "Some Tests Failed"
 | 
			
		||||
                                background = self.background_orange
 | 
			
		||||
                            elif 'error ' in text.lower():
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user