]> git.ipfire.org Git - network.git/commitdiff
Add first test for nitsi
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Mon, 28 May 2018 14:12:26 +0000 (16:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Jun 2018 09:50:11 +0000 (10:50 +0100)
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@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
test/nitsi/test/hello-world/recipe [new file with mode: 0644]
test/nitsi/test/hello-world/settings [new file with mode: 0644]

diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world/recipe
new file mode 100644 (file)
index 0000000..6312787
--- /dev/null
@@ -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 (file)
index 0000000..27447c2
--- /dev/null
@@ -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
+