]> git.ipfire.org Git - network.git/commitdiff
Adapt settings file of nitsi tests to new syntax
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Mon, 25 Jun 2018 09:01:42 +0000 (11:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jun 2018 09:25:39 +0000 (10:25 +0100)
Nitsi is using a new syntax for settings file so we need to change the
settings files of our tests.

I dropped some settings in the hello-world test because we do not need
them for this test.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
test/nitsi/test/hello-world/settings
test/nitsi/test/make-check/settings.in

index ee066ce38109f68064315142ea67f21d3671fdc0..ab79a30e2499b77e7db81c04a80923194d282ad6 100644 (file)
@@ -1,11 +1,7 @@
-[DEFAULT]
-Name = Hello World
-Description = This is a test to just check if nitsi is working.
-
-Copy_from =
-Copy_to = /root/
+[GENERAL]
+name = Hello World
+description = This is a test to just check if nitsi is working.
 
 [VIRTUAL_ENVIRONMENT]
-Name = basic
 path = ../../virtual-environment/basic
 
index cac865de8badaca44768f2fedca6cb6f5ab57f20..78d6fe0fef985be58f0337b3a51a9701fbd31bb4 100644 (file)
@@ -1,12 +1,11 @@
-[DEFAULT]
-Name = make check
-Description = This test runs make install in the virtual environment
+[GENERAL]
+name = make check
+description = This test runs make install in the virtual environment
        to determine if the source tarball is complete and module test
        can be executed in the virtual environment
 
-Copy_from = ../../../../@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
-Copy_to = /root/
+copy_from = ../../../../@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
+copy_to = /root/
 
 [VIRTUAL_ENVIRONMENT]
-Name = basic
 path = ../../virtual-environment/basic