mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_check.py typo fix on ghost address
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -360,15 +360,16 @@ http://{hostname}/{report}
|
||||
http://{hostname}/{report}""".format(hostname=hostname,report=report_url)
|
||||
|
||||
# Put in report information current two methods supported,
|
||||
if(self.json_igg != "" ):
|
||||
message_txt += """
|
||||
Blog:
|
||||
thhp://{blog}:2368""".format(blog=self.blog_host)
|
||||
else:
|
||||
message_txt +="""
|
||||
message_txt +="""
|
||||
QA Report Dashboard:
|
||||
http://{ip_qa}/{qa_url}
|
||||
NOTE: Diagrams are links in dashboard""".format(ip_qa=ip,qa_url=qa_url)
|
||||
|
||||
if(self.json_igg != "" ):
|
||||
message_txt += """
|
||||
|
||||
Ghost Blog:
|
||||
http://{blog}:2368""".format(blog=self.blog_host)
|
||||
|
||||
if (self.email_title_txt != ""):
|
||||
mail_subject = "{} [{hostname}] {date}".format(self.email_title_txt, hostname=hostname,
|
||||
|
||||
Reference in New Issue
Block a user