On Wed, Jan 21, 2026 at 11:19:57AM +0100, 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: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
