Actions
action #35014
openProvide direct links to uploaded logs from the corresponding upload_logs step within the test details thumbnails
Start date:
2018-04-16
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Often people unexperienced with openQA struggle to find logs corresponding to a certain test execution step. Also, for experienced users, finding logs corresponding to test failures can be a tedious "Find test steps for failure, scroll all the way up to 'Logs & Assets' tab, find logfiles for failed module, click that URL".
Acceptance criteria¶
- AC1: Valid direct links to upload logs are shown as part of text thumbnail popups within the test details right next to the corresponding upload_logs step
- AC2: No invalid links are rendered until the files are accessible on the URL target
Suggestions¶
- Implement an implicit
record_info
call for each step of upload_logs from within os-autoinst mentioning the filename as URL or - to prevent invalid links until the test is actually uploaded to openQA - a template content which can later be replaced by openQA - On uploading within openQA context replace the link target templates by working URLs
Actions