From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/4] Add recipe to reset network configuration Date: Sat, 28 Jul 2018 13:59:13 +0200 Message-ID: <20180728115916.10766-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1625049956998347642==" List-Id: --===============1625049956998347642== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable We use --force here to avoid the y/n question. Signed-off-by: Jonatan Schlag --- 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 =3D \ https://people.ipfire.org/~jschlag/nitsi-ipfire/virtual-environment/basic/ =20 NITSI_INCLUDE_RECIPES =3D \ - test/nitsi/include/make-install + test/nitsi/include/make-install \ + test/nitsi/include/network-reset =20 EXTRA_DIST +=3D \ test/nitsi/include/make-install.in + test/nitsi/include/network-reset =20 CLEANFILES +=3D \ - test/nitsi/include/make-install + test/nitsi/include/make-install \ + =20 NITSI_TESTS =3D \ test/nitsi/test/hello-world \ diff --git a/test/nitsi/include/network-reset b/test/nitsi/include/network-re= set new file mode 100644 index 0000000..d82e2b1 --- /dev/null +++ b/test/nitsi/include/network-reset @@ -0,0 +1 @@ +all: network reset --force --=20 2.11.0 --===============1625049956998347642==--