From ca4850b0a954d57b00d0508bb5d7f2ebda06ed08 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Sep 2018 14:32:22 +0100 Subject: [PATCH] nitsi: Remove lines that are already in the default settings file Signed-off-by: Michael Tremer --- test/nitsi/test/hello-world/settings | 4 ---- test/nitsi/test/make-check/settings.in | 6 ------ test/nitsi/test/raw-device-get-by-mac/settings.in | 5 ----- test/nitsi/test/zone-new-bridge/settings.in | 6 ------ test/nitsi/test/zone-port-attach-bridge/settings.in | 6 ------ 5 files changed, 27 deletions(-) diff --git a/test/nitsi/test/hello-world/settings b/test/nitsi/test/hello-world/settings index ab79a30..35aeb02 100644 --- a/test/nitsi/test/hello-world/settings +++ b/test/nitsi/test/hello-world/settings @@ -1,7 +1,3 @@ [GENERAL] name = Hello World description = This is a test to just check if nitsi is working. - -[VIRTUAL_ENVIRONMENT] -path = ../../virtual-environment/basic - diff --git a/test/nitsi/test/make-check/settings.in b/test/nitsi/test/make-check/settings.in index 78d6fe0..2dcc6be 100644 --- a/test/nitsi/test/make-check/settings.in +++ b/test/nitsi/test/make-check/settings.in @@ -3,9 +3,3 @@ 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/ - -[VIRTUAL_ENVIRONMENT] -path = ../../virtual-environment/basic diff --git a/test/nitsi/test/raw-device-get-by-mac/settings.in b/test/nitsi/test/raw-device-get-by-mac/settings.in index e0bc141..c45b353 100644 --- a/test/nitsi/test/raw-device-get-by-mac/settings.in +++ b/test/nitsi/test/raw-device-get-by-mac/settings.in @@ -1,8 +1,3 @@ [GENERAL] name = raw-device-get-by-mac description = This test checks if 'network raw device-get-by-mac' return the correct device for a given mac -copy_from = ../../../../@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz -copy_to = /root/ - -[VIRTUAL_ENVIRONMENT] -path = ../../virtual-environment/basic diff --git a/test/nitsi/test/zone-new-bridge/settings.in b/test/nitsi/test/zone-new-bridge/settings.in index 207cfa0..e8a07e4 100644 --- a/test/nitsi/test/zone-new-bridge/settings.in +++ b/test/nitsi/test/zone-new-bridge/settings.in @@ -1,9 +1,3 @@ [GENERAL] name = zone-new-bridge description = This test checks if we can create a new zone of the type 'bridge' - -copy_from = ../../../../@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz -copy_to = /root/ - -[VIRTUAL_ENVIRONMENT] -path = ../../virtual-environment/basic diff --git a/test/nitsi/test/zone-port-attach-bridge/settings.in b/test/nitsi/test/zone-port-attach-bridge/settings.in index c52be6d..a9963a1 100644 --- a/test/nitsi/test/zone-port-attach-bridge/settings.in +++ b/test/nitsi/test/zone-port-attach-bridge/settings.in @@ -1,9 +1,3 @@ [GENERAL] name = zone-port-attach-bridge description = This test checks if we cann attach a dummy port to a zone - -copy_from = ../../../../@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz -copy_to = /root/ - -[VIRTUAL_ENVIRONMENT] -path = ../../virtual-environment/basic -- 2.39.2