Searched hist:"05 e30321" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 05e30321 Tue Sep 10 15:17:42 CDT 2024 Thomas Huth <thuth@redhat.com> tests/functional/qemu_test: Use Python hashlib instead of external programs
Some systems (like OpenBSD) do not have the sha256sum or sha512sum programs installed by default, or use different names for those. Use the Python hashlib instead so we don't have to rely on the external programs.
Reported-by: Peter Maydell <peter.maydell@linaro.org> Message-ID: <20240910201742.239559-1-thuth@redhat.com> Reviewed-by: Brian Cain <bcain@quicinc.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|