diff options
author | Brad Smith <brad@comstyle.com> | 2022-05-05 19:32:07 -0400 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-09 08:21:14 +0200 |
commit | 26f0ee7ddb9e95b3bde1d1b51d98334bebce0e1f (patch) | |
tree | 3ae95306f1b59d1857dce58cec573d121744721e /tests/vm | |
parent | 5c570ef2f154ee8efe35ef939df00d2a33dee1fd (diff) |
tests/vm: update openbsd to release 7.1
tests/vm/openbsd: Update to release 7.1
Signed-off-by: Brad Smith <brad@comstyle.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <YnRed7sw45lTbRjb@humpty.home.comstyle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-x | tests/vm/openbsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 337fe7c303..dc34b2718b 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/7.0/amd64/install70.iso" - csum = "1882f9a23c9800e5dba3dbd2cf0126f552605c915433ef4c5bb672610a4ca3a4" + link = "https://cdn.openbsd.org/pub/OpenBSD/7.1/amd64/install71.iso" + csum = "d3a7c5b9bf890bc404304a1c96f9ee72e1d9bbcf9cc849c1133bdb0d67843396" size = "20G" pkgs = [ # tools |