All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
	"Cleber Rosa" <crosa@redhat.com>
Subject: Re: [PATCH] tests/acceptance: Use imgtec.com URL for Fedora 22 artifacts
Date: Mon, 1 Mar 2021 10:30:58 -0300	[thread overview]
Message-ID: <c11afdea-2faf-b445-cb35-05fed0c99a35@redhat.com> (raw)
In-Reply-To: <20210228224343.310677-1-f4bug@amsat.org>

Hi,

On 2/28/21 7:43 PM, Philippe Mathieu-Daudé wrote:
> Having artifacts stored in personal namespace is not ideal,
> as these might get closed and disappear. Use the original URL
> where these artifacts could be found.
>
> For more references:
> https://fedoraproject.org/wiki/Architectures/MIPS/2015Bootstrap/mips64el
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   tests/acceptance/boot_linux_console.py | 4 ++--
>   tests/acceptance/replay_kernel.py      | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py
> index eb012867997..138bd8cb7d3 100644
> --- a/tests/acceptance/boot_linux_console.py
> +++ b/tests/acceptance/boot_linux_console.py
> @@ -239,8 +239,8 @@ def test_mips64el_malta_5KEc_cpio(self):
>           :avocado: tags=machine:malta
>           :avocado: tags=endian:little
>           """
> -        kernel_url = ('https://github.com/philmd/qemu-testing-blob/'
> -                      'raw/9ad2df38/mips/malta/mips64el/'
> +        kernel_url = ('http://mipsfedora.imgtec.com/development/22/'
> +                      'mips64el/images/20150601/'
>                         'vmlinux-3.19.3.mtoman.20150408')

http://mipsfedora.imgtec.com/development/22/mips64el/images/20150601/vmlinux-3.19.3.mtoman.20150408 
did not get resolve here. Could you please double-check the url is correct?

Thanks!

Wainer

>           kernel_hash = '00d1d268fb9f7d8beda1de6bebcc46e884d71754'
>           kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
> diff --git a/tests/acceptance/replay_kernel.py b/tests/acceptance/replay_kernel.py
> index c1cb8624683..efdd4233bc2 100644
> --- a/tests/acceptance/replay_kernel.py
> +++ b/tests/acceptance/replay_kernel.py
> @@ -397,8 +397,8 @@ def test_mips64el_malta_5KEc_cpio(self):
>           :avocado: tags=endian:little
>           :avocado: tags=slowness:high
>           """
> -        kernel_url = ('https://github.com/philmd/qemu-testing-blob/'
> -                      'raw/9ad2df38/mips/malta/mips64el/'
> +        kernel_url = ('http://mipsfedora.imgtec.com/development/22/'
> +                      'mips64el/images/20150601/'
>                         'vmlinux-3.19.3.mtoman.20150408')
>           kernel_hash = '00d1d268fb9f7d8beda1de6bebcc46e884d71754'
>           kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)



  reply	other threads:[~2021-03-01 13:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-28 22:43 [PATCH] tests/acceptance: Use imgtec.com URL for Fedora 22 artifacts Philippe Mathieu-Daudé
2021-03-01 13:30 ` Wainer dos Santos Moschetta [this message]
2021-03-01 13:56   ` Philippe Mathieu-Daudé
2021-03-02 15:27     ` Willian Rampazzo
2021-03-02 15:45       ` Philippe Mathieu-Daudé
2021-03-03 18:52         ` 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=c11afdea-2faf-b445-cb35-05fed0c99a35@redhat.com \
    --to=wainersm@redhat.com \
    --cc=crosa@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=pavel.dovgaluk@ispras.ru \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.