Re: [PATCH v1 6/6] tests/vm: support sites with sha512 checksums

2019-11-04 Thread Philippe Mathieu-Daudé
On 11/4/19 6:36 PM, Alex Bennée wrote: The NetBSD project uses SHA512 for its checksums so lets support that in the download helper. Signed-off-by: Alex Bennée --- tests/vm/basevm.py | 10 -- tests/vm/netbsd| 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git

[PATCH v1 6/6] tests/vm: support sites with sha512 checksums

2019-11-04 Thread Alex Bennée
The NetBSD project uses SHA512 for its checksums so lets support that in the download helper. Signed-off-by: Alex Bennée --- tests/vm/basevm.py | 10 -- tests/vm/netbsd| 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py in