On 1/21/26 21:19, Thomas Huth wrote:
From: Thomas Huth<[email protected]>

The functional testing framework currently supports both, sha256
and sha512 as hashsums for the assets. However, all but one test
currently only use sha256, which should also be sufficient according
to the current security standards. Having two algorithms around already
caused some confusion (e.g. the clean_functional_cache.py script only
supports sha256 right now), so standardize now on enforcing sha256
before more tests use a mix of the two algorithms.

Signed-off-by: Thomas Huth<[email protected]>
---
  tests/functional/ppc64/test_fadump.py | 4 +---
  tests/functional/qemu_test/asset.py   | 4 +---
  2 files changed, 2 insertions(+), 6 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to