mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_check.py bug fix test_result correctly named
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -850,7 +850,7 @@ NOTE: Diagrams are links in dashboard""".format(ip_qa=ip, qa_url=qa_url)
 | 
				
			|||||||
                            background = self.background_green
 | 
					                            background = self.background_green
 | 
				
			||||||
                    else:
 | 
					                    else:
 | 
				
			||||||
                        # if stdout empty that is a failure also
 | 
					                        # if stdout empty that is a failure also
 | 
				
			||||||
                        self.test_resut = "Failure"
 | 
					                        self.test_result = "Failure"
 | 
				
			||||||
                        background = self.background_red
 | 
					                        background = self.background_red
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    # if there was a
 | 
					                    # if there was a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user