mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Better text for html links in ghostrequest.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -363,8 +363,8 @@ class GhostRequest:
|
|||||||
pdfs.append('PDF of results: <a href="%s">%s</a>' % (url, file))
|
pdfs.append('PDF of results: <a href="%s">%s</a>' % (url, file))
|
||||||
if 'index.html' in files:
|
if 'index.html' in files:
|
||||||
url = 'http://%s/%s/%s/%s/%s' % (
|
url = 'http://%s/%s/%s/%s/%s' % (
|
||||||
ghost_host, customer.strip('/'), testbed, target_folder, target_folder)
|
ghost_host, customer.strip('/'), testbed, target_folder, 'index.html')
|
||||||
webpages.append('Results webpage: <a href="%s">Index of report</a><br />' % url)
|
webpages.append('Results webpage: <a href="%s">%s</a><br />' % (url % target_folder))
|
||||||
scp_push.close()
|
scp_push.close()
|
||||||
self.upload_images(target_folder)
|
self.upload_images(target_folder)
|
||||||
for image in self.images:
|
for image in self.images:
|
||||||
|
|||||||
Reference in New Issue
Block a user