tests/vm: update NetBSD to 9.1

update NetBSD to 9.1

Signed-off-by: Brad Smith <brad@comstyle.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20201114040150.GD13329@humpty.home.comstyle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Brad Smith 2020-11-13 23:01:50 -05:00 committed by Thomas Huth
parent 9fc33bf4e1
commit 844d35b9c2

View File

@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
name = "netbsd" name = "netbsd"
arch = "x86_64" arch = "x86_64"
link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/images/NetBSD-9.0-amd64.iso" link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
csum = "34da4882ee61bdbf69f241195a8933dc800949d30b43fc6988da853d57fc2b8cac50cf97a0d2adaf93250b4e329d189c1a8b83c33bd515226f37745d50c33369" csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
size = "20G" size = "20G"
pkgs = [ pkgs = [
# tools # tools
@ -38,7 +38,7 @@ class NetBSDVM(basevm.BaseVM):
"bash", "bash",
"gmake", "gmake",
"gsed", "gsed",
"gettext", "gettext-tools",
# libs: crypto # libs: crypto
"gnutls", "gnutls",