mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-18 02:54:56 +00:00
lf_check.py : added back in line accidently deleted
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -144,7 +144,7 @@ http://{ip}/{report}
|
|||||||
NOTE: for now to see stdout and stderr remove /home/lanforge from path.
|
NOTE: for now to see stdout and stderr remove /home/lanforge from path.
|
||||||
""".format(hostname=hostname, ip=ip, report=report_url)
|
""".format(hostname=hostname, ip=ip, report=report_url)
|
||||||
|
|
||||||
mail_subject = "Regression Test [{hostname}] {date}".format(hostname=hostname,
|
mail_subject = "Regression Test [{hostname}] {date}".format(hostname=hostname, date=datetime.datetime.now())
|
||||||
try:
|
try:
|
||||||
if self.production_run == True:
|
if self.production_run == True:
|
||||||
msg = message_txt.format(ip=self.host_ip_production)
|
msg = message_txt.format(ip=self.host_ip_production)
|
||||||
|
|||||||
Reference in New Issue
Block a user