lf_check.py : removed local path in emails

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-06-24 16:45:04 -06:00
committed by shivam
parent fa09ecf78f
commit 763dbb8c89

View File

@@ -474,10 +474,7 @@ Database: {db}
lf_check Test Suite Report:
http://{hostname}/{report}
lf_check Local Test Suite Report:
file:///home/lanforge/{report_local}
""".format(email_txt=self.email_txt, lf_mgr_ip=self.lf_mgr_ip, suite=self.test_suite, db=self.database_sqlite, hostname=self.hostname, report=report_url, report_local=report_url)
""".format(email_txt=self.email_txt, lf_mgr_ip=self.lf_mgr_ip, suite=self.test_suite, db=self.database_sqlite, hostname=self.hostname, report=report_url)
else:
@@ -488,9 +485,7 @@ Database: {db}
lf_check Test Suite Report:
http://{hostname}/{report}
lf_check Local Test Suite Report:
file:///home/lanforge/{report_local}
""".format(hostname=self.hostname, suite=self.test_suite, db=self.database_sqlite, report=report_url, report_local=report_url)
""".format(hostname=self.hostname, suite=self.test_suite, db=self.database_sqlite, report=report_url)
# Put in report information current two methods supported,
if "NA" not in self.qa_report_html: