From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6BBDDE77188 for ; Tue, 31 Dec 2024 12:18:06 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tSbBe-0006Ja-Qx; Tue, 31 Dec 2024 07:17:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tSbBH-00067Z-S1 for qemu-devel@nongnu.org; Tue, 31 Dec 2024 07:17:07 -0500 Received: from ik1-413-38519.vs.sakura.ne.jp ([153.127.30.23] helo=sakura.ysato.name) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tSbBF-0004DN-Gx for qemu-devel@nongnu.org; Tue, 31 Dec 2024 07:17:03 -0500 Received: from SIOS1075.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by sakura.ysato.name (Postfix) with ESMTPSA id E0C871C0164; Tue, 31 Dec 2024 21:16:52 +0900 (JST) Date: Tue, 31 Dec 2024 21:16:50 +0900 Message-ID: <87msgct5cd.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Thomas Huth Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH] tests/functional/test_rx_gdbsim: Use stable URL for test_linux_sash In-Reply-To: <20241229083419.180423-1-huth@tuxfamily.org> References: <20241229083419.180423-1-huth@tuxfamily.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Received-SPF: softfail client-ip=153.127.30.23; envelope-from=ysato@users.sourceforge.jp; helo=sakura.ysato.name X-Spam_score_int: -7 X-Spam_score: -0.8 X-Spam_bar: / X-Spam_report: (-0.8 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.399, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Sun, 29 Dec 2024 17:34:19 +0900, Thomas Huth wrote: >=20 > From: Philippe Mathieu-Daud=E9 >=20 > Yoshinori said [*] URL references on OSDN were stable, but they > appear not to be. Mirror the artifacts on GitHub to avoid failures > while testing on CI. Thanks. OSDN's service seems to have been unstable for a while now. I can't provide a replacement right away. Please use a mirror. > [*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg686487.html >=20 > Cc: Yoshinori Sato > Reported-by: Alex Benn=E9e > Signed-off-by: Philippe Mathieu-Daud=E9 > Message-ID: <20200630202631.7345-1-f4bug@amsat.org> > [huth: Adapt the patch to the new version in the functional framework] > Signed-off-by: Thomas Huth > --- > tests/functional/test_rx_gdbsim.py | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) >=20 > diff --git a/tests/functional/test_rx_gdbsim.py b/tests/functional/test_r= x_gdbsim.py > index 20623aa51c..49245793e1 100755 > --- a/tests/functional/test_rx_gdbsim.py > +++ b/tests/functional/test_rx_gdbsim.py > @@ -21,13 +21,16 @@ class RxGdbSimMachine(QemuSystemTest): > KERNEL_COMMON_COMMAND_LINE =3D 'printk.time=3D0 ' > =20 > ASSET_UBOOT =3D Asset( > - 'https://acc.dl.osdn.jp/users/23/23888/u-boot.bin.gz', > - '7146567d669e91dbac166384b29aeba1715beb844c8551e904b86831bfd9d04= 6') > + ('https://github.com/philmd/qemu-testing-blob/raw/rx-gdbsim/rx/g= dbsim/' > + 'u-boot.bin'), > + 'dd7dd4220cccf7aeb32227b26233bf39600db05c3f8e26005bcc2bf6c927207= d') > ASSET_DTB =3D Asset( > - 'https://acc.dl.osdn.jp/users/23/23887/rx-virt.dtb', > + ('https://github.com/philmd/qemu-testing-blob/raw/rx-gdbsim/rx/g= dbsim/' > + 'rx-gdbsim.dtb'), > 'aa278d9c1907a4501741d7ee57e7f65c02dd1b3e0323b33c6d4247f1b32cf29= a') > ASSET_KERNEL =3D Asset( > - 'http://acc.dl.osdn.jp/users/23/23845/zImage', > + ('https://github.com/philmd/qemu-testing-blob/raw/rx-gdbsim/rx/g= dbsim/' > + 'zImage'), > 'baa43205e74a7220ed8482188c5e9ce497226712abb7f4e7e4f825ce19ff965= 6') > =20 > def test_uboot(self): > @@ -36,7 +39,7 @@ def test_uboot(self): > """ > self.set_machine('gdbsim-r5f562n8') > =20 > - uboot_path =3D self.uncompress(self.ASSET_UBOOT) > + uboot_path =3D self.ASSET_UBOOT.fetch() > =20 > self.vm.set_console() > self.vm.add_args('-bios', uboot_path, > --=20 > 2.47.1 >=20 --=20 Yosinori Sato