On 21/08/2024 15.33, Philippe Mathieu-Daudé wrote:
Straight forward conversion using the Python standard zipfile
module instead of avocado.utils package. Update the SHA1 hashes
to SHA256 hashes since SHA1 should not be used anymore nowadays.

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  MAINTAINERS                             |  2 +-
  tests/avocado/machine_mips_malta.py     | 54 -------------------------
  tests/functional/meson.build            |  4 ++
  tests/functional/test_mips64el_malta.py |  3 ++
  tests/functional/test_mipsel_malta.py   | 46 +++++++++++++++++++++
  5 files changed, 54 insertions(+), 55 deletions(-)
  delete mode 100644 tests/avocado/machine_mips_malta.py
  create mode 100755 tests/functional/test_mipsel_malta.py

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to