On 22/08/2024 13.41, Philippe Mathieu-Daudé wrote:
Straight forward conversion. Since SBSA_FLASH files are not
tarballs, use lzma_uncompress() method.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Based-on: <20240821082748.65853-1-th...@redhat.com>
---
MAINTAINERS | 2 +-
tests/functional/meson.build | 5 +
.../test_aarch64_sbsaref.py} | 144 ++++++------------
3 files changed, 55 insertions(+), 96 deletions(-)
rename tests/{avocado/machine_aarch64_sbsaref.py =>
functional/test_aarch64_sbsaref.py} (56%)
mode change 100644 => 100755
Thanks for your help with the conversions!
Reviewed-by: Thomas Huth <th...@redhat.com>