[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH] tests/avocado: use new rootfs for orangepi test
From: |
Alex Bennée |
Subject: |
[RFC PATCH] tests/avocado: use new rootfs for orangepi test |
Date: |
Fri, 18 Nov 2022 11:33:09 +0000 |
The old URL wasn't stable. I suspect the current URL will only be
stable for a few months so maybe we need another strategy for hosting
rootfs snapshots?
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/avocado/boot_linux_console.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/avocado/boot_linux_console.py
b/tests/avocado/boot_linux_console.py
index 4c9d551f47..5a2923c423 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -793,8 +793,8 @@ def test_arm_orangepi_sd(self):
dtb_path =
'/usr/lib/linux-image-current-sunxi/sun8i-h3-orangepi-pc.dtb'
dtb_path = self.extract_from_deb(deb_path, dtb_path)
rootfs_url = ('http://storage.kernelci.org/images/rootfs/buildroot/'
- 'kci-2019.02/armel/base/rootfs.ext2.xz')
- rootfs_hash = '692510cb625efda31640d1de0a8d60e26040f061'
+ 'buildroot-baseline/20221116.0/armel/rootfs.ext2.xz')
+ rootfs_hash = 'fae32f337c7b87547b10f42599acf109da8b6d9a'
rootfs_path_xz = self.fetch_asset(rootfs_url, asset_hash=rootfs_hash)
rootfs_path = os.path.join(self.workdir, 'rootfs.cpio')
archive.lzma_uncompress(rootfs_path_xz, rootfs_path)
--
2.34.1
- [RFC PATCH] tests/avocado: use new rootfs for orangepi test,
Alex Bennée <=
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Thomas Huth, 2022/11/18
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Philippe Mathieu-Daudé, 2022/11/23
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Thomas Huth, 2022/11/23
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Alex Bennée, 2022/11/23
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Philippe Mathieu-Daudé, 2022/11/23
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Cédric Le Goater, 2022/11/23
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Philippe Mathieu-Daudé, 2022/11/23
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Daniel P . Berrangé, 2022/11/24
- Re: [RFC PATCH] tests/avocado: use new rootfs for orangepi test, Thomas Huth, 2022/11/24