mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
lf_check.py : removed local path in emails
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
fa09ecf78f
commit
763dbb8c89
@@ -474,10 +474,7 @@ Database: {db}
|
|||||||
lf_check Test Suite Report:
|
lf_check Test Suite Report:
|
||||||
http://{hostname}/{report}
|
http://{hostname}/{report}
|
||||||
|
|
||||||
lf_check Local Test Suite Report:
|
""".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)
|
||||||
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)
|
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
@@ -488,9 +485,7 @@ Database: {db}
|
|||||||
lf_check Test Suite Report:
|
lf_check Test Suite Report:
|
||||||
http://{hostname}/{report}
|
http://{hostname}/{report}
|
||||||
|
|
||||||
lf_check Local Test Suite Report:
|
""".format(hostname=self.hostname, suite=self.test_suite, db=self.database_sqlite, report=report_url)
|
||||||
file:///home/lanforge/{report_local}
|
|
||||||
""".format(hostname=self.hostname, suite=self.test_suite, db=self.database_sqlite, report=report_url, report_local=report_url)
|
|
||||||
|
|
||||||
# Put in report information current two methods supported,
|
# Put in report information current two methods supported,
|
||||||
if "NA" not in self.qa_report_html:
|
if "NA" not in self.qa_report_html:
|
||||||
|
|||||||
Reference in New Issue
Block a user