Linaro/test-definitions

kselftest: add support for hosting tarball in Azure Files

Closed this issue · 1 comments

URLs to files stored in Azure Files include SAS token (example).

Extracting such an archive currently fails (example LAVA TestJob) because name of the downloaded tarball includes SAS token.

Possible solution: rename wget output (PR will follow-up shortly).

Discarded idea: drop SAS using basename option for suffix removal (-s) - won't work as it doesn't support wildcards and the token may change