From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 4/4] Add test for command raw device-get-by-mac-address Date: Sat, 28 Jul 2018 13:59:16 +0200 Message-ID: <20180728115916.10766-4-jonatan.schlag@ipfire.org> In-Reply-To: <20180728115916.10766-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2230000506658000991==" List-Id: --===============2230000506658000991== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- Makefile.am | 9 +++++++-- test/nitsi/test/raw-device-get-by-mac/.gitignore | 3 +++ test/nitsi/test/raw-device-get-by-mac/recipe | 6 ++++++ test/nitsi/test/raw-device-get-by-mac/settings.in | 8 ++++++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 test/nitsi/test/raw-device-get-by-mac/.gitignore create mode 100644 test/nitsi/test/raw-device-get-by-mac/recipe create mode 100644 test/nitsi/test/raw-device-get-by-mac/settings.in diff --git a/Makefile.am b/Makefile.am index d90391e..05e7c8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -601,17 +601,22 @@ CLEANFILES +=3D \ =20 NITSI_TESTS =3D \ test/nitsi/test/hello-world \ - test/nitsi/test/make-check + test/nitsi/test/make-check \ + test/nitsi/test/raw-device-get-by-mac =20 EXTRA_DIST +=3D \ test/nitsi/test/hello-world/recipe \ test/nitsi/test/hello-world/settings \ test/nitsi/test/make-check/recipe.in \ test/nitsi/test/make-check/settings.in + test/nitsi/test/raw-device-get-by-mac/recipe\ + test/nitsi/test/raw-device-get-by-mac/settings.in + =20 CLEANFILES +=3D \ test/nitsi/test/make-check/recipe \ - test/nitsi/test/make-check/settings + test/nitsi/test/make-check/settings \ + test/nitsi/test/raw-device-get-by-mac/settings =20 NITSI_ENVIRONMENT =3D =20 diff --git a/test/nitsi/test/raw-device-get-by-mac/.gitignore b/test/nitsi/te= st/raw-device-get-by-mac/.gitignore new file mode 100644 index 0000000..8a9bd77 --- /dev/null +++ b/test/nitsi/test/raw-device-get-by-mac/.gitignore @@ -0,0 +1,3 @@ +/log +/recipe.log +/settings diff --git a/test/nitsi/test/raw-device-get-by-mac/recipe b/test/nitsi/test/r= aw-device-get-by-mac/recipe new file mode 100644 index 0000000..e22454e --- /dev/null +++ b/test/nitsi/test/raw-device-get-by-mac/recipe @@ -0,0 +1,6 @@ +include: ../../include/make-install +include: ../../include/network-settings +include: ../../include/network-reset +alice: port=3D"$(network raw device-get-by-mac-address "52:54:00:8a:b8:b5")" +alice: echo $port +alice: [ "52:54:00:8a:b8:b5" =3D "$(cat /sys/class/net/${port}/address)" ] diff --git a/test/nitsi/test/raw-device-get-by-mac/settings.in b/test/nitsi/t= est/raw-device-get-by-mac/settings.in new file mode 100644 index 0000000..e0bc141 --- /dev/null +++ b/test/nitsi/test/raw-device-get-by-mac/settings.in @@ -0,0 +1,8 @@ +[GENERAL] +name =3D raw-device-get-by-mac +description =3D This test checks if 'network raw device-get-by-mac' return t= he correct device for a given mac +copy_from =3D ../../../../@PACKAGE_NAME(a)-@PACKAGE_VERSION(a).tar.gz +copy_to =3D /root/ + +[VIRTUAL_ENVIRONMENT] +path =3D ../../virtual-environment/basic --=20 2.11.0 --===============2230000506658000991==--