Refactor remote command execution in vsperf_dpdk 29/59429/5
authorMiikka Koistinen <miikka.koistinen@nokia.com>
Mon, 2 Jul 2018 10:50:59 +0000 (13:50 +0300)
committerMiikka Koistinen <miikka.koistinen@nokia.com>
Fri, 27 Jul 2018 09:34:28 +0000 (09:34 +0000)
commitc84cc7000a5f4159d3eb905bf6cf2a8e438bab6f
treeac71423b24a5e8078178c262477767b5db754b81
parent155d28791fdde113b01e257a32d16e5bc42a1d2a
Refactor remote command execution in vsperf_dpdk

* Remove unneeded variables
* Do not raise RuntimeError when a remote command fails, instead
  leave it for the yardstick ssh module to handle.
* Prevent CsvReader from raising StopIteration if csv output cannot be
  parsed. The SLA validation will take care of errors in that case.

JIRA: YARDSTICK-1166

Change-Id: I9e353d39dfd3bd27407dde32744ce71b5762e84e
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
yardstick/benchmark/scenarios/networking/vsperf_dpdk.py
yardstick/tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py