[PATCH] tests/vm: update openbsd image to 7.6

Brad Smith posted 1 patch 1 month, 1 week ago
There is a newer version of this series
tests/vm/openbsd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] tests/vm: update openbsd image to 7.6
Posted by Brad Smith 1 month, 1 week ago
tests/vm: update openbsd image to 7.6

Signed-off-by: Brad Smith <brad@comstyle.com>
---
 tests/vm/openbsd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 49cab08782..dfd11c93f0 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.5/amd64/install75.iso"
-    csum = "034435c6e27405d5a7fafb058162943c194eb793dafdc412c08d49bb56b3892a"
+    link = "https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/install76.iso"
+    csum = "60cba8cb391b50bba8fa10fc768bd0529636f5345d82133c93e22c798d8e5269"
     size = "20G"
     pkgs = [
         # tools
@@ -32,7 +32,6 @@ class OpenBSDVM(basevm.BaseVM):
         "pkgconf",
         "bzip2", "xz",
         "ninja",
-        "py3-tomli",
 
         # gnu tools
         "bash",
@@ -160,6 +159,7 @@ class OpenBSDVM(basevm.BaseVM):
 
         self.print_step("Installation started now, this will take a while")
         self.console_wait_send("Location of sets",        "done\n")
+        self.console_wait_send("Time appears wrong.  Set to", "\n")
 
         self.console_wait("successfully completed")
         self.print_step("Installation finished, rebooting")
-- 
2.46.1
Re: [PATCH] tests/vm: update openbsd image to 7.6
Posted by Thomas Huth 1 month, 1 week ago
On 13/10/2024 05.36, Brad Smith wrote:
> tests/vm: update openbsd image to 7.6

Maybe change the patch description to something more meaningful, e.g. a 
comment about the removed py3-tomli package ?

> Signed-off-by: Brad Smith <brad@comstyle.com>
> ---
>   tests/vm/openbsd | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)

Anyway:
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Re: [PATCH] tests/vm: update openbsd image to 7.6
Posted by Brad Smith 1 month, 1 week ago
On 2024-10-13 2:06 a.m., Thomas Huth wrote:
> On 13/10/2024 05.36, Brad Smith wrote:
>> tests/vm: update openbsd image to 7.6
>
> Maybe change the patch description to something more meaningful, e.g. 
> a comment about the removed py3-tomli package ?

Ok, I will post an updated diff.

>> Signed-off-by: Brad Smith <brad@comstyle.com>
>> ---
>>   tests/vm/openbsd | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> Anyway:
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Tested-by: Thomas Huth <thuth@redhat.com>
>