On 22/08/2024 13.02, Philippe Mathieu-Daudé wrote:
Straight forward conversion. Update the SHA1 hashes to SHA256
hashes since SHA1 should not be used anymore nowadays.
$ QEMU_TEST_ALLOW_UNTRUSTED_CODE=1 make check-functional-arm
...
6/6 qemu:func-thorough+func-arm-thorough+thorough /
func-arm-arm_integratorcp OK 3.90s 2 subtests passed
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Based-on: <20240821082748.65853-1-th...@redhat.com>
---
MAINTAINERS | 2 +-
tests/functional/meson.build | 1 +
.../test_arm_integratorcp.py} | 56 ++++++++++---------
3 files changed, 33 insertions(+), 26 deletions(-)
rename tests/{avocado/machine_arm_integratorcp.py =>
functional/test_arm_integratorcp.py} (63%)
mode change 100644 => 100755
Reviewed-by: Thomas Huth <th...@redhat.com>