From patchwork Tue May 29 00:12:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1786 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id F1B8A6099D for ; Mon, 28 May 2018 16:12:37 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 4D7D610D1BB2; Mon, 28 May 2018 15:12:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1527516757; 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:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=g1LGEN8LgDGLvwzWWXOFjmUQTTUoBiCKyhuASCa2lws=; b=r8Tg2bE5cicRVsCOu7r/AngIlP8TGHY7f6AM/2ZtSUtwJGbbmyPK+oLw1/Rm264ta/L0Xi 62S4kZtJst+U9ywkdCh3tmWx2bsYdk0BB8HwyE6Ee3j9chjnAuOFjNbilrO49YijNkYcsF hv0f1kZ/6dSfntjvwXvg0UudggVof6LYQIl0udBrYXrlvK/FTt8LO0NiVQWNWq+7NWCiN0 mil96w328lrBPvQlz3KusoT8AIIAvP7/oyEzSWnywUJUOJX77R2Lz+nwZNPxYuiRxrY/Vo nt1gl5IzBgFffszcgFjLq+QnovN7nZ1Aes3enkO6XWu6rNvrvsNdUHCQU51dwQ== Received: from bockland.local.familyschlag (unknown [10.172.1.10]) (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 760DE108B8B4; Mon, 28 May 2018 15:12:35 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1527516755; 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:references; bh=g1LGEN8LgDGLvwzWWXOFjmUQTTUoBiCKyhuASCa2lws=; b=Mfof7/ERVksAtK2YRbEIQdtumNtZBOvV2homNzs+TkZaOfpliM+17B2tmpHmZlWxw/wA7r 8XFLd8OMfSxgRIDSgIx8TO5C+rToZ+m6PuM0tFe0G2HWkEIE8Wd/3uzrXEuLmyTrvY37Cc wRclMA0wM9ieYR2UjakjMA29cmoX7Y5PjBkkkFvAFO16tsedhzGv8stjN2IXu34C5GOr62 oL71kUMP3H2AtGEERnhc/9SNbZcvJGBf+jacwORTJoyQZ7KwZAV/3dL1Ir2FUf4eYmSqY9 ODLMy81c1l2utZodV/HxQDG7TwwvH+CK8el3It+pEuJH9o9WmGoCEmzjD57NGg== From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH] Add first test for nitsi Date: Mon, 28 May 2018 16:12:26 +0200 Message-Id: <20180528141226.11180-1-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.11.0 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" This commit introduce NITSI. Nitsi is the "Networking integration test suite for IPFire". We can test the network code in a virtual environment on any system. This test has the only purpose to check if nitsi is working. For more information about nitsi see the manpages and the git repository on git.ipfire.org Signed-off-by: Jonatan Schlag --- test/nitsi/test/hello-world/recipe | 1 + test/nitsi/test/hello-world/settings | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 test/nitsi/test/hello-world/recipe create mode 100644 test/nitsi/test/hello-world/settings diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world/recipe new file mode 100644 index 0000000..6312787 --- /dev/null +++ b/test/nitsi/test/hello-world/recipe @@ -0,0 +1 @@ +all: echo "Hello World" diff --git a/test/nitsi/test/hello-world/settings b/test/nitsi/test/hello-world/settings new file mode 100644 index 0000000..27447c2 --- /dev/null +++ b/test/nitsi/test/hello-world/settings @@ -0,0 +1,11 @@ +[DEFAULT] +Name = Hello World +Description = This is a test to just check if nitsi is working. + +Copy_from = +Copy_to = /root/ + +[VIRTUAL_ENVIRONMENT] +Name = basic +path = ../virtual-environment/basic +