Skip to content

Commit

Permalink
tests/vm: update NetBSD to 9.2
Browse files Browse the repository at this point in the history
tests/vm: update NetBSD to 9.2

Signed-off-by: Brad Smith <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Tested-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Wainer dos Santos Moschetta <[email protected]>
Acked-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <YLe+LZ/[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
brad0 authored and stsquad committed Jul 14, 2021
1 parent 5606ce9 commit 2b36d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/vm/netbsd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
name = "netbsd"
arch = "x86_64"

link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
size = "20G"
pkgs = [
# tools
Expand Down

0 comments on commit 2b36d74

Please sign in to comment.