lf_check.py : host ip for qa_url

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-13 08:37:48 -06:00
parent 2034ea1044
commit 77064eb9ab

View File

@@ -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 != ""):