]> git.ipfire.org Git - people/ms/network.git/commitdiff
nitsi: Drop Hello World test
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2018 22:11:36 +0000 (23:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2018 22:11:36 +0000 (23:11 +0100)
This is a little bit useless now that we have tests
that do stuff that is more useful.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
test/nitsi/test/hello-world/recipe [deleted file]
test/nitsi/test/hello-world/settings [deleted file]

index 3688508353a7206a9f9708372b7a1e9aec7b637c..3df14fb2cfef90ab9f824ee4be8f553fb31b0511 100644 (file)
@@ -597,7 +597,6 @@ CLEANFILES += \
        test/nitsi/include/setup
 
 NITSI_TESTS = \
-       test/nitsi/test/hello-world \
        test/nitsi/test/make-check \
        test/nitsi/test/phase1 \
        test/nitsi/test/raw-device-get-by-mac \
@@ -606,8 +605,6 @@ NITSI_TESTS = \
 
 EXTRA_DIST += \
        test/nitsi/test/settings.in \
-       test/nitsi/test/hello-world/recipe \
-       test/nitsi/test/hello-world/settings \
        test/nitsi/test/make-check/recipe.in \
        test/nitsi/test/make-check/settings.in \
        test/nitsi/test/raw-device-get-by-mac/recipe \
diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world/recipe
deleted file mode 100644 (file)
index fc83ede..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-alice: echo "Hello World"
-bob: echo "Hello World"
diff --git a/test/nitsi/test/hello-world/settings b/test/nitsi/test/hello-world/settings
deleted file mode 100644 (file)
index 35aeb02..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[GENERAL]
-name = Hello World
-description = This is a test to just check if nitsi is working.