From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Subject: [PATCH 0/2] Add a test for the Prosody service. Date: Sun, 5 Feb 2017 19:58:52 +0100 Message-ID: <20170205185854.4345-1-clement@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caS2e-0003ya-1M for guix-devel@gnu.org; Sun, 05 Feb 2017 14:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1caS2a-0000Oi-W9 for guix-devel@gnu.org; Sun, 05 Feb 2017 14:00:04 -0500 Received: from mail.lassieur.org ([83.152.10.219]:54948) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1caS2a-0000NE-NC for guix-devel@gnu.org; Sun, 05 Feb 2017 14:00:00 -0500 Received: from localhost.localdomain (unknown [62.119.166.9]) by mail.lassieur.org (Postfix) with ESMTPSA id 63D8A6400B8 for ; Sun, 5 Feb 2017 19:59:40 +0100 (CET) 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: guix-devel@gnu.org These patches add a test for the Prosody service. I chose to use GNU Fre= etalk as the XMPP client because it is scriptable through a Guile interface. Thanks for your feedback! Cl=C3=A9ment Lassieur (2): service: shepherd: Replace spaces with hyphens in file names. tests: Add 'prosody-service-type' test. gnu/services/messaging.scm | 5 +- gnu/services/shepherd.scm | 2 + gnu/tests/messaging.scm | 175 +++++++++++++++++++++++++++++++++++++++= ++++++ 3 files changed, 180 insertions(+), 2 deletions(-) create mode 100644 gnu/tests/messaging.scm --=20 2.11.0