metadata: format: Lava-Test Test Definition 1.0 name: netperf-multinode-client-napi description: "Basic MultiNode netperf client test for Linux Linaro ubuntu Images" install: steps: - 'curl -o netperf-2.6.0.tar.gz ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.gz' - 'tar --strip-components=1 -zxf netperf-2.6.0.tar.gz' - 'mkdir build' - './configure --prefix=$(readlink -f build)' - 'make all' - 'make SKIP_IDCHECK=1 install' deps: - gzip - flex - bison - build-essential - curl - wget run: steps: - ifconfig eth0 down - dhclient -v eth0 - ifconfig -a - route