[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 08/19] Boot Linux Console Test: update the x8
From: |
Cleber Rosa |
Subject: |
Re: [Qemu-devel] [PATCH v4 08/19] Boot Linux Console Test: update the x86_64 kernel |
Date: |
Tue, 12 Mar 2019 08:34:41 -0400 |
User-agent: |
NeoMutt/20180716 |
On Tue, Mar 12, 2019 at 12:32:14PM +0000, Daniel P. Berrangé wrote:
> On Tue, Mar 12, 2019 at 08:11:39AM -0400, Cleber Rosa wrote:
> > Update to the stock Fedora 29 kernel, from the Fedora 28. New tests
> > will be added using the 29 kernel, so for consistency, let's also
> > update it here.
> >
> > Signed-off-by: Cleber Rosa <address@hidden>
> > Reviewed-by: Caio Carrara <address@hidden>
> > Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> > Tested-by: Philippe Mathieu-Daudé <address@hidden>
> > ---
> > tests/acceptance/boot_linux_console.py | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/tests/acceptance/boot_linux_console.py
> > b/tests/acceptance/boot_linux_console.py
> > index 4d57741bd8..1c237cea62 100644
> > --- a/tests/acceptance/boot_linux_console.py
> > +++ b/tests/acceptance/boot_linux_console.py
> > @@ -26,9 +26,9 @@ class BootLinuxConsole(Test):
> > :avocado: tags=arch:x86_64
> > :avocado: tags=machine:pc
> > """
> > - kernel_url = ('https://mirrors.kernel.org/fedora/releases/28/'
> > + kernel_url = ('https://mirrors.kernel.org/fedora/releases/29/'
>
> If we're going to point to Fedora images, then IMHO we ought to at least
> use the standard Fedora download URLs instead of pointing to a specific
> mirror. This particularly mirror site is not going to be the best choice
> for every QEMU developer
That's a good point. Changing that for v5.
Thanks,
- Cleber.
- [Qemu-devel] [PATCH v4 15/19] Boot Linux Console Test: add a test for ppc64 + pseries, (continued)
- [Qemu-devel] [PATCH v4 15/19] Boot Linux Console Test: add a test for ppc64 + pseries, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 12/19] scripts/qemu.py: support adding a console with the default serial device, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 11/19] Boot Linux Console Test: refactor the console watcher into utility method, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 10/19] Boot Linux Console Test: increase timeout, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 09/19] Boot Linux Console Test: add common kernel command line options, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 08/19] Boot Linux Console Test: update the x86_64 kernel, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 13/19] Boot Linux Console Test: add a test for mips + malta, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 04/19] Acceptance tests: introduce arch parameter and attribute, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 06/19] Acceptance tests: look for target architecture in test tags first, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 07/19] Boot Linux Console Test: rename the x86_64 after the arch and machine, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 05/19] Acceptance tests: use "arch:" tag to filter target specific tests, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 02/19] Acceptance tests: improve docstring on pick_default_qemu_bin(), Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 03/19] Acceptance tests: fix doc reference to avocado_qemu directory, Cleber Rosa, 2019/03/12
- [Qemu-devel] [PATCH v4 01/19] Acceptance tests: show avocado test execution by default, Cleber Rosa, 2019/03/12