Remove unncessary files and fix GhostRequest html link

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-07-20 15:17:34 -07:00
parent f1cb37fe2d
commit 478464d302
5 changed files with 1 additions and 1 deletions

View File

@@ -364,7 +364,7 @@ class GhostRequest:
if 'index.html' in files: if 'index.html' in files:
url = 'http://%s/%s/%s/%s/%s/%s' % ( url = 'http://%s/%s/%s/%s/%s/%s' % (
ghost_host, customer.strip('/'), testbed, test_run, target_folder, 'index.html') 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() scp_push.close()
self.upload_images(target_folder) self.upload_images(target_folder)
for image in self.images: for image in self.images: