summaryrefslogtreecommitdiff
path: root/openembedded/netperf-client-multinode.yaml
diff options
context:
space:
mode:
authorGuoqing Zhu <guoqing.zhu@linaro.org>2013-09-13 00:00:54 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-14 08:24:45 +0300
commitdf9b05d5334f112f09ead8072d80a0a31e129920 (patch)
treeb0dd3ffe366d14465a0b17935237daf771652297 /openembedded/netperf-client-multinode.yaml
parentf9c4efbb832cbc34daadb03750f825db58aae886 (diff)
openembedded/netperf: initial multinode test
Add netperf multinode test for openembedded. Signed-off-by: Guoqing Zhu <guoqing.zhu@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded/netperf-client-multinode.yaml')
-rw-r--r--openembedded/netperf-client-multinode.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/openembedded/netperf-client-multinode.yaml b/openembedded/netperf-client-multinode.yaml
new file mode 100644
index 0000000..bc9afd2
--- /dev/null
+++ b/openembedded/netperf-client-multinode.yaml
@@ -0,0 +1,33 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: netperf-client-multinode
+ description: "Basic MultiNode netperf/ping test on client side"
+ maintainer:
+ - guoqing.zhu@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ - performance
+ - latency
+ - cpu utilization
+ devices:
+ - kvm
+ - arndale
+ - panda
+ - beaglebone-black
+ - beagle-xm
+ - mx53loco
+
+run:
+ steps:
+ - ifconfig -a
+ - route
+ - lava-network broadcast eth0
+ - lava-network collect eth0
+ - lava-sync ready
+ - lava-test-case multinode-lava-network --shell ./openembedded/scripts/netperf-client.sh
+ - lava-sync done
+
+parse:
+ "pattern": "^test_case_id:(?P<test_case_id>.+) units:(?P<units>.+) measurement:(?P<measurement>\\d+\\.\\d+) result:(?P<result>\\w+)"