Comment 1 for bug 1217754

Revision history for this message
Neil Williams (codehelp) wrote :

The core issue here is that the test image needs to execute a single command:
./netperf -t UDP_STREAM -H ${remote_ip} -- -m 1024 | ../../netperf/netperf2LAVA.py

However, this command produces multiple measurements in sequence:
https://staging.validation.linaro.org/scheduler/job/828/log_file#L_193_164

Each of these measurements needs to be visible as a line in the final graph.

The parsing already produces a unique test-case name but the test-name is outside the control of the parser.