qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix for acceptance test for 4.2-rc2
@ 2019-12-06 15:03 Cleber Rosa
  2019-12-06 15:03 ` [PATCH 1/1] tests/boot_linux_console: Fetch assets from Debian snapshot archives Cleber Rosa
  0 siblings, 1 reply; 2+ messages in thread
From: Cleber Rosa @ 2019-12-06 15:03 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel
  Cc: Beraldo Leal, Wainer dos Santos Moschetta, Willian Rampazzo,
	Cleber Rosa, Philippe Mathieu-Daudé, Eduardo Habkost



Philippe Mathieu-Daudé (1):
  tests/boot_linux_console: Fetch assets from Debian snapshot archives

 tests/acceptance/boot_linux_console.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] tests/boot_linux_console: Fetch assets from Debian snapshot archives
  2019-12-06 15:03 [PATCH 0/1] Fix for acceptance test for 4.2-rc2 Cleber Rosa
@ 2019-12-06 15:03 ` Cleber Rosa
  0 siblings, 0 replies; 2+ messages in thread
From: Cleber Rosa @ 2019-12-06 15:03 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel
  Cc: Beraldo Leal, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Willian Rampazzo, Cleber Rosa,
	Alex Bennée, Eduardo Habkost

From: Philippe Mathieu-Daudé <philmd@redhat.com>

The kernel packaged was fetched from an unstable repository.
Use the stable snapshot archive instead.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191126223810.20180-2-philmd@redhat.com>
Tested-by: Willian Rampazzo <wrampazz@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
 tests/acceptance/boot_linux_console.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py
index 7e41cebd47..752f776f68 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -479,7 +479,8 @@ class BootLinuxConsole(Test):
         :avocado: tags=arch:m68k
         :avocado: tags=machine:q800
         """
-        deb_url = ('http://ftp.ports.debian.org/debian-ports/pool-m68k/main'
+        deb_url = ('https://snapshot.debian.org/archive/debian-ports'
+                   '/20191021T083923Z/pool-m68k/main'
                    '/l/linux/kernel-image-5.3.0-1-m68k-di_5.3.7-1_m68k.udeb')
         deb_hash = '044954bb9be4160a3ce81f8bc1b5e856b75cccd1'
         try:
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-06 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-06 15:03 [PATCH 0/1] Fix for acceptance test for 4.2-rc2 Cleber Rosa
2019-12-06 15:03 ` [PATCH 1/1] tests/boot_linux_console: Fetch assets from Debian snapshot archives Cleber Rosa

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).