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 - weilong.chen@linaro.org os: - ubuntu scope: - functional - performance - latency - cpu utilization devices: - kvm - arndale - panda - beaglebone-black - beagle-xm - mx53loco install: deps: - netperf - python-minimal params: ETH: eth0 run: steps: - ifconfig -a - route - lava-network broadcast $ETH - lava-network collect $ETH - lava-sync ready - lava-test-case multinode-lava-network --shell ./common/scripts/netperf-client.sh $ETH - lava-sync done parse: "pattern": "^test_case_id:(?P.+) units:(?P.+) measurement:(?P\\d+\\.\\d+) result:(?P\\w+)"