public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: network@lists.ipfire.org
Subject: [PATCH] Add first test for nitsi
Date: Mon, 28 May 2018 16:12:26 +0200	[thread overview]
Message-ID: <20180528141226.11180-1-jonatan.schlag@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

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 <jonatan.schlag(a)ipfire.org>
---
 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
+
-- 
2.11.0


             reply	other threads:[~2018-05-28 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-28 14:12 Jonatan Schlag [this message]
2018-05-29 17:20 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180528141226.11180-1-jonatan.schlag@ipfire.org \
    --to=jonatan.schlag@ipfire.org \
    --cc=network@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox