public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Add recipe to reset network configuration
@ 2018-07-28 11:59 Jonatan Schlag
  2018-07-28 11:59 ` [PATCH 2/4] Add recipe to set network settings Jonatan Schlag
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonatan Schlag @ 2018-07-28 11:59 UTC (permalink / raw)
  To: network

[-- Attachment #1: Type: text/plain, Size: 1191 bytes --]

We use --force here to avoid the y/n question.

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 Makefile.am                      | 7 +++++--
 test/nitsi/include/network-reset | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 test/nitsi/include/network-reset

diff --git a/Makefile.am b/Makefile.am
index e56d0fb..2574a2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -586,13 +586,16 @@ VIRTUAL_ENVIRONMENT_IMAGES_DOWNLOAD_URL = \
 	https://people.ipfire.org/~jschlag/nitsi-ipfire/virtual-environment/basic/
 
 NITSI_INCLUDE_RECIPES = \
-	test/nitsi/include/make-install
+	test/nitsi/include/make-install \
+	test/nitsi/include/network-reset
 
 EXTRA_DIST += \
 	test/nitsi/include/make-install.in
+	test/nitsi/include/network-reset
 
 CLEANFILES += \
-	test/nitsi/include/make-install
+	test/nitsi/include/make-install \
+
 
 NITSI_TESTS = \
 	test/nitsi/test/hello-world \
diff --git a/test/nitsi/include/network-reset b/test/nitsi/include/network-reset
new file mode 100644
index 0000000..d82e2b1
--- /dev/null
+++ b/test/nitsi/include/network-reset
@@ -0,0 +1 @@
+all: network reset --force
-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-28 11:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-28 11:59 [PATCH 1/4] Add recipe to reset network configuration Jonatan Schlag
2018-07-28 11:59 ` [PATCH 2/4] Add recipe to set network settings Jonatan Schlag
2018-07-28 11:59 ` [PATCH 3/4] Add new function device_get_by_mac_address() Jonatan Schlag
2018-07-28 11:59 ` [PATCH 4/4] Add test for command raw device-get-by-mac-address Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox