diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 9e4ede4f..60973da3 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -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: