From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frqSM-00082F-VI for guix-patches@gnu.org; Mon, 20 Aug 2018 16:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frqSE-0005N6-S9 for guix-patches@gnu.org; Mon, 20 Aug 2018 16:07:15 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50903) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frqS6-0005Ik-Ja for guix-patches@gnu.org; Mon, 20 Aug 2018 16:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1frqS6-00028f-DQ for guix-patches@gnu.org; Mon, 20 Aug 2018 16:07:02 -0400 Subject: [bug#32346] [PATCH 5/6] tests: tor: Add more test cases. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180802064520.20273-1-cmmarusich@gmail.com> <20180802065159.20413-1-cmmarusich@gmail.com> <20180802065159.20413-5-cmmarusich@gmail.com> Date: Mon, 20 Aug 2018 22:06:45 +0200 In-Reply-To: <20180802065159.20413-5-cmmarusich@gmail.com> (Chris Marusich's message of "Wed, 1 Aug 2018 23:51:58 -0700") Message-ID: <87h8jodcq2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Chris Marusich Cc: 32346@debbugs.gnu.org Chris Marusich skribis: > * gnu/tests/networking.scm (%tor-os/unix-socks-socket): New variable. > (run-tor-test) > : New variables. > <"tor is alive">: Move common code from this test case... > : ...into this new procedure. > <"tor is listening", "tor is alive, even when using a SOCKS socket"> > <"tor is listening, even when using a SOCKS socket">: New test cases. Excellent, LGTM!