From nobody Wed Nov 12 16:28:22 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1571422979; cv=none; d=zoho.com; s=zohoarc; b=PKt3LlOpyhiuHFySKOjN+cqZTTOLZpF6tKAvKGDDqeXtkvIoXjUiCwkmw3YD/lt6FLAyePhEREeGLA2yDtye3AO/Uf4t5d+Om5K/Uup50gxNeFpgTE/71YUd3IgIzfxnos01udVvZUoBitCmz+KRQ3q/FJVL0lYjI+tmD0f5o14= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571422979; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=p52aLNr3REDUkAmtm88D1QmcLF3gX6R19OT6sh4oyNA=; b=LJSR/Sdw7Ev64iubnNe96Uhi+DqLiVG7N4bKgIfwhnXhu/Mwix7eNuMZQm4ofdHsW3dkOf68XwM7dojBfygND5UPP95nHGY8/i24wK2+avd5nzwtQNXGVw5AtNmSDLewc+/PAc3LlcJK1z2uJ4hR2tXS0aNo4RarCFIXQpEt7qo= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 15714229795571018.2707365375043; Fri, 18 Oct 2019 11:22:59 -0700 (PDT) Received: from localhost ([::1]:44900 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLWtu-0006NP-F0 for importer@patchew.org; Fri, 18 Oct 2019 14:22:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34734) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLWoa-0007Cu-QY for qemu-devel@nongnu.org; Fri, 18 Oct 2019 14:17:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLWoZ-0001Ta-RT for qemu-devel@nongnu.org; Fri, 18 Oct 2019 14:17:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50454) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLWoZ-0001Sr-Ld for qemu-devel@nongnu.org; Fri, 18 Oct 2019 14:17:27 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C54453175295; Fri, 18 Oct 2019 18:17:26 +0000 (UTC) Received: from localhost (ovpn-116-20.phx2.redhat.com [10.3.116.20]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9BA255D713; Fri, 18 Oct 2019 18:17:21 +0000 (UTC) From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH v5 2/3] tests/vm: Let subclasses disable IPv6 Date: Fri, 18 Oct 2019 15:17:04 -0300 Message-Id: <20191018181705.17957-3-ehabkost@redhat.com> In-Reply-To: <20191018181705.17957-1-ehabkost@redhat.com> References: <20191018181705.17957-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Fri, 18 Oct 2019 18:17:26 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , Thomas Huth , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Kamil Rytarowski , Gerd Hoffmann , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The mechanism will be used to work around issues related to IPv6 on the netbsd image builder. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Thomas Huth --- tests/vm/basevm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index b5d1479bee..2929de23aa 100755 --- a/tests/vm/basevm.py +++ b/tests/vm/basevm.py @@ -57,6 +57,8 @@ class BaseVM(object): arch =3D "#arch" # command to halt the guest, can be overridden by subclasses poweroff =3D "poweroff" + # enable IPv6 networking + ipv6 =3D True def __init__(self, debug=3DFalse, vcpus=3DNone): self._guest =3D None self._tmpdir =3D os.path.realpath(tempfile.mkdtemp(prefix=3D"vm-te= st-", @@ -81,7 +83,8 @@ class BaseVM(object): self._args =3D [ \ "-nodefaults", "-m", "4G", "-cpu", "max", - "-netdev", "user,id=3Dvnet,hostfwd=3D:127.0.0.1:0-:22", + "-netdev", "user,id=3Dvnet,hostfwd=3D:127.0.0.1:0-:22" + + (",ipv6=3Dno" if not self.ipv6 else ""), "-device", "virtio-net-pci,netdev=3Dvnet", "-vnc", "127.0.0.1:0,to=3D20"] if vcpus and vcpus > 1: --=20 2.21.0