* [PATCH] Add first test for nitsi
@ 2018-05-28 14:12 Jonatan Schlag
2018-05-29 17:20 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Schlag @ 2018-05-28 14:12 UTC (permalink / raw)
To: network
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add first test for nitsi
2018-05-28 14:12 [PATCH] Add first test for nitsi Jonatan Schlag
@ 2018-05-29 17:20 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2018-05-29 17:20 UTC (permalink / raw)
To: network
[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]
Hello,
these files are not being added to the Makefile and would therefore be missing
in the release tarball.
Best,
-Michael
On Mon, 2018-05-28 at 16:12 +0200, Jonatan Schlag wrote:
> 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
> +
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-29 17:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 14:12 [PATCH] Add first test for nitsi Jonatan Schlag
2018-05-29 17:20 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox