[PATCH v4 27/40] tests/acceptance: fix dtb path for machine_rx_gdbsim

Alex Bennée posted 40 patches 5 years, 7 months ago
Maintainers: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Cornelia Huck <cohuck@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Thomas Huth <thuth@redhat.com>
[PATCH v4 27/40] tests/acceptance: fix dtb path for machine_rx_gdbsim
Posted by Alex Bennée 5 years, 7 months ago
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 <alex.bennee@linaro.org>
---
 tests/acceptance/machine_rx_gdbsim.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/acceptance/machine_rx_gdbsim.py b/tests/acceptance/machine_rx_gdbsim.py
index a44f2c87da0..bff63e421d5 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')
-- 
2.20.1


Re: [PATCH v4 27/40] tests/acceptance: fix dtb path for machine_rx_gdbsim
Posted by Philippe Mathieu-Daudé 5 years, 7 months ago
On 7/1/20 3:56 PM, Alex Bennée wrote:
> 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 <alex.bennee@linaro.org>
> ---
>  tests/acceptance/machine_rx_gdbsim.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/acceptance/machine_rx_gdbsim.py b/tests/acceptance/machine_rx_gdbsim.py
> index a44f2c87da0..bff63e421d5 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')

Or:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg718316.html

Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

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