[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 1
From: |
Willian Rampazzo |
Subject: |
Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine |
Date: |
Fri, 5 Mar 2021 12:16:21 -0300 |
On Thu, Mar 4, 2021 at 5:44 PM Niek Linnenbank <nieklinnenbank@gmail.com> wrote:
>
> The image for Armbian 19.11.3 bionic has been removed from the armbian server.
> Without the image as input the test arm_orangepi_bionic_19_11 cannot run.
>
> This commit removes the test completely and merges the code of the generic
> function
> do_test_arm_orangepi_uboot_armbian back with the 20.08 test.
>
> Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> ---
> tests/acceptance/boot_linux_console.py | 72 ++++++++------------------
> 1 file changed, 23 insertions(+), 49 deletions(-)
>
> diff --git a/tests/acceptance/boot_linux_console.py
> b/tests/acceptance/boot_linux_console.py
> index eb01286799..9fadea9958 100644
> --- a/tests/acceptance/boot_linux_console.py
> +++ b/tests/acceptance/boot_linux_console.py
> @@ -802,7 +802,29 @@ def test_arm_orangepi_sd(self):
> # Wait for VM to shut down gracefully
> self.vm.wait()
>
> - def do_test_arm_orangepi_uboot_armbian(self, image_path):
> + @skipUnless(os.getenv('ARMBIAN_ARTIFACTS_CACHED'),
> + 'Test artifacts fetched from unreliable apt.armbian.com')
> + @skipUnless(os.getenv('AVOCADO_ALLOW_LARGE_STORAGE'), 'storage limited')
> + def test_arm_orangepi_bionic_20_08(self):
> + """
> + :avocado: tags=arch:arm
> + :avocado: tags=machine:orangepi-pc
> + :avocado: tags=device:sd
> + """
> +
> + # This test download a 275 MiB compressed image and expand it
> + # to 1036 MiB, but the underlying filesystem is 1552 MiB...
> + # As we expand it to 2 GiB we are safe.
> +
> + image_url = ('https://dl.armbian.com/orangepipc/archive/'
> +
> 'Armbian_20.08.1_Orangepipc_bionic_current_5.8.5.img.xz')
The Armbian 20 is not available on this link anymore. I can browse just 21.
What if we change this test to use local assets, for people that have
them and for CI that has the files cached. See
https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg00614.html
for details.
- [PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests, Niek Linnenbank, 2021/03/04
- [PATCH v3 1/5] hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value, Niek Linnenbank, 2021/03/04
- [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Niek Linnenbank, 2021/03/04
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine,
Willian Rampazzo <=
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Niek Linnenbank, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/22