From nobody Sun Apr 28 21:58:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) client-ip=170.10.133.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1622645263; cv=none; d=zohomail.com; s=zohoarc; b=VbDeHVtn1dWs+0z8iegkvIQ0IuBoi/OvpnN9EdxS71coZFw6hz8cQzm+bufec+NeFN/rMHjacXFlPIuxAc51UzRBsTyb9qz2n542k1ywGsLDLe6mNUe9tY36lU1QbbeTiws0GoCgxotzX2OE0cJV9PsZkZFTm8Rp4xEpYP8jd3I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1622645263; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=DDsMDlbX4Rd23nZM9hmT5ZmqoGvC2B87TrNLXwSj0QY=; b=JZ181W9DDMXCiCIg4mlV7tYuv4IGWvfJE3OwcPjhoRqUAsABoYYaGJXDKjC0yN+0Y+zp0/0u3OWbUND6X1xtEVBAxdLlypav0GqH+krWuw/LY4K3nNL2bq//e0AlVfz3MYt7Eh45jxRceO3lhqpOITsPmaS/fFAzeBiMUB8ENG0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.zohomail.com with SMTPS id 1622645263103483.758697376502; Wed, 2 Jun 2021 07:47:43 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-526-1v1qQAuYPAqvnodcbw7OXg-1; Wed, 02 Jun 2021 10:47:39 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4B12D1009446; Wed, 2 Jun 2021 14:47:34 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2D90060BE5; Wed, 2 Jun 2021 14:47:33 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 333E044A59; Wed, 2 Jun 2021 14:47:31 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 152ElTec004824 for ; Wed, 2 Jun 2021 10:47:29 -0400 Received: by smtp.corp.redhat.com (Postfix) id 62E9060CCC; Wed, 2 Jun 2021 14:47:29 +0000 (UTC) Received: from localhost.localdomain (unknown [10.40.193.251]) by smtp.corp.redhat.com (Postfix) with ESMTP id D92B061008 for ; Wed, 2 Jun 2021 14:47:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622645262; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=DDsMDlbX4Rd23nZM9hmT5ZmqoGvC2B87TrNLXwSj0QY=; b=d8ygsTqxdj5r1eVeAMqdz4R+HDOZIb4WVgh11LKkqV7UOZh0jHTOxk1vYKD3NgesPkQeKr gcrUCqtIYaGn7jGLPib+fl31/J6W+eJrK+KMwMj1HrzIz5AQTr8wMIWd2oyfC+ZNkTc6BF ucaDPr9QXarJ5tpFAuny9yKPFPkssOg= X-MC-Unique: 1v1qQAuYPAqvnodcbw7OXg-1 From: Michal Privoznik To: libvir-list@redhat.com Subject: [PATCH] tests: Update expected output of virsh-optparse Date: Wed, 2 Jun 2021 16:47:20 +0200 Message-Id: <86e8f371399e8951ef915902b51809116f16c2db.1622645217.git.mprivozn@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" In the previous commit I've changed what API is called from 'virsh setmem' command. However, since virsh-optparse test is ran only when expensive tests are enabled I've completely missed that the expected output for virsh-optparse test must be updated too as it contains the API. Signed-off-by: Michal Privoznik --- Pushed as a trivial build breaker fix. tests/virsh-optparse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/virsh-optparse b/tests/virsh-optparse index fed71a8509..3fe38b2931 100755 --- a/tests/virsh-optparse +++ b/tests/virsh-optparse @@ -215,7 +215,7 @@ compare exp-err err || fail=3D1 # it has been parsed correctly cat <<\EOF > exp-err || framework_failure error: Unable to change MaxMemorySize -error: memory in virDomainSetMaxMemory must not be zero +error: memory in virDomainSetMemoryFlags must not be zero EOF $VIRSH -q -c $test_url setmaxmem test 0 >out 2>err && fail=3D1 test -s out && fail=3D1 --=20 2.31.1