From nobody Wed Nov 12 10:09:30 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=1569578198; cv=none; d=zoho.com; s=zohoarc; b=b8LAWD8VgK9Zgmda7hs8toPbAcb2OHx1QVrIkSSA9FWYWR0X96NDrmP1+ld8b5Se6D1k1i+jMY+afm8ms3MMPJd7t+QiGqnwHfu8ymBltZk+TLWHE+GxxbhN9uCpuctoqwaDCEE47H4OiBSOdrxMhV2H61gkM59lHWQuG7KrRKU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569578198; h=Content-Type: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:ARC-Authentication-Results; bh=gZv9LBAiN2WfbHX2yKQI2APz5SkiTjtzY5Ex5yfWjo8=; b=Q4BEKSzSC4Cw/eMcZyNZXPQJmZNR60BB/Es4Am8q2Ht89qE7/cZxhzWP25pyCKk1nKI5IVJPAVPJ2Pwhes3nMbOJo3KxHzAwYIFONe7ByKZkZOtODuH4Ho0+Imx02vCcIOIZm7ODVD2pGmEDZ8qpZoWE8NnPqmQPBOuJWkn4GM4= 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 1569578198427880.1726326916823; Fri, 27 Sep 2019 02:56:38 -0700 (PDT) Received: from localhost ([::1]:49088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDmzK-0000on-Fi for importer@patchew.org; Fri, 27 Sep 2019 05:56:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33306) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDmmD-00039h-2Z for qemu-devel@nongnu.org; Fri, 27 Sep 2019 05:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDmmB-0007U4-Vo for qemu-devel@nongnu.org; Fri, 27 Sep 2019 05:43:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44454) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDmm9-0007RT-LA; Fri, 27 Sep 2019 05:42:57 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E423B2CE955; Fri, 27 Sep 2019 09:42:56 +0000 (UTC) Received: from localhost (ovpn-204-76.brq.redhat.com [10.40.204.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7F84C5C21A; Fri, 27 Sep 2019 09:42:56 +0000 (UTC) From: Max Reitz To: qemu-block@nongnu.org Subject: [PATCH 05/18] iotests: Add -o and --no-opts to _make_test_img Date: Fri, 27 Sep 2019 11:42:29 +0200 Message-Id: <20190927094242.11152-6-mreitz@redhat.com> In-Reply-To: <20190927094242.11152-1-mreitz@redhat.com> References: <20190927094242.11152-1-mreitz@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 27 Sep 2019 09:42:56 +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: Kevin Wolf , qemu-devel@nongnu.org, Max Reitz Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Blindly overriding IMGOPTS is suboptimal as this discards user-specified options. Whatever options the test needs should simply be appended. Some tests do this (with IMGOPTS=3D$(_optstr_add "$IMGOPTS" "...")), but that is cumbersome. It=E2=80=99s simpler to just give _make_test_img an -o parameter with which tests can add options. Some tests actually must override the user-specified options, though, for example when creating an image in a different format than the test $IMGFMT. For such cases, --no-opts allows clearing the current option list. Signed-off-by: Max Reitz Reviewed-by: Maxim Levitsky --- tests/qemu-iotests/common.rc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index 3e7adc4834..f3784077de 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -287,6 +287,7 @@ _make_test_img() local use_backing=3D0 local backing_file=3D"" local object_options=3D"" + local opts_param=3Dfalse local misc_params=3D() =20 if [ -n "$TEST_IMG_FILE" ]; then @@ -307,6 +308,10 @@ _make_test_img() if [ "$use_backing" =3D "1" -a -z "$backing_file" ]; then backing_file=3D$param continue + elif $opts_param; then + optstr=3D$(_optstr_add "$optstr" "$param") + opts_param=3Dfalse + continue fi =20 case "$param" in @@ -314,6 +319,14 @@ _make_test_img() use_backing=3D1 ;; =20 + -o) + opts_param=3Dtrue + ;; + + --no-opts) + optstr=3D"" + ;; + *) misc_params=3D("${misc_params[@]}" "$param") ;; --=20 2.21.0