metadata: format: Lava-Test Test Definition 1.0 name: tcpreplay-client-multinode description: "Basic MultiNode tcpreplay test on client side" maintainer: - weilong.chen@linaro.org os: - ubuntu scope: - performance devices: - kvm - arndale params: ETH: eth0 REP: 100 run: steps: - lava-sync start - ifconfig -a - route - lava-network broadcast $ETH - lava-network collect $ETH - line=`lava-group | grep server | awk '{print $1}'` - STR=`lava-network query $line ipv4` - remote_ip=`echo $STR | sed -e 's/.*addr://'` - lava-test-case multinode-lava-network --shell ./common/scripts/generator.sh $ETH $remote_ip max $REP - lava-sync done parse: "pattern": "^test_case_id:(?P.+) units:(?P.+) measurement:(?P\\d+\\.\\d+) result:(?P\\w+)"