mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
Correct link in Ghost post to PDFs
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -306,7 +306,7 @@ class GhostRequest:
|
|||||||
for file in files:
|
for file in files:
|
||||||
if 'pdf' in file:
|
if 'pdf' in file:
|
||||||
url = 'http://%s/%s/%s/%s/%s' % (
|
url = 'http://%s/%s/%s/%s/%s' % (
|
||||||
ghost_host, customer.strip('/'), testbed, test_run, file)
|
ghost_host, customer.strip('/'), testbed, target_folder, file)
|
||||||
pdfs.append('PDF of results: <a href="%s">%s</a><br />' % (url, file))
|
pdfs.append('PDF of results: <a href="%s">%s</a><br />' % (url, file))
|
||||||
scp_push.close()
|
scp_push.close()
|
||||||
self.upload_images(target_folder)
|
self.upload_images(target_folder)
|
||||||
|
|||||||
Reference in New Issue
Block a user