mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	lf_check.py : host ip for qa_url
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -305,13 +305,13 @@ QA Report Dashboard:
 | 
			
		||||
http://{ip_qa}/{qa_url}
 | 
			
		||||
NOTE: Diagrams are links in dashboard
 | 
			
		||||
""".format(hostname=hostname, ip=ip, report=report_url, email_txt=self.email_txt, lf_mgr_ip=self.lf_mgr_ip,
 | 
			
		||||
           qa_url=qa_url)
 | 
			
		||||
           ip_qa=ip,qa_url=qa_url)
 | 
			
		||||
 | 
			
		||||
        else:
 | 
			
		||||
            message_txt = """Results from {hostname}:
 | 
			
		||||
http://{ip}/{report}
 | 
			
		||||
QA Report Dashboard:
 | 
			
		||||
QA Report: http://{qa_url}
 | 
			
		||||
QA Report: http://{ip_qa}/{qa_url}
 | 
			
		||||
""".format(hostname=hostname, ip=ip,report=report_url,ip_qa=ip,qa_url=qa_url)
 | 
			
		||||
 | 
			
		||||
        if (self.email_title_txt != ""):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user