Describe the bug
Strange one... A colleague ran a test on a device and is encountering the below when attempting to download the report file(s).

Corresponding line in Testrun output.

See below ls -l.

I did wonder whether case sensitivity/similarity of device names thus directory names may be a contributor somewhere along the line? The testrun process was started as ossadmin using sudo testrun and has been running for a number of days with other reports accessible without issue.
Interestingly, even after suitable chown -R of the affected reports directory...

...the report(s) are still unavailable for download.

Error logs
This is the reports directory, containing 2 tests. The first one (that colleague was trying to initially download above), and a second one that should contain more useful info in the testrun.log file.
reports.zip
Environment (please provide the following information about your setup):
Additional context
Only modifications from official 2.1 release are as below.
- resources/test_packs/qualification.json (Set tests to excluded/recommended/informational as appropriate)
- resources/devices/device_profile.json (Add custom questions)
Describe the bug
Strange one... A colleague ran a test on a device and is encountering the below when attempting to download the report file(s).
Corresponding line in Testrun output.
See below
ls -l.I did wonder whether case sensitivity/similarity of device names thus directory names may be a contributor somewhere along the line? The testrun process was started as ossadmin using
sudo testrunand has been running for a number of days with other reports accessible without issue.Interestingly, even after suitable
chown -Rof the affected reports directory......the report(s) are still unavailable for download.
Error logs
This is the
reportsdirectory, containing 2 tests. The first one (that colleague was trying to initially download above), and a second one that should contain more useful info in thetestrun.logfile.reports.zip
Environment (please provide the following information about your setup):
Additional context
Only modifications from official 2.1 release are as below.