Browse Source
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. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Aditya Gupta <adityag@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20260121101957.82477-1-thuth@redhat.com>pull/319/head
2 changed files with 2 additions and 6 deletions
Loading…
Reference in new issue