On 5/31/21 4:01 AM, Brad Smith wrote:
> tests/vm: update openbsd to release 6.9
> 
> Signed-off-by: Brad Smith <b...@comstyle.com>

Acked-by: Philippe Mathieu-Daudé <f4...@amsat.org>

> ---
>  tests/vm/openbsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index 4d1399378e..c4c78a80f1 100755
> --- a/tests/vm/openbsd
> +++ b/tests/vm/openbsd
> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
>      name = "openbsd"
>      arch = "x86_64"
>  
> -    link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso";
> -    csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
> +    link = "https://cdn.openbsd.org/pub/OpenBSD/6.9/amd64/install69.iso";
> +    csum = "140d26548aec680e34bb5f82295414228e7f61e4f5e7951af066014fda2d6e43"
>      size = "20G"
>      pkgs = [
>          # tools
> 


Reply via email to