From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Test-suite for guix deploy? Date: Sat, 23 Nov 2019 18:24:01 +0100 Message-ID: <871rty4iby.fsf@gnu.org> References: <87mucumklh.fsf@gnu.org> <895e6fe5-36e4-fcb5-9e9c-7a04be8c5258@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37151) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYZ8f-0005KQ-LO for guix-devel@gnu.org; Sat, 23 Nov 2019 12:24:07 -0500 In-Reply-To: <895e6fe5-36e4-fcb5-9e9c-7a04be8c5258@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 19 Nov 2019 12:07:37 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel Hi, Hartmut Goebel skribis: > The idea is: Start two virtual machines, one is the "admin station" > (ADM) and one is the "deployment target" (TGT), conntected by network. > In ADM run "guix deploy TGT". Ah yes, that=E2=80=99s a good idea! We need to augment a bit the test infrastructure to support it, but it sounds doable. Ludo=E2=80=99.