summaryrefslogtreecommitdiff
path: root/automated/linux/ethernet/ethernet.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-11-14 15:43:59 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-11-16 09:23:15 +0000
commit3c4cd13b177176270f5d916b1f2156e7dfdfff72 (patch)
tree90f9859e07f12341afe90b728ed02ab3327a88de /automated/linux/ethernet/ethernet.yaml
parentcfe003a9822a6394493b04f221d5ce267a19acd0 (diff)
automated: added Linux ethernet test
Ethernet test to validate given network interface, * check interface state is up * ping to default Gateway Change-Id: I55bd54367e98aba150c01cd957fb8ca90c3a0d10 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'automated/linux/ethernet/ethernet.yaml')
-rw-r--r--automated/linux/ethernet/ethernet.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/automated/linux/ethernet/ethernet.yaml b/automated/linux/ethernet/ethernet.yaml
new file mode 100644
index 0000000..d2999a2
--- /dev/null
+++ b/automated/linux/ethernet/ethernet.yaml
@@ -0,0 +1,37 @@
+metadata:
+ name: ethernet
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "This test checks if Ethernet is up and prints IP address."
+ maintainer:
+ - naresh.kamboju@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - centos
+ - fedora
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ - beaglebone-black
+ - juno
+ - hi6220-hikey
+ - apq8016-sbc
+ - d03
+ - d05
+ - overdrive
+ - mustang
+ - moonshot
+ - thunderX
+
+params:
+ SKIP_INSTALL: "False"
+ INTERFACE: "eth0"
+
+run:
+ steps:
+ - cd automated/linux/ethernet
+ - ./ethernet.sh -s "${SKIP_INSTALL}" -i "${INTERFACE}"
+ - ../../utils/send-to-lava.sh ./output/result.txt