mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +00:00
Remove unncessary files and fix GhostRequest html link
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -364,7 +364,7 @@ class GhostRequest:
|
||||
if 'index.html' in files:
|
||||
url = 'http://%s/%s/%s/%s/%s/%s' % (
|
||||
ghost_host, customer.strip('/'), testbed, test_run, target_folder, 'index.html')
|
||||
webpages.append('Results webpage: <a href="%s">%s</a><br />' % (url % target_folder))
|
||||
webpages.append('Results webpage: <a href="%s">%s</a><br />' % (url, target_folder))
|
||||
scp_push.close()
|
||||
self.upload_images(target_folder)
|
||||
for image in self.images:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user