From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cP6PAR588mLVyQAAbAwnHQ (envelope-from ) for ; Tue, 09 Aug 2022 17:24:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id uEJZAR588mJtgQEAauVa8A (envelope-from ) for ; Tue, 09 Aug 2022 17:24:14 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9AE7B7B82 for ; Tue, 9 Aug 2022 17:24:13 +0200 (CEST) Received: from localhost ([::1]:34086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLR5Y-0003N7-RB for larch@yhetil.org; Tue, 09 Aug 2022 11:24:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54364) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLR5P-0003Ec-Kl for guix-patches@gnu.org; Tue, 09 Aug 2022 11:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54747) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLR5P-00021D-CE for guix-patches@gnu.org; Tue, 09 Aug 2022 11:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLR5O-0003xf-7s for guix-patches@gnu.org; Tue, 09 Aug 2022 11:24:02 -0400 Subject: bug#56813: [PATCH 0/2] Add a test for qemu-guest-agent service Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 09 Aug 2022 15:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56813 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Timotej Lazar Cc: 56813-done@debbugs.gnu.org Mail-Followup-To: 56813@debbugs.gnu.org, ludo@gnu.org, timotej.lazar@araneo.si Received: via spool by 56813-done@debbugs.gnu.org id=D56813.166005862915204 (code D ref 56813); Tue, 09 Aug 2022 15:24:02 +0000 Received: (at 56813-done) by debbugs.gnu.org; 9 Aug 2022 15:23:49 +0000 Received: from localhost ([127.0.0.1]:44495 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLR5B-0003xA-D8 for submit@debbugs.gnu.org; Tue, 09 Aug 2022 11:23:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLR59-0003ww-9c for 56813-done@debbugs.gnu.org; Tue, 09 Aug 2022 11:23:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40462) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLR53-0001zV-64; Tue, 09 Aug 2022 11:23:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=DC/hrNTPjz8qlmb5H9CzcfHJ05siUA/8dI2dosclx7o=; b=chrtg01w13e+asu06GqG Ld9qQjCwnb3Te8yhIWqE6zvVDW7iVvH5ILTtXidSXUJXLAH3b2nAgx9VOHU3cGCZcH39l1Q6Tu8s1 zKvWt0vxhOi8syOZCwTHptRFmDsw+T1wD54jPoDYEWkunWAsiN0aGIJkVgbDbTwSMU1qWgesZqDnQ /hjAwllwPA+KqSBxbhODRafNAgKKuaMiOY4/OvDf5xfjPp29MNvp6hNI5Ei8KViJlRo9wtxElTb3l KXTJrByRtiRE/LDYDDK3qQvio7QFyrH/yx4PAFFwXOZGxrqb/+tzWaFyQT+3wa1S2/RaLwRWfuEd8 MT1iR4nQDvgkQg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=52170 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLR52-00079w-PW; Tue, 09 Aug 2022 11:23:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87y1wdb7yk.fsf@araneo.si> Date: Tue, 09 Aug 2022 17:23:38 +0200 In-Reply-To: <87y1wdb7yk.fsf@araneo.si> (Timotej Lazar's message of "Thu, 28 Jul 2022 16:57:55 +0200") Message-ID: <87h72l5tl1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660058653; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=DC/hrNTPjz8qlmb5H9CzcfHJ05siUA/8dI2dosclx7o=; b=Nam0l7hZ8Tk+wAvHkwjMi+lsZ1YrYziGIxe8vEOmkWIEx0js/8Gy/OZTdN0ENmh8CBiRsm Nsy4rPdORgvmQW23UO/FEv46tA3c/jBq66vMin4Dgwa28embAreg9EFtF0XVc5/a8QGFc9 okiNJD7IQhONGN3wVxb0iCtiUHAQsxwiCTCz1mCw67BIshpPLsrpV+jPxX4rCbAEvhCcEQ AqvAQVCbn+8ceHcg4Fjg9Awu3qxDwYKsK8ePK74gSFtEWr8mRnRvemdmhDlQXQYnnRuY+K RBfDokqbc1QS+3mwbEzKeA8XOy0rWUfM4Njj9cZVvjDwuiTHwtNyqYImnG682w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660058653; a=rsa-sha256; cv=none; b=rar9qYe69UXcQMXcW6Ov0L59GludrokWKYbe8vcw7R6ELOTmNluSeisi+iqPqDmUDYv9wK YVistcxvrQqrhNG/swfblOjj1UOGhcLE9q2Kib2aij3frTmD9at/viooPLvkkHpJNgRq1Y ur6YswmFF7KsZMtQuhi9j25bLYzgzaINLukg4nsqQEm+VqSm1KdY1sfKm/yLBKMj+uYeO3 dUJ0kftWQ+wEmrtNPobYQ/zfc3vlvFfLO7aYMLSMpHFUhAakcQDbwbaBcHwGBoTwiCFZ9Y mYBVWJZE9WHTEOir+AkqHIs56nGg8OiKCjw8Wxrw7mFK1CgbrBxkvYzCM8gDIw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=chrtg01w; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.79 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=chrtg01w; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9AE7B7B82 X-Spam-Score: -3.79 X-Migadu-Scanner: scn1.migadu.com X-TUID: Hbt81UxYiRpY Hi Timotej, Timotej Lazar skribis: > these patches fix some issues with the QEMU guest agent service, and add > a system test for it. The test runs the service in a marionette VM and > tries communicating with it. For that, I enabled the guest agent serial > device in marionette QEMU options. This change touches all system tests, > but should be harmless. Yes, sounds good. > I=E2=80=99m not sure if it would be better instead to add a keyword argum= ent to > make-marionette for (extra) extra QEMU options. In any case, all tests > that pass on master still pass after this change, at least on x86_64 > (most installation tests currently fail here). Perfect. > services: qemu-guest-agent: Fix arguments to qemu-ga. > tests: Add qemu-guest-agent system test. Applied, thanks! Ludo=E2=80=99.