[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 25/39] tests/vm: update openbsd to release 6.9
From: |
Alex Bennée |
Subject: |
[PATCH v1 25/39] tests/vm: update openbsd to release 6.9 |
Date: |
Tue, 6 Jul 2021 15:58:03 +0100 |
From: Brad Smith <brad@comstyle.com>
tests/vm: update openbsd to release 6.9
Signed-off-by: Brad Smith <brad@comstyle.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <YLRDeJV8qBrt9++c@humpty.home.comstyle.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.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
--
2.20.1
- [PATCH v1 19/39] tests/docker: expand centos8 package list, (continued)
- [PATCH v1 19/39] tests/docker: expand centos8 package list, Alex Bennée, 2021/07/06
- [PATCH v1 39/39] MAINTAINTERS: Added myself as a reviewer for TCG Plugins, Alex Bennée, 2021/07/06
- [PATCH v1 14/39] tests/docker: fix sorting in package lists, Alex Bennée, 2021/07/06
- [PATCH v1 27/39] plugins: fix-up handling of internal hostaddr for 32 bit, Alex Bennée, 2021/07/06
- [PATCH v1 17/39] tests/docker: fix mistakes in ubuntu package lists, Alex Bennée, 2021/07/06
- [PATCH v1 31/39] tcg/plugins: enable by default for TCG builds, Alex Bennée, 2021/07/06
- [PATCH v1 25/39] tests/vm: update openbsd to release 6.9,
Alex Bennée <=
- [PATCH v1 38/39] docs/devel: Added cache plugin to the plugins docs, Alex Bennée, 2021/07/06
- [PATCH v1 24/39] tests/vm: update NetBSD to 9.2, Alex Bennée, 2021/07/06
- [PATCH v1 18/39] tests/docker: remove mingw packages from Fedora, Alex Bennée, 2021/07/06
- [PATCH v1 35/39] plugins: Added a new cache modelling plugin, Alex Bennée, 2021/07/06
- [PATCH v1 29/39] configure: don't allow plugins to be enabled for a non-TCG build, Alex Bennée, 2021/07/06
- Re: [PATCH v1 00/39] final pre-PR for 6.1 (testing and plugins), Philippe Mathieu-Daudé, 2021/07/07