From patchwork Sun Jul 1 04:01:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1857 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 859F56095C for ; Sat, 30 Jun 2018 20:03:18 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id 65F4310910C5; Sat, 30 Jun 2018 19:03:18 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1530381798; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=VOh+CXTSlO4y2PCXJ0pZc9zZrPbJzN+EjomJiBuyma4=; b=lYDZcjqMMWby2gnYuc80TrOytnM98rROfo1hIPmBfYHDcCagmVff0oGSbtwJhu/A01YLBz kwRGrdYUGRzrQXFCrjmmJzqiP9JNOjnpfc+72ub0Bhv85+E2+tCLLLoQ0UeX8ROSMI+feb 7dPbqq/5741HSgW1o7KYQm15lgm90cqjFN1r9dnmLNsQk3a9iHLPjSb94aFBQIlc5GK15T yTQeqT2Xb/A1UZpNYMT2lMb/JUvriWPdi5e7N+4gNPTABoKYQKcTuWeBSxQ9vot57st2lR VQtEHJifDS2Y1OsQnfArGWgsEhp8AiPyRCxv97arzxbIc4zrY+6NCLH9XZ7u+g== Received: from bockland.local.familyschlag (unknown [46.183.103.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 5232B106CEFA; Sat, 30 Jun 2018 19:03:17 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1530381797; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=VOh+CXTSlO4y2PCXJ0pZc9zZrPbJzN+EjomJiBuyma4=; b=P7O9Du3H2A368m6PI5KVv1MCL786fn61cfqKBvDEZYO3f79cPr6zm+BCzt729mP5iG5LMe VFIiPMBQOJlEbdY/wycmbuu5x/fRTyEiescmWwFPpmgPXABWDss+fuvJlTTFgRbL2EK9Ls 95j5L47fwWGVZdrgpt3Mi5cx10C9RtblR09r0rX+15CnGAwcUq/3F5Vg4c7jzYY8ku/seF H9FnDi+oFbf+nHstOs/l1wgsj+cJQoK1EnNZI9dPUIY0WUiUdMp2m41sm3dAwPEZN8+Njs 11RUzqgsGO8/lIb1TDMFXawWOKqZ0OZ72jG4ZViw1W/MJf1aQgyadLxPoQjA9A== From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 2/3] Recipe to set network settings for each test Date: Sat, 30 Jun 2018 20:01:41 +0200 Message-Id: <20180630180142.10382-2-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180630180142.10382-1-jonatan.schlag@ipfire.org> References: <20180630180142.10382-1-jonatan.schlag@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=jschlag smtp.mailfrom=jonatan.schlag@ipfire.org X-Spamd-Result: default: False [-9.02 / 11.00]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; NEURAL_HAM(-2.92)[-0.972,0]; FROM_HAS_DN(0.00)[]; BAYES_HAM(-3.00)[100.00%]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; ARC_NA(0.00)[]; DKIM_SIGNED(0.00)[]; ASN(0.00)[asn:34953, ipnet:46.183.96.0/21, country:DE]; REPLY(-4.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_ZERO(0.00)[0] X-Spam-Status: No, score=-9.02 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" Some network settings are equal for each test (we always want debugging messages). We use this recipe to write them down once and using them via the include statement in every test. Signed-off-by: Jonatan Schlag --- test/nitsi/include/network-settings | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/nitsi/include/network-settings diff --git a/test/nitsi/include/network-settings b/test/nitsi/include/network-settings new file mode 100644 index 0000000..8a0facb --- /dev/null +++ b/test/nitsi/include/network-settings @@ -0,0 +1,2 @@ +# Generic network settings whcih are equal for each test +all: network settings DEBUG=1 \ No newline at end of file