On 11/11/2025 18.17, Alex Bennée wrote:
Linaro are migrating file-hosting from the old NextCloud instance to
another sharing site.
Signed-off-by: Alex Bennée <[email protected]>
Cc: [email protected]
---
tests/functional/aarch64/test_kvm.py | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/tests/functional/aarch64/test_kvm.py
b/tests/functional/aarch64/test_kvm.py
index 9fb9286139f..c8351afc5ec 100755
--- a/tests/functional/aarch64/test_kvm.py
+++ b/tests/functional/aarch64/test_kvm.py
@@ -18,11 +18,8 @@
class Aarch64VirtKVMTests(LinuxKernelTest):
- ASSET_KVM_TEST_KERNEL = Asset(
- 'https://fileserver.linaro.org/s/HmjaxXXYHYSqbes/'
- 'download?path=%2F&files='
- 'image-with-kvm-tool-and-unit-tests.gz',
- '34de4aaea90db5da42729e7d28b77f392c37a2f4da859f889a5234aaf0970696')
+ ASSET_KVM_TEST_KERNEL =
Asset('https://share.linaro.org/downloadFile?id=Dt5pQbTe5RrxEii',
+
'34de4aaea90db5da42729e7d28b77f392c37a2f4da859f889a5234aaf0970696')
Could you please keep the short indentation here, to avoid that we reach the
100 columns limit?
Thanks,
Thomas