From: Alex Bennée Date: Wed, 1 Jul 2020 13:56:39 +0000 (+0100) Subject: tests/acceptance: fix dtb path for machine_rx_gdbsim X-Git-Tag: qemu-xen-4.15.0~81^2~25 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fcae60436f925d99436a3bc5dc83d034349ee26e;p=qemu-xen.git tests/acceptance: fix dtb path for machine_rx_gdbsim The old path doesn't exist but the rx-virt.dtb file has the same checksum so lets use that. Signed-off-by: Alex Bennée Acked-by: Philippe Mathieu-Daudé Message-Id: <20200701135652.1366-28-alex.bennee@linaro.org> --- diff --git a/tests/acceptance/machine_rx_gdbsim.py b/tests/acceptance/machine_rx_gdbsim.py index a44f2c87da..bff63e421d 100644 --- a/tests/acceptance/machine_rx_gdbsim.py +++ b/tests/acceptance/machine_rx_gdbsim.py @@ -50,7 +50,7 @@ class RxGdbSimMachine(Test): :avocado: tags=machine:gdbsim-r5f562n7 :avocado: tags=endian:little """ - dtb_url = ('https://acc.dl.osdn.jp/users/23/23887/rx-qemu.dtb') + dtb_url = ('https://acc.dl.osdn.jp/users/23/23887/rx-virt.dtb') dtb_hash = '7b4e4e2c71905da44e86ce47adee2210b026ac18' dtb_path = self.fetch_asset(dtb_url, asset_hash=dtb_hash) kernel_url = ('http://acc.dl.osdn.jp/users/23/23845/zImage')