From: Willian Rampazzo <wrampazz@redhat.com>
To: Niek Linnenbank <nieklinnenbank@gmail.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Daniel Berrange" <berrange@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
b.galvani@gmail.com, qemu-arm@nongnu.org,
"Pavel Dovgalyuk" <Pavel.Dovgaluk@ispras.ru>,
"Cleber Rosa Junior" <crosa@redhat.com>,
"Philippe Mathieu Daude" <philmd@redhat.com>
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 [thread overview]
Message-ID: <CAKJDGDZq_ioF91BUWRo_y0GKYGbjgZa46Pt83wp7t3b_ZC=ixw@mail.gmail.com> (raw)
In-Reply-To: <20210304203540.41614-3-nieklinnenbank@gmail.com>
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.
next prev parent reply other threads:[~2021-03-05 15:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-04 20:35 [PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests Niek Linnenbank
2021-03-04 20:35 ` [PATCH v3 1/5] hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value Niek Linnenbank
2021-03-04 20:35 ` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine Niek Linnenbank
2021-03-05 15:16 ` Willian Rampazzo [this message]
2021-03-08 7:52 ` Philippe Mathieu-Daudé
2021-03-08 20:32 ` Niek Linnenbank
2021-03-08 20:41 ` Willian Rampazzo
2021-03-08 20:44 ` Willian Rampazzo
2021-03-22 16:53 ` Philippe Mathieu-Daudé
2021-03-22 16:59 ` Philippe Mathieu-Daudé
2021-03-22 17:12 ` Willian Rampazzo
2021-03-22 17:24 ` Philippe Mathieu-Daudé
2021-03-22 17:37 ` Willian Rampazzo
2021-03-22 17:18 ` Willian Rampazzo
2021-03-22 18:47 ` Philippe Mathieu-Daudé
2021-03-22 19:10 ` Willian Rampazzo
2021-03-04 20:35 ` [PATCH v3 3/5] tests/acceptance/boot_linux_console: change URL for test_arm_orangepi_bionic_20_08 Niek Linnenbank
2021-03-04 22:30 ` Philippe Mathieu-Daudé
2021-03-05 14:56 ` Willian Rampazzo
2021-03-04 20:35 ` [PATCH v3 4/5] tests/acceptance: update sunxi kernel from armbian to 5.10.16 Niek Linnenbank
2021-03-05 15:04 ` Willian Rampazzo
2021-03-08 7:49 ` Philippe Mathieu-Daudé
2021-03-08 20:27 ` Niek Linnenbank
2021-03-04 20:35 ` [PATCH v3 5/5] tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cubieboard tests Niek Linnenbank
2021-03-05 15:02 ` Willian Rampazzo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAKJDGDZq_ioF91BUWRo_y0GKYGbjgZa46Pt83wp7t3b_ZC=ixw@mail.gmail.com' \
--to=wrampazz@redhat.com \
--cc=Pavel.Dovgaluk@ispras.ru \
--cc=b.galvani@gmail.com \
--cc=berrange@redhat.com \
--cc=crosa@redhat.com \
--cc=f4bug@amsat.org \
--cc=nieklinnenbank@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).