public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: network@lists.ipfire.org
Subject: [PATCH 2/3] This recipe resets the network to a clean state
Date: Tue, 24 Jul 2018 11:09:50 +0200	[thread overview]
Message-ID: <20180724090951.11769-2-jonatan.schlag@ipfire.org> (raw)
In-Reply-To: <20180724090951.11769-1-jonatan.schlag@ipfire.org>

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

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

This recipe is available in two version one for a setup with multiple
machines and one for a setup with alice only.

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

diff --git a/Makefile.am b/Makefile.am
index bde49ff..66d2e8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -587,11 +587,15 @@ VIRTUAL_ENVIRONMENT_IMAGES_DOWNLOAD_URL = \
 
 NITSI_INCLUDE_RECIPES = \
 	test/nitsi/include/make-install \
-	test/nitsi/include/alice_make-install
+	test/nitsi/include/alice_make-install \
+	test/nitsi/include/alice_network-reset \
+	test/nitsi/include/network-reset
 
 EXTRA_DIST += \
 	test/nitsi/include/make-install.in \
-	test/nitsi/include/alice_make-install.in
+	test/nitsi/include/alice_make-install.in \
+	test/nitsi/include/alice_network-reset \
+	test/nitsi/include/network-reset
 
 CLEANFILES += \
 	test/nitsi/include/make-install \
diff --git a/test/nitsi/include/alice_network-reset b/test/nitsi/include/alice_network-reset
new file mode 100644
index 0000000..cfb3bd5
--- /dev/null
+++ b/test/nitsi/include/alice_network-reset
@@ -0,0 +1 @@
+alice: network reset --force
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


  reply	other threads:[~2018-07-24  9:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24  9:09 [PATCH 1/3] Add make install recipe for alice only Jonatan Schlag
2018-07-24  9:09 ` Jonatan Schlag [this message]
2018-07-24  9:09 ` [PATCH 3/3] This recipe sets settings which are usually equal for each test Jonatan Schlag

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180724090951.11769-2-jonatan.schlag@ipfire.org \
    --to=jonatan.schlag@ipfire.org \
    --cc=network@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox