[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests/vm: update openbsd to release 7.0
From: |
Brad Smith |
Subject: |
[PATCH] tests/vm: update openbsd to release 7.0 |
Date: |
Sat, 16 Oct 2021 18:56:11 -0400 |
tests/vm: update openbsd to release 7.0
Signed-off-by: Brad Smith <brad@comstyle.com>
---
tests/vm/openbsd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index c4c78a80f1..abf510e117 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.9/amd64/install69.iso"
- csum = "140d26548aec680e34bb5f82295414228e7f61e4f5e7951af066014fda2d6e43"
+ link = "https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/install70.iso"
+ csum = "1882f9a23c9800e5dba3dbd2cf0126f552605c915433ef4c5bb672610a4ca3a4"
size = "20G"
pkgs = [
# tools
--
2.33.1
- [PATCH] tests/vm: update openbsd to release 7.0,
Brad Smith <=