summaryrefslogtreecommitdiff
path: root/ubuntu/netperf-client-multinode.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-09-10 10:41:45 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-10 10:41:45 +0300
commit52c864d3132554da585486351b20ee8498d77ee7 (patch)
tree1aae4c094d6b874d72f7027ca24729cfbc6b255b /ubuntu/netperf-client-multinode.yaml
parenta673869cb79f2eb7c6e22f4f2df651d040f57da2 (diff)
Move netper multinode under ubuntu directory
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ubuntu/netperf-client-multinode.yaml')
-rw-r--r--ubuntu/netperf-client-multinode.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/ubuntu/netperf-client-multinode.yaml b/ubuntu/netperf-client-multinode.yaml
new file mode 100644
index 0000000..89374ed
--- /dev/null
+++ b/ubuntu/netperf-client-multinode.yaml
@@ -0,0 +1,39 @@
+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:
+ - ubuntu
+ scope:
+ - functional
+ - performance
+ - latency
+ - cpu utilization
+ devices:
+ - kvm
+ - arndale
+ - panda
+ - beaglebone-black
+ - beagle-xm
+ - mx53loco
+
+install:
+ deps:
+ - curl
+ - python
+ - netperf
+
+run:
+ steps:
+ - ifconfig -a
+ - route
+ - lava-network broadcast eth0
+ - lava-network collect eth0
+ - lava-sync ready
+ - lava-test-case multinode-lava-network --shell ./lng-netperf/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+)"