qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: brad@comstyle.com
Subject: Re: [PATCH] tests/vm/openbsd: Update to release 7.0
Date: Tue, 19 Oct 2021 08:37:27 +0200	[thread overview]
Message-ID: <6054fa06-e066-03fb-3870-9cf8120d0836@redhat.com> (raw)
In-Reply-To: <20211018205313.3526915-1-richard.henderson@linaro.org>

On 18/10/2021 22.53, Richard Henderson wrote:
> There are two minor changes required in the script for the
> network configuration of the newer release.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   tests/vm/openbsd | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index c4c78a80f1..337fe7c303 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
> @@ -95,10 +95,9 @@ class OpenBSDVM(basevm.BaseVM):
>           self.console_wait_send("Terminal type",           "xterm\n")
>           self.console_wait_send("System hostname",         "openbsd\n")
>           self.console_wait_send("Which network interface", "vio0\n")
> -        self.console_wait_send("IPv4 address",            "dhcp\n")
> +        self.console_wait_send("IPv4 address",            "autoconf\n")
>           self.console_wait_send("IPv6 address",            "none\n")
>           self.console_wait_send("Which network interface", "done\n")
> -        self.console_wait_send("DNS domain name",         "localnet\n")
>           self.console_wait("Password for root account")
>           self.console_send("%s\n" % self._config["root_pass"])
>           self.console_wait("Password for root account")

Works for me!

Tested-by: Thomas Huth <thuth@redhat.com>




      reply	other threads:[~2021-10-19  6:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18 20:53 [PATCH] tests/vm/openbsd: Update to release 7.0 Richard Henderson
2021-10-19  6:37 ` Thomas Huth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6054fa06-e066-03fb-3870-9cf8120d0836@redhat.com \
    --to=thuth@redhat.com \
    --cc=brad@comstyle.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).