From: Jonatan Schlag <jonatan.schlag@ipfire.org>
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 [thread overview]
Message-ID: <20180728115916.10766-4-jonatan.schlag@ipfire.org> (raw)
In-Reply-To: <20180728115916.10766-1-jonatan.schlag@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2780 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
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 += \
NITSI_TESTS = \
test/nitsi/test/hello-world \
- test/nitsi/test/make-check
+ test/nitsi/test/make-check \
+ test/nitsi/test/raw-device-get-by-mac
EXTRA_DIST += \
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
+
CLEANFILES += \
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
NITSI_ENVIRONMENT =
diff --git a/test/nitsi/test/raw-device-get-by-mac/.gitignore b/test/nitsi/test/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/raw-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="$(network raw device-get-by-mac-address "52:54:00:8a:b8:b5")"
+alice: echo $port
+alice: [ "52:54:00:8a:b8:b5" = "$(cat /sys/class/net/${port}/address)" ]
diff --git a/test/nitsi/test/raw-device-get-by-mac/settings.in b/test/nitsi/test/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 = 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(a)-@PACKAGE_VERSION(a).tar.gz
+copy_to = /root/
+
+[VIRTUAL_ENVIRONMENT]
+path = ../../virtual-environment/basic
--
2.11.0
prev parent reply other threads:[~2018-07-28 11:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Jonatan Schlag [this message]
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=20180728115916.10766-4-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