[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] tests/acceptance: replace unstable apt.armbian.com URLs
From: |
Willian Rampazzo |
Subject: |
Re: [PATCH 1/2] tests/acceptance: replace unstable apt.armbian.com URLs for orangepi-pc, cubieboard |
Date: |
Fri, 12 Feb 2021 17:19:38 -0300 |
On Thu, Feb 11, 2021 at 7:09 PM Niek Linnenbank
<nieklinnenbank@gmail.com> wrote:
>
> Currently the automated acceptance tests for the Orange Pi PC and cubieboard
> machines are disabled by default. The tests for both machines require
> artifacts
> that are stored on the apt.armbian.com domain. Unfortunately, some of these
> artifacts
> have been removed from apt.armbian.com and it is uncertain whether more will
> be removed.
>
> This commit moves the artifacts previously stored on apt.armbian.com to a
> different
> domain that is maintainted by me and retrieves them using the path:
> '/pub/qemu/<machine>/<artifact>'.
>
> Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> ---
> tests/acceptance/boot_linux_console.py | 46 +++++++++-----------------
> tests/acceptance/replay_kernel.py | 6 ++--
> 2 files changed, 18 insertions(+), 34 deletions(-)
Reviewed-by: Willian Rampazzo <willianr@redhat.com>