qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 15/24] tests/functional: Convert the microblaze avocado te


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 15/24] tests/functional: Convert the microblaze avocado tests into standalone tests
Date: Fri, 2 Aug 2024 18:16:18 +0200
User-agent: Mozilla Thunderbird

On 30/7/24 19:03, Daniel P. Berrangé wrote:
From: Thomas Huth <thuth@redhat.com>

The machine_microblaze.py file contained two tests, one for each
endianess. Since we only support one QEMU target binary per file
in the new functional test environment, we have to split this file
up into two files now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  MAINTAINERS                                   |  2 +-
  tests/avocado/machine_microblaze.py           | 61 -------------------
  tests/functional/meson.build                  |  8 +++
  .../functional/test_microblaze_s3adsp1800.py  | 39 ++++++++++++
  .../test_microblazeel_s3adsp1800.py           | 42 +++++++++++++
  5 files changed, 90 insertions(+), 62 deletions(-)
  delete mode 100644 tests/avocado/machine_microblaze.py
  create mode 100755 tests/functional/test_microblaze_s3adsp1800.py
  create mode 100755 tests/functional/test_microblazeel_s3adsp1800.py

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]